html header,
html .header-footer-group,
html footer{
    display: none;
}
html body{
    background-color:#fff;
}
.entry-content{
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.tml form {
    padding-bottom: 120px;
}
.tml-login,
.tml-register,
.tml-lostpassword,
.tml-dashboard,
.tml-resetpass{
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    top: 0;
    max-width: 550px !important;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    overflow-x: auto;
    overflow-x: hidden;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
.tml-login h2,
.tml-register h2,
.tml-lostpassword h2,
.tml-dashboard h2,
.tml-resetpass h2{
    margin: 0;
    color: #54C242;
    font-size: 32px;
    margin-bottom: 12px;
}
.tml-login .tml-alerts .tml-error,
.tml-register .tml-alerts .tml-error,
.tml-lostpassword .tml-alerts .tml-error,
.tml-resetpass .tml-alerts .tml-error{
    border-left-color: #E20F00;
    border-bottom: 1px solid #E20f00;
	border-top: 1px solid #E20f00;
	border-right: 1px solid #E20f00;
    color: #E20F00;
    box-shadow: none;
    font-size: 16px;
}

.tml-login .tml-alerts .tml-error strong,
.tml-register .tml-alerts .tml-error strong,
.tml-lostpassword .tml-alerts .tml-error strong,
.tml-resetpass .tml-alerts .tml-error strong{
    color: #717171;
}
.tml-login .tml-label,
.tml-register .tml-label,
.tml-lostpassword .tml-label,
.tml-resetpass .tml-label{
    color: #717171;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size:16px;
	font-weight: 500;
}
.tml-login .tml-log-wrap input,
.tml-login .tml-pwd-wrap input,
.tml-register .tml-user_email-wrap input,
.tml-register .tml-user_pass1-wrap input,
.tml-register .tml-user_pass2-wrap input,
.tml-lostpassword .tml-user_login-wrap input,
.tml-resetpass .tml-pass1-wrap input,
.tml-resetpass .tml-pass2-wrap input{
    width: 350px;
    margin: auto;
    height: 45px;
}
.tml-login .tml-button,
.tml-register .tml-button,
.tml-lostpassword .tml-button,
.tml-resetpass .tml-button{
    background-color: #5BCB40;
    color: #FFF;
    font-size: 14px;
    padding: 12px 15px;
    height: 40px;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.tml-login .tml-submit-wrap,
.tml-register .tml-submit-wrap,
.tml-lostpassword .tml-submit-wrap,
.tml-resetpass .tml-submit-wrap{
    background: white;
    height: 105px;
    position: fixed;
    bottom: -22px;
    max-width: 453px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}
.tml-links{
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    max-width: 350px;
    left: 0;
    right: 0;
    margin: 0 auto;
     color: #717171;
	font-size:16px;
	font-weight: 500;
    list-style-type: none;
    padding-bottom: 15px;
}
.tml-links li{
    float: left;
	margin:0;
}
.tml-links .tml-lostpassword-link,
.tml-links .tml-register-link{
	float: right;
}
.tml-action-login .tml-lostpassword-link{
	float:left;
}
.tml .tml-alerts ul{
    max-width: 350px;
    margin:auto;
}
.tml-links a{
    color: #717171;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.tml-register .indicator-hint,
.tml-resetpass .indicator-hint{
    color: #717171;
    font-size: 14px;
    padding: 30px;
    bottom: 130px;
	max-width: 350px;
	margin:auto;
}

@media screen and (max-width: 500px){
    .tml-login,
    .tml-register,
    .tml-lostpassword{
        box-shadow: none;
    }
}
