@import url("https://assets.soracom.io/fonts/aeonik/Aeonik.css");

.login-container {
    position: relative;
    /*left:40%;*/
    margin: 0 auto;
}


html, body {
    height: 100%;
}

    body.my-login-page {
        background-color: #f7f9fb;
        font-size: 14px;
    }

.my-login-page .brand {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    margin: 40px auto;
    box-shadow: 0 4px 8px rgba(0,0,0,.05);
    position: relative;
    z-index: 1;
}

    .my-login-page .brand img {
        width: 100%;
    }

.my-login-page .card-wrapper {
    width: 400px;
}

.my-login-page .card {
    border-color: transparent;
    box-shadow: 0 4px 8px rgba(0,0,0,.05);
}

    .my-login-page .card.fat {
        padding: 10px;
    }

    .my-login-page .card .card-title {
        margin-bottom: 30px;
    }

.my-login-page .form-control {
    border-width: 2.3px;
}

.my-login-page .form-group label {
    width: 100%;
}

.my-login-page .btn.btn-block {
    padding: 12px 10px;
}

.my-login-page .footer {
    margin: 40px 0;
    color: #888;
    text-align: center;
}

.content_form {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 48px;
}

@media screen and (min-width: 1367px) {

    .content_form {
        width: 70%;
        padding: 0 48px;
    }
}

@media screen and (min-width: 1366px) {

    .container_login {
        grid-template-columns: none;
    }

    .container_login--content {
        display: none;
    }

    .container_login--form {
        padding: 25px;
    }

    .content_form--text {
        text-align: center;
    }



    .content_form {
        width: 100%;
        padding: 0 48px;
    }
}

@media screen and (max-width: 320px) {
    .my-login-page .card.fat {
        padding: 0;
    }

        .my-login-page .card.fat .card-body {
            padding: 15px;
        }
}

/*New Login Here !!*/
.container_login {
    display: grid;
    grid-template-columns: 45% 55%;
    height: 100vh;
}

.container_login--content {
    display: grid;
    grid-template-rows: 20% 80%;
    /*background-color: #071A84;*/
    background-image: url("../images/siesa/young-elegant-female-chief-executive-officer-of-mo-2022-02-23-02-09-39-utc.JPG");
    background-size: cover;
}

.container-polygon-custom {
    display: flex;
    height: 100vh;
    align-items: flex-end;
}

.polygon-custom {
    /*clip-path: polygon(0% 93%, 10.25% 79.11%, 100% 79.11%, 100% 100%, 0% 100%);*/
    /*background-color: #296efd;*/
    background-image: url("../images/siesa/siesaBottom.svg");
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 80px;
    /*padding: 0 32px 32px;*/
}

.lbl-polygon {
    color: #fff;
    font-size: 2.4rem;
    font-feature-settings: "ss02", "ss08";
    font-family: Aeonik, 'Source Han Sans JP', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.btn-login--custom {
    font-family: Aeonik, 'Source Han Sans JP', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.content_logo {
    display: flex;
    justify-content: center;
}

    .content_logo img {
        width: 180px;
    }

.content_illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .content_illustration img {
        width: 90%;
        height: 80%;
    }

.container_login--form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mg-15 {
    margin-top: 16px;
}

.bg-primary-siesa {
    width: 100%;
    height: 35px;
}

.content_form h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.3rem;
}

.content_form h6 {
    color: #626364;
    font-weight: 500;
}

.content_form--form {
    margin-top: 48px;
}

.custom-form-section {
    position: relative;
}

.content_form--copy {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.lbl-custom--login:hover {
    color: #154ca9;
    cursor: pointer;
}

.lbl-custom--login {
    color: #0e79fd;
    font-family: Aeonik, 'Source Han Sans JP', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.lbl-iniciar--login {
    color: #0e79fd;
    font-family: Aeonik, 'Source Han Sans JP', Arial, Helvetica, sans-serif;
    font-weight: 400;

}



.mobile-custom {
    background: #fff;
}

/*Responsive Design*/

@media (max-width: 800px) {

    .container_login--content {
        display: none;
    }

    .container_login--form {
        height: 100%;
    }

    .header-login {
        display: flex;
        height: 160px;
        background-color: #0E79FD;
        align-items: center;
        justify-content: center;
    }

        .header-login h6 {
            font-size: 1.5rem;
            color: #fff;
            font-family: Aeonik, 'Source Han Sans JP', Arial, Helvetica, sans-serif;
            font-weight: 500;
        }

    .mobile-custom {
        flex-direction: column;
        height: 100vh;
    }
}

@media (min-width: 800px) and (max-width: 1366px) {

    .header-login {
        display: none;
    }
}

@media (min-width: 1367px) {
    .header-login {
        display: none;
    }

    .container-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background-color: #FAFAFA;
    }

    .container-polygon-custom {
        height: 768px;
    }

    .mobile-custom {
        width: 1366px;
        height: 768px;
        box-shadow: 10px 10px 16px 0px #e1e1e1;
    }
}

.mb-lbl-5 {
    margin-bottom: 5px;
}
