﻿
.login-card {
    background-color: white;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 auto;
    padding: 30px 12px;
}

.login-form {
    padding: 30px;
    width: 450px;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.login-form_not-remember-password {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: black;
    font-weight: 500;
}

.login-form_input-group {
    position: relative;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.login-form_input-item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.login-form_group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login-form_group-margin {
    margin-bottom: 20px
}

.login-form_input-item-wrapper {
    display: flex;
}

.login-form_input-input {
    width: 100%;
    padding: 20px 40px 10px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    height: 56px;
}


.login-form_input-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-100%);
    color: #999;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 0 5px;
    font-size: 17px;
}

.login-form_input-input:focus + .login-form_input-label,
.login-form_input-input:not(:placeholder-shown) + .login-form_input-label {
    top: 5px;
    font-size: 10px;
    transform: translateY(0);
}

.login-form_input_error {
    min-height: 20px;
    margin-top: 5px;
}


.login-form_input-password-show {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-117%);
    cursor: pointer;
    color: #aaa;
    font-size: 17px;
}

.login-form_logo {
    width: 16rem;
    height: auto;
    display: block;
    transition: opacity 0.2s;
}

.login-form {
    background-color: #f5f5f5;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-form_main-text {
    margin-top: 40px;
    margin-bottom: 40px !important;
    text-transform: none !important;
    text-align: center;
}

.login-form_user-agreement {
    text-align: center;
    color: #999;
}

.login-form_user-agreement-link {
    color: black;
    font-weight: 500;
}

.login-form_sub-text {
    text-align: center;
    color: #999;
    font-size: 17px; 
}

.login-form_resend-code {
    text-align: center;
    color: #999;
    font-size: 15px;
}
.login-form_password-rules-header {
    font-size: 16px;
}
.login-form_password-rules {
    text-align: center;
    color: #999;
    font-size: 15px;
}

.login-form_logo-group-with-backbutton {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.login-form_logo-group-backbutton {
    width: 5%;
    font-size: 20px;
    color: black;
}

.login-form_logo-group-logo {
    width: 95%;
    margin-right: 5%;
    display: flex;
    justify-content: center;
}

.login-form h4 {
    text-transform: none !important;
    font-weight: 600;
    font-size: 22px;
}

.login-form_svg {
    width: 40px;
    margin: auto;
    margin-bottom: 10px
}

.login-form_sub-text-telephone-number {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}