﻿body {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #000000;
}

.main {
    margin: 0 auto;
    overflow: auto;
}

.login-left {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #010A13;
}

.login-right {
    height: 100vh;
    /*background-image: url(../../img/bg-login.png);*/
    background-repeat: no-repeat;
    background-color: #010a13;
    background-size: cover;
    /*background-position: center;*/
}

.main-principal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.login {
    width: 350px;
    margin-top: 24px;
}

.input-email {
    border: none;
    border-bottom: 1px solid #CBD5E1;
    border-right: 1px solid #CBD5E1;
    border-top: 1px solid #CBD5E1;
    padding-left: 0px !important;
}

.bordas {
    border-color: #CBD5E1 !important;
}

.botoes {
    display: flex;
    flex: 1;
    flex-flow: row;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px;
}

button {
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#idLogin {
    border-radius: 2px;
    font-size: 13px;
    width: 50%;
}

#idEsqueceu {
    border-radius: 2px;
    font-size: 13px;
    background: #010A13;
    color: #00A1E1;
    border: 1px solid #00A1E1;
    width: 50%;
}

.login-titulo h2 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    min-height: 1px;
    padding-right: 10px;
    font-weight: 400;
    line-height: 24.2px;
    color: #ffffff;
}

.form-group {
    min-height: 56px;
    margin-top: 24px;
}

    .form-group label {
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        min-height: 1px;
        padding-right: 10px;
    }

    .form-group input {
        border-radius: 4px;
        background: #FFF;
        display: flex;
        height: 36px;
        padding: 12px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

.cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70%;
}

.logo-direct {
    text-align: center;
    margin-top: 66px;
    /*margin-bottom: 185px;*/
}

    .logo-direct img {
        max-width: 300px;
        max-height: 120px;
    }

.div-center {
    text-align: center;
}

    .div-center p {
        color: #FFF;
        text-align: center;
        font-family: 'Rajdhani', sans-serif;
        font-style: normal;
    }

    .div-center .texto-principal {
        font-size: 36px;
        line-height: 40.83px;
        font-weight: 500;
        text-align: initial;
    }

    .div-center .texto-secundario {
        text-align: initial;
        font-size: 20px;
        line-height: 20.42px;
        font-weight: 500;
    }

    .div-center span {
        font-weight: 700;
    }



div-text span {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}




footer {
    width: 100%;
}

    footer .img-footer {
        display: block;
        margin: 0 auto;
    }

.alert-personalizado {
    text-align: center;
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.texto-redefinir {
    color: #9594A6;
    font-weight: 400;
    line-height: 16.94px;
}

@media (max-width: 1061px) {
    section {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .login-right {
        width: 100%;
    }
}
