.container.login {
    position: relative;
    width: 640px;
    margin-top: 5%;
    padding: 30px;

    display: flex;
    flex-direction: column;
    border-radius: 34px;

    -webkit-box-shadow: 0 11px 34px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 11px 34px 0 rgb(0 0 0 / 20%);
}

.settings-container #closeGAuth,
.login #close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    border: 1px solid #323232FF;
    border-radius: 4px;
}

.login .login-input-field {
    width: 100%;
    text-align: left;
    margin: 14px 0 2px 0;
}

.login .form-label {
    font-family: 'Inter', sans-serif;
    width: 100%;
    text-align: left;
    letter-spacing: -0.3px;
    color: #17171A;
}

.login .element-login-style {
    border: 1px solid #83D1C4;
    border-radius: 8px;
    height: 40px;
}

.login .login-body {
    width: 60%;
    margin: 2% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.login .login-body .row {
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.login .login-body .row input {
    max-width: 300px;
}

.login .login-body .row .fas {
    width: 33px;
    height: 33px;
}

.login .login-body .login-input,
.login .login-body-2factor .login-input {
    box-shadow: none;
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.29412;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    height: 40px !important;
    /*margin-top: 14px;*/
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    text-align: left;
    border: 1px solid #d6d6d6;
    background: #fff;
    background-clip: padding-box;
}

.empty-field-20px {
    width: 100%;
    height: 20px;
}

.timer-container {
    display: flex;
    justify-content: flex-end;
    gap: 2px;
    width: 100%;
}

.timer-container span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.4px;
    color: #008770;
}

#googleAuthenticator .login-settings-title {
    background: #166456;
    color: #FFFFFF;
}

#googleAuthenticator .login-settings-title:hover {
    background-color: #008770;
    color: #FFFFFF;
    font-weight: 500;
}

#EmailSmsAuthenticator .login-settings-title {
    color: #166456;
}

#EmailSmsAuthenticator .login-settings-title:hover {
    color: #166456;
    font-weight: 500;
}

#EmailSmsAuthenticator .login-settings-title:active {
    background: #C1EBE4;
    color: #17171A;
    font-weight: 500;
}

#mainCode {
    text-align: center;
}

.pass-reset-btn:hover {
    cursor: pointer;
}

.pass-reset-btn {
    display: block;
    margin-left: auto;
    width: max-content;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.4px;
    color: #008770;
}

.si-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #83D1C4;
    border-radius: 6px;
    background: #83D1C4;
    cursor: pointer;
    height: 100%;
}

.si-btn:hover {
    background-color: #4ba3a3;
    border-radius: 6px;
}


.si-btn span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #18181B;
}

.si-btn-step2 {
    border: 1px solid transparent;
    position: absolute;
    top: 44px;
    right: 5px;
    background: transparent;
    outline: none;
    cursor: pointer;
    padding: 5px;
    width: 44px;
    height: 44px;
}

.icon_sign_in:before {
    content: url('../images/login_icon.svg');
    width: 35px;
    height: 35px;
}

.twofa-code {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    flex-direction: column;
    width: 343px;
    margin: 0 auto;
}

.twofa-code-reset {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    flex-direction: row;
    width: 52%;
    margin: 0 auto;
}

.twofa-code input[type=tel] {
    line-height: 1.29412;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    color: #333;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: #fff;
    background-clip: padding-box;
    font-size: 24px;
    padding: 0;
    text-align: center;
}

.twofa-code-reset .login-input.login-code-char {
    box-shadow: none;
    height: 2.6em;
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.29412;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    text-align: left;
    border: 1px solid #d6d6d6;
    background: #fff;
    background-clip: padding-box;

    width: 44px !important;
    max-width: 44px !important;
}

.twofa-code input[type=tel]:disabled {
    background: #efefef;
}

.twofa-code .authorize-btn {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background-color: #8AD0C4;

    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 10px auto;

    width: 200px;

    transition: background-color .2s linear;
}

.twofa-code .authorize-btn:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #8AD0C4;
}

.form-signin {
    max-width: 330px;
    margin: 0 auto;
    padding: 15px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 10px;
}

.account-wall {
    margin-top: 20px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 40px 0 20px;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 67px;
    height: 233px;
    display: block;
    margin: 10px auto 25px;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

#new-pass,
#repeat-pass {
    background-color: transparent;
    border: none;
    outline: none;
}

#new-pass::placeholder,
#repeat-pass::placeholder {
    background-color: transparent;
    border: none;
    outline: none;
}

