.login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    background: url(../images/hero-bg1.jpeg) no-repeat;
    background-size: cover;
    align-items: center;
}

.login_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 28px;
    width: 595px;
    margin: 0 10px;
}

.login_card_header {
    padding-top: 30px;
}

.login_card_header > h1 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.6px;
    color: #1e244d;
    text-transform: uppercase;
    margin: 0;
}

.sedapta_logo {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 20px 0 40px 0;
    padding: 0 10px;
}

.grey_text {
    color: #9f9f9f;
    margin-bottom: 10px;
}

.login_with {
    font-size: 20px;
}

.form_section {
    margin-bottom: 20px;
}

.login_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.input_container {
    position: relative;
    display: flex;
}

.input_container + .input_container {
    margin-top: 12px;
}

.login_form .login_input {
    width: 330px;
    height: 65px;
    padding: 0 12px 0 32px;
    background: #f5f5f5;
    border: none;
    border-radius: 127px;
    font-size: 16px;
    color: #32415a;
}

.login_input::placeholder {
    color: transparent;
}

.login_input:focus {
    box-shadow: 0 0 0 2px #b8d3ff !important;
}

.floating_label {
    position: absolute;
    top: 22px;
    font-size: 16px;
    color: #9f9f9f;
    font-weight: 400;
    padding-left: 32px;
    transition: 0.2s ease all;
    margin-bottom: 0;
    pointer-events: none;
}

.login_input:focus ~ .floating_label,
.login_input:not(:placeholder-shown) ~ .floating_label {
    top: 3px;
    font-size: 14px;
}

.input_error {
    left: 27px;
    position: absolute;
    color: #e94f4f;
    bottom: 2px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 16px;
}

.input_error img {
    margin-right: 2px;
}

.signin_button {
    font-weight: 500;
    letter-spacing: 0.23px;
    height: 50px;
    color: #fff;
    background: #1e244d;
    border-radius: 129px;
    border: none;
    box-shadow: 0px 10px 10px #0000001f;
    text-transform: uppercase;
    margin: 26px 0;
    padding: 0px 36px;
}

.signin_button:hover,
.signin_button:focus {
    background: #2e397e;
}

.signin_button:active {
    background: #1b2044;
}

.login_link {
    font-weight: 400;
    color: #4c8cee;
}

.login_link:hover,
.login_link:focus,
.login_link:active {
    color: #4c8cee;
}

.forgot_password {
    margin-bottom: 20px;
}

.new_to_text {
    color: #9f9f9f;
}

*:focus-visible {
    box-shadow: 0 0 0 2px #b8d3ff !important;
    transition: none !important;
}
