* {
    font-size: 12px;
}

body {
    width: 100vw;
    min-height: 100vh;
    background: #ecf4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.invalid-feedback {
    display: block;
}

header {
    /* height: 10rem; */
    width: 100%;
}

#navigation {
    height: 100%;
    padding: 0 1rem;
}

#navigation .navbrand-img {
    width: 4rem;
    height: 100%;
}

#main {
    flex: 1;
    display: flex;
    width: 100%;
    background: transparent;
    align-items: center;
}

#aa {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.auth-image-container {
    position: relative !important;
    height: calc(100%) !important;
    width: calc(100%) !important;
}



.auth-img-4 {
    width: 45%;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 5%;
    left: 0%;
    /* transform: translateY(-50%); */
    /* margin-left: -40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center; */
}

.auth-img-5{
    width: 45%;
    position: absolute;
    top: 6rem;
    /* bottom: 3rem; */
    /* bottom: 5%; */
    right: 10%;
    /* left: 70%; */
    /* transform: translateY(-45%);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; */
}

.auth-img-6 {
    width: 45%;
    position: absolute;
    top: 14rem;
    right: 12%;
    /* left: 70%; */
    /* transform: translateY(-50%) translateX(-50%);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; */
    z-index: 10;
}

.auth-img-1 {
    width: 60%;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 5%;
    left: 0%;
    /* transform: translateY(-50%); */
    /* margin-left: -40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center; */
}

.auth-img-2 {
    width: 45%;
    position: absolute;
    top: 6rem;
    /* bottom: 3rem; */
    /* bottom: 5%; */
    right: 10%;
    /* left: 70%; */
    /* transform: translateY(-45%);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; */
}

.auth-img-3 {
    width: 60%;
    position: absolute;
    top: 25rem;
    right: 12%;
    /* left: 70%; */
    /* transform: translateY(-50%) translateX(-50%);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; */
    z-index: 10;
}

#info {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /* min-height: 100vh; */
    height: 100%;
    margin: 2rem 0;
}

#section-title {
    padding-top: 4rem;
    width: 100%;
}

#section-title #title-text h1 {
    color: #B73D25;
    font-weight: 400;
}

#section-images {
    padding-top: 4rem;
}

#content {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    padding: 2rem;
    /* width: 27%; */
    /* height: 60%; */
    flex-shrink: 0;
    margin: 2rem 0;
    box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.75);
}

#intro-text {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 2em;
}

#intro-text h3 {
    line-height: 1.5em;
    font-weight: bold;
    color: #3d5a82;
    /* font-size: 14px; */
}

#intro-text h5 {
    line-height: 1.5em;
    color: #bcbcbc;
    font-size: 16px;
}

.form-title {
    display: none;
}

#form-area {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tab {
    display: none;
}

input {
    background: white;
    font-size: 8px;
    min-height: 4em;
    border: none;

}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
}

select {
    background: white;
    font-size: 8px;
    min-height: 4em;
    border: none;
    box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
}

.form-control {
    border: none;
}

input:focus {
    background: white;
}

input::placeholder {
    background: white;
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s;
    /* -webkit-text-fill-color: #fff !important; */
}

input[data-strength="1"]:focus { border: solid 2px #ee0c0c; }
input[data-strength="2"]:focus { border: solid 2px #e08700; }
input[data-strength="3"]:focus { border: solid 2px #b0c500; }
input[data-strength="4"]:focus { border: solid 2px #35fa0c; }

#password-strength-text{
    margin: 0 0.5rem 0 0;
    font-weight: 700;
}

#password-label {
    display: flex;
    justify-content: space-between
}

.form-inner-title {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #3d5a82;
}

.form-inner-title h3 {
    line-height: 1.5em;
    font-weight: bold;
    color: #3d5a82;
    /* font-size: 14px; */
}

.required {
    color: red;
}

.check-area {
    background: white;
    width: 100%;
    /* height: 160px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
}

.check-area .checkcircle {
    margin-right: 0.5rem;
    border-radius: 50%;
}

.check-area label {
    margin: 0;
}

#submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5em 0;
}

#actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5em 0;
}

#action-btns {
    display: flex;
    align-items: center;
    margin: 1.5em 0;
    width: 100%;
}

#submit-btn {
    background: #B73D25;
    color: white;
    /* width: 80%; */
    height: 48px;
    flex: 1;
    margin-left: 1em;
    margin-right: 1em;
}

.form-nav-btn {
    border: solid 1px #B73D25;
    color: #B73D25;
    background: white;
    /* width: 80%; */
    height: 48px;
    flex: 1;
    margin-left: 1em;
    margin-right: 1em;
}

#forgot-pw {
    width: 100%;
    display: flex;
    justify-content: center;
}

#footer {
    height: 2rem;
}

@media only screen and (max-width: 1024px) {

    #main,
    #aa {
        max-width: 100% !important;
    }

    #aa {
        flex-direction: row-reverse;
    }

    #content {
        flex-shrink: 0;
    }

    .auth-img-1 {
        width: 180px;
        height: 180px;
        left: 10%;
        /* height: 100%; */
    }

    .auth-img-2 {
        width: 180px;
        height: 180px;
        right: 0%;
        /* height: 100%; */
    }

    .auth-img-3 {
        width: 180px;
        /* height: 180px; */
        /* height: 100%; */
    }

}

@media only screen and (max-width: 768px) {
    #main {
        padding: 1rem 0.5rem;
    }

    #aa {
        flex-direction: column-reverse;
    }

    #info {
        /* min-height: 100%; */
    }

    #content {
        width: 100%;
        height: fit-content;
        /* margin: 2rem 0; */
    }

    .auth-image-container {
        /* display: none; */
    }

    .auth-img-1 {
        left: 0%;
        /* height: 100%; */
    }
}

.file_doc_upload {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.doc_upload_container {
    /* display: inline-block; */
    position: relative;
    min-height: 5rem;
    width: 100%;
}

.dragarea {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 3px dotted #bebebe;
    border-radius: 5px;
}

.dragarea p {
    margin: 0;
}

.dragarea.dragover {
    background-color: #f9f9f9;
}
