﻿#page-container {
    position: relative;
    min-height: 100vh;
    width: 80%;
}

.view {
    overflow-x: hidden;
}

.blueHeader {
    top: -380px;
    left: -330px;
    position: absolute;
    z-index: -1;
    max-width: 1100px;
    max-height: 875px;
}

.mainImg {
    width: 90%;
    position: absolute;
    right: 30px;
    top: 0px;
    margin-top: 1.5em;
    max-width: 530px;
    max-height: 475px;
    animation: fade-in-move-down 0.5s;
    object-fit: cover;
}

.container {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.leftHeader {
    margin-top: 4em;
    margin-bottom: 3em;
    position: relative;
}

.rightHeader {
    margin-bottom: 1em;
}

.webLogo {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 1em;
}

.loginButton {
    border-radius: 0.8rem;
    border: none;
    padding: 0.5em;
    transition: box-shadow .3s;
}

    .loginButton:hover {
        box-shadow: 0 0 11px rgba(55, 55, 55, .4);
    }

.headerNews {
    display: flex;
    justify-content: space-between;
    border-bottom: dashed 1px #cccccc;
}

.marginBottomText {
    margin-bottom: 0.5em;
}

.LoginForm {
    margin-left: -1em;
    margin-top: 1em;
    width: 100%;
}

.blueBGHeader {
    display: none;
}

.imageHeaderMobile {
    display: none;
}

a {
    text-decoration: none;
}

    a:link {
        color: #212529;
        text-decoration: none;
    }

    a:hover {
        color: #212529;
        text-decoration: none;
    }

    a:visited {
        color: #212529;
        text-decoration: none;
    }

    a:active {
        color: #212529;
        text-decoration: none;
    }

.arrowBack {
    width: 60px;
    border-radius: 30px;
    padding: 22px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-left: -15px;
    margin-top: -3.5em;
    box-shadow: 0 0 11px rgba(22, 22, 22, .05);
    transition: 0.3s;
    cursor: pointer;
    background-color: #92E5FF;
    z-index: 10;
    position: absolute;
}

    .arrowBack:hover {
        box-shadow: 0 0 11px rgba(44, 44, 44, .2);
    }

.bg-blue {
    background-color: #92E5FF;
}

@keyframes fade-in-move-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        margin: 0 auto;
    }

    .headerWeb {
        max-height: 900px !important;
    }

    .blueHeader {
        top: -280px;
        left: -250px;
        max-height: 1100px;
        max-width: 875px;
    }

    .rightHeader {
        margin-top: 3em;
        margin-bottom: 1em;
        max-height: 445px;
    }

    .leftHeader {
        margin-top: 6em;
        margin-bottom: 1em;
        position: relative;
    }

    .imageHeaderMobile {
        display: none;
    }

    .HeaderMobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .headerWeb {
        max-height: 400px !important;
    }

    .blueBGHeader {
        top: -370px;
        left: -250px;
        position: absolute;
        z-index: -1;
        max-width: 1100px;
        max-height: 875px;
        display: inline-block;
        margin: 0 auto;
    }

    .mainImg {
        width: 90%;
        position: relative;
        right: 0px;
    }

    .LoginForm {
        margin-left: 0px;
    }

    .leftHeader {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        display: inline-block;
        justify-content: center;
        flex-direction: column;
    }

    .webLogo {
        width: 100%;
        margin: 0 auto;
        padding: 0 1em;
        margin-bottom: 0.5em;
    }

    .imageHeaderMobile {
        display: flex;
        margin: 0 auto;
        margin-top: 4em;
        justify-content: center;
        max-height: 50vh;
        max-width: 35vw;
        object-fit: cover;
    }

    .HeaderMobile {
        width: 100%;
    }

    .rightHeader {
        display: none;
    }

    .backBtn {
        display: none;
    }

    .arrowBack {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .blueBGHeader {
        top: -220px;
        left: -30px;
        max-width: 170%;
        max-height: 75vh;
    }
}


.invalid {
    color: #ff0000;
    margin-top: 0.5rem;
    padding-left: 0.2rem;
}

span.invalid[style*="inline"] {
    display: block !Important;
}

.content {
    min-height: 100%;
    padding-bottom: 2em;
}

footer {
    height: 2em;
    margin-top: -2.2em;
}

.txtBody {
    padding-left: 2em;
}

txtBody a {
    text-decoration: initial !important;
}

    txtBody a:link {
        color: #007bff;
        text-decoration: initial !important;
    }

    txtBody a:hover {
        color: #007bff;
        text-decoration: initial !important;
    }

    txtBody a:visited {
        color: #007bff;
        text-decoration: initial !important;
    }

    txtBody a:active {
        color: #007bff;
        text-decoration: initial !important;
    }

@media only screen and (max-width: 768px) {
    .txtBody {
        padding-left: 0;
        overflow-wrap: break-word;
    }
}

/* Begin New Style */
.rotate-icon {
    transition: transform 0.3s ease;
}

    .rotate-icon.rotate {
        transform: rotate(180deg);
    }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    margin-left: -1px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-right: 0 !important;
}

.input-group-text {
    background-color: #fff !important;
}

.togglePassword {
    cursor: pointer;
}

.toggle-password {
    font-size: 20px !important;
}

.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #80bdff;
}

.form-control {
    box-shadow: none !important;
}

/* End New Style */