﻿.new-login {
    background: url(../images/background.png);
    background-attachment: fixed;
    background-size: cover;
}

.new-login > :not(.environment-banner.production) + .wrapper {
    height: calc(100vh - 30px)
}

.new-login .wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.wrapper {
    margin-top: 200px;
}

.login-page {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.login-page .login {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.login-page .logo-abena {
    margin-bottom: 5em;
}

.login-page .simple-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 36px 72px;
    text-align: center;
    max-width: 700px;
}

.login-page .login-form {
    background: #F6F6F6;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 4px;
    width: 600px;
    min-height: 250px;
}

.login-page .form-group {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #222;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.login-page label {
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.login-page input {
    border-radius: 2px;
    border: 1px solid #E0E0E0;
}

.login-page .action-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 48px;
}

.login-page .select-language {
    background: #F6F6F6;
    display: flex;
    align-items: center;
    padding: 4px 8px 4px 12px;
    gap: 4px;
    width: 173px;
    height: 32px;
    border: 1px solid #103B75;
    color: #103B75;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.login-page .btn-default {
    padding: 8px 12px;
    background: #103B75;
    border-radius: 4px;
    border-color: #103B75;
    width: auto;
    height: 32px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.login-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-page #btn-password-forgot {
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    color: #103B75;
    margin-top: 2em;
    text-align: center;
}

.login-page .communication {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    padding: 0;
    background: white;
    width: 768px;
    height: 100%;
}

.login-page .image {
    max-width: 700px;
    max-height: 450px;
    border-radius: 4px;
}

.alert {
    width: 460px;
    margin: auto;
    margin-bottom: 15px;
    border: 1px solid #fff;
    border-radius: 0;
}

.alert-danger {
    background-color: #fff1f6;
    color: #da1212;
}


.password-forgot-form {
    width: 460px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px #555;
    overflow: hidden;
    border: 1px solid #fff;
}

    .password-forgot-form > .header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        padding: 8px;
        position: relative;
        background-color: #003779;
        height: 60px;
    }

        .password-forgot-form > .header > .logo {
            max-width: 50px;
            box-shadow: 1px 1px 3px #1d1d1d;
        }

        .password-forgot-form > .header > .logo-text {
            width: 176px;
            height: auto;
        }


    .password-forgot-form > .content {
        padding: 10px;
    }


        .password-forgot-form > .content button[type="submit"] {
            width: 100%;
        }

.form-control {
    height: 40px;
}

.col-sm-6 {
    padding: 0;
}


.checkbox {
    margin: 0;
}


footer {
    width: 460px;
    margin: auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

    footer span {
        display: block;
    }
