body{
    background: #FFF
}
.app{
    width: 400px;
    margin: auto;
    padding: 0px;
    text-align: center;
    margin-top: 150px;
}
@media (max-width: 600px){
    .app{
    width: 350px;
    margin-top: 100px;
    }
}
.check-to-bg{
    position: absolute;
    background-image: url(../img/wixo/login-icon.svg);
    width: 300px;
    height: 300px;
    right: 0px;
    bottom: 0px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
@media (max-width: 900px){
    .check-to-bg{
        display: none
    }
}
.check-too-bg{
    position: fixed;
    background-image: url(../img/wixo/forgot-icon.svg);
    width: 300px;
    height: 300px;
    right: 0px;
    bottom: 0px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
@media (max-width: 900px){
    .check-too-bg{
        display: none
    }
}
.logo_here{
    margin: auto;
    width: 70px;
    height: 70px;
    background: url(../img/wixo/site_logo.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 600px){
    .logo_here{
        display: none
    }
}
.account_title{
    margin: auto;
    padding: 15px 0px;
}
.inputs{
    height: 45px;
    border: 1px solid #0373dd;
    border-radius: 4px;
    margin: 10px 0;
    background: #f8fbff;
}
.eyes_icon_set{
    position: absolute;
    top: 15px;
    right: 30px;
    width: 25px
}
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
input:checked+.slider {
    background-color: #2196f3;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 34px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}.slider.round:before {
    border-radius: 50%;
}
input:checked+.slider {
    background-color: #2196f3;
}input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.btn-primary{
    width: 100%;
    padding: 10px
}
.btn-link{
    float: right;
    padding: 0px;
    text-align: right;
}
.lrdiv_style {
    width: 93%!important;
    height: 55px;
    border: 2px solid #29cf8e;
    display: inline-block;
    margin-bottom: 12px;
}
.reminder_button {
    color: #29cf8e;
    text-decoration: none;
    width: 90%;
    letter-spacing: 0px;
    line-height: 2.5;
    font-weight: 500;
    font-size: 20px;
}
.reminder_button:hover{
    color: #29cf8e;
}
.sign_link {
    width: 94%;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #e5eaf0;
    margin-bottom: 10px;
}
.sign_link a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 15px;
}
.sign_link img {
    margin-right: 10px;
    height: 22px;
}

.dropdown-toggle::after {
    top: 10px;
    left: -18px;
}
@media (max-width: 991px){
    .dropdown-toggle::after {
        top: 18px;
        left: 4.5px;
    }
}