/* LAYOUT */
.cover {
    height: 100vh;
    width: 100%;
}
/* END LAYOUT */

/* WRAP LEFT */
#wrap-left {
    max-width: 39.8%;
    width: 100%;
}
#wrap-left-colImg img {
    max-width: 269.35px;
    width: 100%;
    margin-bottom: 10px;
}
#wrap-left .row {
    max-width: 389px;
    width: 100%;
    margin: 0 auto;
}
#wrap-left .col {
    padding: 0 10px;
}
#wrap-left-colTitle h6 {
    margin-bottom: 48px;
}
#wrap-left-colForm input,
#wrap-left-colForm label {
    margin-bottom: 10px;
}
#wrap-left-colForm input {
    height: 48px;
    border-radius: 8px;
    padding: 12px 10px;
}
#passwordValidation {
    padding-right: 42px !important;
}
#wrap-left-colForm i {
    font-size: 18px;
}
#togglePassword {
    cursor: pointer;
}
#wrap-left-colForm-forgot {
    margin: 0 0 40px 0;
}
#wrap-left-colForm-forgot a {
    transition: 0.3s;
}
#wrap-left-colForm-forgot a:hover {
    color: #f7fbff;
}
#wrap-left-colForm-forgot span {
    cursor: pointer;
}
#wrap-left-colForm .btn {
    height: 49.95px;
    font-weight: 600;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
#wrap-left-colForm .btn:hover,
#wrap-left-colForm .btn:active {
    background-color: #052543;
    color: #f7fbff;
}

/* END WRAP LEFT */

/* WRAP RIGHT */
#wrap-right {
    max-width: 60.2%;
    max-height: 100vh;
    width: 100%;
    padding: 127px;
}
#wrap-right img {
    max-width: 762px;
    width: 100% !important;
}
/* END WRAP RIGHT */

/* DIVIDER "OR" */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 0;
}
.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ddd;
}
.divider:not(:empty)::before {
    margin-right: 0.5em;
}
.divider:not(:empty)::after {
    margin-left: 0.5em;
}
/* END DIVIDER "OR" */

/* ================ >=992px && <=1199px RESPONSIVE ================*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #wrap-right {
        max-width: 50%;
        padding: 48px;
    }
    #wrap-left {
        max-width: 50%;
        width: 100%;
    }
}

/* ================ >=720px && <=991px RESPONSIVE ================*/
@media screen and (min-width: 720px) and (max-width: 991px) {
    h1 {
        font-size: 48px;
        line-height: 58px;
    }
    h2 {
        font-size: 32px;
        line-height: 48px;
    }
    h5 {
        font-size: 28px;
        line-height: 42px;
    }
    h6 {
        font-size: 18px;
        line-height: 27px;
    }
    p,
    label {
        font-size: 16px;
        line-height: 24px;
    }
    span {
        font-size: 12px;
        line-height: 18px;
    }
    #wrap > .col:nth-child(2) {
        order: -1;
    }
    #wrap-right {
        max-height: 100%;
        height: auto;
        max-width: 100%;
        padding: 48px;
        flex: none;
    }
    #wrap-right img {
        max-width: 240px;
        width: 100% !important;
    }
    #wrap-left {
        max-width: 100%;
        width: 100%;
        padding: 48px !important;
        flex: none;
    }
}

/* ================ >=0px && <=719px RESPONSIVE ================*/
@media screen and (min-width: 0px) and (max-width: 719px) {
    h1 {
        font-size: 36px;
        line-height: 43px;
    }
    h2 {
        font-size: 24px;
        line-height: 36px;
    }
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    h6 {
        font-size: 14px;
        line-height: 21px;
    }
    p,
    label {
        font-size: 12px;
        line-height: 18px;
    }
    span {
        font-size: 10px;
        line-height: 15px;
    }

    #wrap > .col:nth-child(2) {
        order: -1;
    }
    #wrap-right {
        max-height: 100%;
        height: auto;
        max-width: 100%;
        padding: 48px 24px;
        flex: none;
    }
    #wrap-right img {
        max-width: 240px;
        width: 100% !important;
    }
    #wrap-left {
        max-width: 100%;
        width: 100%;
        padding: 48px 24px !important;
        flex: none;
    }
}
