/*
Version: 1.0.1
*/

html {
    background-color: #fff!important;
    font-family: Roboto,sans-serif!important;
    font-size: 14px;
    line-height: 16px;
}
.min-h-full {
    min-height: 100%;
}

.box-auth {
    width: 400px;
    padding: 20px 25px 30px;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.box-form {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0/0.25);
    --tw-shadow-colored: 0 25px 50px -12px #e5e7eb;
    box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,var(--tw-shadow-colored);border: 1px solid #ddd;border-radius: 0.75rem;    margin-top: 2rem;
}
.box-form .logo{
    border-bottom: 1px #ddd solid;
    margin: 0 -25px;
    padding-bottom: 15px;
}
.box-form .logo a{
    width: 50%;margin: 0 auto!important;
}
.box-form .logo img{
    margin: 0 auto;
}
.box-form h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}
.box-form h2 {
    font-size: 17px;
    line-height: 21px;    font-weight: 400;
    margin-bottom: 1.75rem;
    margin-top: 0;
}
div#trendy-message li {
    list-style: none;
    color: #f5881f;
    margin-bottom: 5px;
    font-size: 13px;
}
div#trendy-message li:before {
    content: '!';
    background: #f5881f;
    padding: 0 5px;
    border-radius: 25px;
    line-height: 10px;
    margin-right: 5px;
    font-size: 10px;
    color: #fff;
}
p#trendy-success {
    color: #3bc900;
    font-size: 14px;line-height: 20px;
}
.box-form p{
    margin-top: 0;
    margin-bottom: 5px;
}
.login-username,.login-password,.login-submit{
    display: flex;
    flex-direction: column;    position: relative;
    }
.login-username label, .login-password label {
    display: none;
}

input#user_pass,input#user_login,input#email,input#username,input#password,input#repassword{
    font-size: 14px;
    line-height: 16px;
    padding: 0.9rem 0.5rem;--tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity));    border-radius: 0.5rem;
    border-width: 1px ;background-color: #fff;    border-style: solid;margin-bottom: 0.7rem;    height: 40px;
}
[type='checkbox'] {
    border-radius: 8.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background-color: rgb(243 244 246/1);
    border-color: rgb(209 213 219/1);
    border-width: 1px;
    border-style: solid;margin-right: 5px;margin-bottom: 0;
    margin-top: 0;
}
[type='checkbox']:checked {
    color: rgb(245 136 31/1);
}
input#wp-submit {
    --tw-bg-opacity: 1;
    background-color: rgb(245 136 31/var(--tw-bg-opacity));
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    height: 42px;
    border-radius: 5px;
    border: unset;
width: 100%;
    cursor: pointer;margin: 0; margin-top: 15px;
}
.login-error {
    color: #f5881f;
}
@media screen and (min-width: 850px){

}
@media screen and (max-width: 849px){

}
@media only screen and (max-width: 48em) {
    .box-form{
        border: unset;margin-top: 0;
    }
}