#login-wrapper {
    min-height: calc(100vh - 76px);
    background-color: #154734;
    /*padding-top: 75px;
    padding-bottom: 15px;*/
    display: flex;
    align-items: center;
}

header {
    background-color: #E8E6DF;
}

header .navbar-brand .logo.white {
    display: none;
}

header .navbar-brand .logo.green {
    display: block;
}

#login-wrapper.padding-top-30 {
    padding-top: 30px;
}

#login-wrapper .welcome-wrapper {
    text-align: center;
    color: #0A4D43;
    font-family: Gotham-Medium;
    font-weight: 500;
    margin-bottom: 40px; /*60px;*/
}

#login-wrapper .welcome-wrapper.right {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

#login-wrapper .welcome-wrapper.small {
    /*padding-top: 0px;*/
}

#login-wrapper .welcome-wrapper .small {
    font-size: 20px;
}

#login-wrapper .welcome-wrapper.small .small {
    font-size: 11px; /*12px;*/
    font-weight: 500;
}

#login-wrapper .welcome-wrapper .big {
    font-size: 150px;
    line-height: 135px;
}

#login-wrapper .welcome-wrapper.small .big {
    font-size: 82px; /*92px;*/
    line-height: 60px; /*75px;*/
    font-weight: 500;
}

#login-wrapper .welcome-wrapper img.logo {
    margin-top: 10px;
    /*margin-bottom: 60px;*/
}

#login-wrapper .welcome-wrapper.small img.logo {
    margin-top: 0; /*5px;*/
}

#login-wrapper .form-wrapper {
    /*max-width: 700px;*/
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}

#login-wrapper .form-wrapper label {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 14px;
    color: #E8E6DF;
    margin-bottom: 0;
}

#login-wrapper .form-wrapper input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #E8E6DF;
    margin-right: 15px;
    outline: none;
    font-size: 14px;
    color: #E8E6DF;
    font-family: Inter-Medium-slnt;
    font-weight: 500;
}

#login-wrapper .form-wrapper input:last-child {
     margin-right: 0;
}

#login-wrapper .buttons-wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#login-wrapper .buttons-wrapper sup {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 15px; /*20px;*/
    color: #E8E6DF;
    vertical-align: middle;
}

#login-wrapper .buttons-wrapper button {
    color: #094634;
    background-color: #E8E6DF;
    border: 0;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 13px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    margin-right: 35px;
}

#login-wrapper .buttons-wrapper button:last-child {
    margin-right: 0;
}

#login-wrapper .info {
    text-align: center;
    font-family: WorkSans;
    font-weight: 500;
    color: #E8E6DF;
    font-size: 14px;
}

footer {
    height: 154px;
    background-size: auto;
    background-repeat: repeat;
    background-position: 50% top; /*center;*/
    background-image: url('../images/cenefa.png');
}

.code-wrapper .text {
    font-family: WorkSans;
    color: #E8E6DF;
    font-weight: 500;
    font-size: 19px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
}

.code-wrapper .text img {
    margin-right: 20px;
    position: relative;
    bottom: 2px;
}

.code-wrapper .text .important {
    font-family: Gotham-Black;
    font-weight: 800;
}

.code-wrapper .code-container {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
}

.code-wrapper .code-container label {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 14px;
    color: #E8E6DF;
    margin-bottom: 0;
    margin-right: 10px;
}

.code-wrapper .code-container input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #E8E6DF;
    margin-right: 15px;
    outline: none;
    width: 160px;
    font-size: 14px;
    color: #E8E6DF;
    font-family: Inter-Medium-slnt;
    font-weight: 500;
}

.code-wrapper .button-wrapper {
    text-align: center;
}

.code-wrapper .button-wrapper button {
    color: #154734; 
    background-color: #E8E6DF;
    border: 0;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 13px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    /*margin-right: 35px;*/
}

.signup-wrapper .text {
    font-family: WorkSans;
    color: #E8E6DF;
    font-weight: 500;
    font-size: 19px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
}

.signup-wrapper .text .important {
    font-family: Gotham-Black;
    font-weight: 800;
}

.signup-wrapper .signup-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 355px;
    margin-bottom: 60px;
}

.signup-wrapper .signup-form label {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 14px;
    color: #E8E6DF;
    margin-bottom: 0;
    margin-right: 10px;
}

.signup-wrapper .signup-form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #E8E6DF;
    outline: none;
    font-size: 14px;
    color: #E8E6DF;
    font-family: Inter-Medium-slnt;
    font-weight: 500;
}

.signup-wrapper .button-wrapper {
    text-align: center;
}

.signup-wrapper .button-wrapper button {
    color: #154734; 
    background-color: #E8E6DF; 
    border: 0;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 13px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.signup-wrapper .signup-form .form-group {
    display: flex;
    margin-bottom: 10px; /*3px;*/
}

.signup-wrapper .signup-form .form-group label {
    white-space: nowrap;
}

.signup-wrapper .signup-form .form-group input {
    flex-grow: 1;
    width: 100%;
    font-size: 14px;
}

.register-complete-wrapper {

}

.register-complete-wrapper .text {
    font-family: WorkSans;
    color: #E8E6DF;
    font-weight: 500;
    font-size: 19px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 70px;
}

.register-complete-wrapper .text .important {
    font-family: WorkSans;
    font-weight: 600;
}

.register-complete-wrapper .button-wrapper {
    text-align: center;
}

.register-complete-wrapper .button-wrapper button {
    color: #154734;
    background-color: #E8E6DF;
    border: 0;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 13px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.register-complete-wrapper .button-wrapper button a {
    color: #154734;
}

.register-complete-wrapper .button-wrapper button a:hover {
    text-decoration: none;
}

.recover-password-wrapper .text {
    font-family: WorkSans;
    font-weight: 500;
    color: #E8E6DF;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    margin-bottom: 70px;
}

.recover-password-wrapper .button-wrapper {
    text-align: center;
}

.recover-password-wrapper .button-wrapper button {
    color: #154734;
    background-color: #E8E6DF;
    border: 0;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 13px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.recover-password-wrapper .recover-password-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 355px;
    /*margin-bottom: 60px;*/
    height: 150px;
}

.recover-password-wrapper .recover-password-form .form-group {
    display: flex;
    /*margin-bottom: 3px;*/
}

.recover-password-wrapper .recover-password-form .form-group label {
    white-space: nowrap;
}

.recover-password-wrapper .recover-password-form label {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 14px;
    color: #E8E6DF;
    margin-bottom: 0;
    margin-right: 10px;
}

.recover-password-wrapper .recover-password-form .form-group input {
    flex-grow: 1;
    width: 100%;
    font-size: 14px;
    color: #9E9074; /*#0A4D43;*/
    font-family: Inter-Medium-slnt;
    font-weight: 500;
}

.recover-password-wrapper .recover-password-form .form-group input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #E8E6DF;
    outline: none;
    font-size: 14px;
    color: #E8E6DF;
    font-family: Inter-Medium-slnt;
    font-weight: 500;
}

#login-wrapper .form-wrapper .group/*:first-child*/ {
    margin-right: 25px;
}

#login-wrapper .form-wrapper button {
    color: #094634;
    background-color: #E8E6DF;
    border: 0;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 13px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

#login-wrapper .form-wrapper .button-wrapper {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 992px) {
    #login-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;

        display: block;
    }

    #login-wrapper .welcome-wrapper .small {
        font-size: 15px;
    }

    #login-wrapper .welcome-wrapper .big {
        font-size: 130px;
        line-height: 110px;
    }
}

@media (max-width: 768px) {
    #login-wrapper .welcome-wrapper .big {
        font-size: 100px;
        line-height: 85px;
    }

    #login-wrapper .welcome-wrapper {
        margin-bottom: 40px;
    }

    #login-wrapper .form-wrapper .group {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    #login-wrapper .buttons-wrapper .group {
        display: block;
    }

    #login-wrapper .form-wrapper {
        margin-bottom: 30px;
    }

    #login-wrapper .buttons-wrapper {
        width: 100%;
    }

    #login-wrapper .buttons-wrapper button {
        margin-bottom: 15px;
        width: calc(100% - 14px); /*calc(100% - 13px);*/
    }

    #login-wrapper .buttons-wrapper .group:last-child button {
        margin-bottom: 0;
    }

    #login-wrapper .form-wrapper {
        width: 100%;
    }

    #login-wrapper .form-wrapper input {
        width: 100%;
    }

    #login-wrapper .welcome-wrapper.right {
        margin-left: auto;
        margin-right: auto;
    }

    .recover-password-wrapper .text {
        margin-bottom: 25px;
    }

    .recover-password-wrapper .recover-password-form .form-group {
        display: block;
    }

    .recover-password-wrapper .recover-password-form .form-group label {
        width: 100%;
    }

    .recover-password-wrapper .recover-password-form .form-group input {
        width: 100%;
    }

    .recover-password-wrapper .recover-password-form {
        max-width: none;
    }

    .recover-password-wrapper .recover-password-form {
        height: auto;
        margin-bottom: 25px;
    }

    .recover-password-wrapper .button-wrapper button {
        width: 100%;
    }

    .code-wrapper .code-container {
        width: 100%;
    }

    .code-wrapper .code-container label {
        width: 100%;
    }

    .code-wrapper .code-container input {
        width: 100%;
    }

    .code-wrapper .text img {
        margin-right: 10px;
    }

    .code-wrapper .button-wrapper button {
        width: 100%;
    }

    .code-wrapper .code-container {
        margin-bottom: 35px;
    }

    .register-complete-wrapper .text {
        margin-bottom: 35px;
    }

    .register-complete-wrapper .button-wrapper button {
        width: 100%;
    }

    #login-wrapper .form-wrapper button {
        width: 100%;
    }

    .signup-wrapper .button-wrapper button {
        width: 100%;
    }

}
