.login-container *:not(i) {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Poppins, Helvetica, "sans-serif" !important;
    color: #808080;
    text-decoration: none;
    outline: none;
}

.login-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    position: absolute;
}

.login-container .left {
    width: 400px;
    height: 100vh;
    background: #fff;
    float: left;
    padding: 32.5px 65px 0px 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.login-container .logos {
    display: flex;
    justify-content: space-around;
}
.login-container .logos img {
    height: 110px;
    padding-top: 6.5px;
    display: inline-block;
}


.login-container .login-form {
    padding-top: 35.75px;
}
.login-container .register-form {
    display: none;
}
.login-container .recover-form {
    padding-top: 35.75px;
    display: none;
}


.login-container span {
    display: block;
}

.login-container .form-title {
    color: #6b6c72;
    margin: 6px 0px;
    font-size: 19.5px;
    font-weight: 600;
    text-align: center;
    font-weight: 600;
}
.login-container .form-title.dark {
    color: #181c32;
}
.login-container .form-title.padding {
    padding-bottom: 13px;
}
.login-container .form-subtitle {
    color: #b5b5c3;
    margin-bottom: 39px;
    font-weight: 500;
    font-size: 17.55px;
    text-align: center;
}

.login-container label {
    font-size: 13.65px;
    font-weight: 600;
    padding-bottom: 6.5px;
    color: #6b6c72;
    display: block;
}
.login-container input:not([type=checkbox]) {
    background: #f3f6f9;
    padding: 13px;
    width: 100%;
    border-radius: 5.46px;
    font-size: 13px;
    border: none;
    margin-bottom: 16.25px;
    transition: background-color .2s linear;
}
.login-container input:focus {
    background: #ebedf3;
    transition: background-color .2s linear;
}
.login-container .input-colspan {
    display: flex;
    justify-content: space-between;
}
.login-container .input-colspan input {
    width: 131px;
}
.login-container select {
    display: block;
    font-size: 13px;
    border-radius: 5.46px;
    padding: 8.45px 13px;
    height: 39.87px !important;
    border: none;
    background-color: #f3f6f9;
}
.login-container .register-form select {
    width: 100%;
    margin-bottom: 16.25px;
}

.login-container .form-footer {
    margin-top: 16.25px
}
.login-container .form-footer .remember label {
    display: inline-block;
    font-weight: 400;
    margin: 0px;
}
.login-container .form-footer .footer-link {
    font-size: 13.65px;
    font-weight: 600;
    color: #bb0000;
    cursor: pointer;
}

.login-container .aggrement {
    display: flex;
}
.login-container .aggrement input {
    margin: 2.3px 5px 0px 0px;
}
.login-container .aggrement label {
    float: right;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #3f4254
}


.error-txt {
    font-size: 13px;
    font-weight: 400;
}

.login-container .form-buttons,
.login-container .form-footer {
    display: flex;
    justify-content: space-between;
}

.login-container .form-buttons {
    margin-top: 23px;
}
.login-container button {
    border-radius: 5.46px;
    border: none;
    padding: 9.75px 19.75px;
    color: #fff;
    font-size: 13.65px;
    font-weight: 600;
    cursor: pointer;
}
.login-container button.btn-1 {
    background: #bb0000;
}
.login-container button.btn-2 {
    background: #6b6c72;
}


.login-container .social span {
    font-size: 17.55px;
    margin: 6px 0px 13px 0px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.login-container .social .accounts {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.login-container .social .accounts a {
    border-radius: 5.46px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.login-container .social .accounts a.linkedin { background: #007bb5; }
.login-container .social .accounts a.instagram { background: #ff8c00; }
.login-container .social .accounts a.twitter { background: #55acee; }
.login-container .social .accounts a.facebook { background: #3b5998; }
.login-container .social .accounts a.youtube { background: #bb0000; }

.login-container .social .links {
    font-size: 13.65px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.login-container .social .links i {
    color: #bb0000;
}
.login-container .social .links div {
    display: inline-block;
}

.login-container .right {
    float: left;
    height: 100vh;
    width: calc(100% - 400px);
    background: url('../images/back.jpg') center center no-repeat;
    background-size: cover;
}

.login-modal-bg.show {
    display: flex;
}
.login-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    background: #00000044;
}
.login-modal {
    position: absolute;
    width: 800px;
    background: #fff;
    border-radius: 5.46px;
    top: 20px;
    bottom: 20px;
    padding: 15px !important;
    overflow-y: scroll;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
}
.login-modal h1 {
    font-size: 17.55px;
    font-weight: 500;
    margin: 6.5px 0px;
    display: block;
}
.login-modal h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 6.5px 0px;
    display: block;
}
.login-modal p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 13px;
    display: block;
}

.captcha {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    scale: 0.89;
}