﻿body,
html {
    height: 100%;
    background: url("/Images/bg2.png") no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Forms */

form input.error {
    border-color: var(--frm-error-color) !important;
}

form label.error {
    font-size: small;
    color: var(--frm-error-color);
    display: none !important;
}

form select.error {
    border-color: var(--frm-error-color) !important;
}

form input.valid {
    border-color: var(--frm-success-color) !important;
}

form select.valid {
    border-color: var(--frm-success-color) !important;
}

.brand-logo {
    border-radius: 3%;
    width: 50%;
    float: initial;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

hr.rounded {
    border-top: 2px solid #1e73be;
    border-radius: 5px;
}

.input-login {
    font-size: small;
    color: rgb(48, 130, 224) !important;
}

.input-white {
    font-size: small;
    color: rgb(250, 253, 255) !important;
}

.input-light-blue {
    font-size: small;
    color: rgb(151, 199, 255) !important;
}

.margin-bottom-input {
    margin-bottom: 0.5rem;
    color: rgb(42, 115, 199) !important;
}

.login-block {
    float: left;
    width: 100%;
    vertical-align: middle;
    position: relative;
    top: 20%;
}

.cristal-bg {
    background: #eaeaea1f;
    box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border: solid 1px rgba(255, 255, 255, 0.479);
}

.transparent-blue-bg {
    background: rgba(48, 130, 224, 0.315);
    box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border: solid 1px rgba(151, 200, 255, 0.657);
}

.transparent-bg {
    background: #eaeaea23;
    box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.479);
}

.main-bg {
    background: #eaeaea;
    box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.479);
}

.matte-bg {
    background: #d1d6db;
    box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(104, 104, 104, 0.479);
}

.header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.header-video video {
    min-width: 100%;
    min-height: 100%;
}

.header-overlay {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: #303952cc;
    z-index: 1;
    opacity: 0.85;
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 100px 50px;
    position: absolute;
    height: 90vh;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 5px;
    z-index: 2;
}

.login-sec-min {
    padding: 100px 50px;
    position: relative;
    height: 90vh;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    z-index: 2;
}

.login-sec-aside {
    padding: 100px 50px;
    position: absolute;
    height: 100vh;
    width: 60vh;
    z-index: 2;
}

.login-sec-center {
    padding: 100px 50px;
    position: absolute;
    height: 100vh;
    z-index: 2;
    left: 37%;
}

.info-relative {
    position: relative;
    font-size: 13px;
    top: 50px;
    text-align: center;
    width: 100%;
    padding: 15px;
}

.info {
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    bottom: 60px;
    width: 100%;
    margin-left: -50px;
    margin-right: -50px;
    padding: 15px;
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
     background-color: rgba(240, 248, 255, 0.281); */
}

.item {
    text-align: center;
    pad: 20px;
}

.undraw-anim {
    position: relative;
    display: block;
    width: 600px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    ;
}

.text-accent {
    color: bisque;
}

.text-white {
    color: rgb(255, 250, 245);
}

.text-blue {
    color: rgb(179, 221, 255);
}

.text-black {
    color: rgb(28, 28, 29);
}

.login-sec .info .contact {
    font-size: 13px;
    margin-top: 50px;
}

.link-white {
    color: rgb(243, 248, 255) !important;
    font-size: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.349);
}

.link-blue {
    color: rgb(90, 132, 192) !important;
    font-size: 15px;
    /* text-shadow: 1px 1px 2px rgba(127, 187, 255, 0.76); */
}

.login-sec .info .copy-text {
    margin-top: 20px;
}

.login-sec .forgot-password {
    font-size: 13px;
    text-align: center !important;
}

.login-sec .copy-text i {
    color: #feb58a;
}

.link-red {
    color: #e36262;
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #5980c7;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #feb58a;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.btn-login {
    background: #1e73be;
    color: #fff;
    font-weight: 600;
}

.info-text {
    float: right;
    text-align: right;
}

.banner-text {
    position: absolute;
    width: 100vh;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 10vh;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.banner-text h2 {
    color: #012f85;
    text-shadow: 1px 1px 2px rgb(255, 255, 255);
    font-weight: 600;
}

.banner-text p {
    text-shadow: 1px 1px 2px black;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.full-height {
    height: 100%;
}

.bg-slide {
    background: #0c169f !important;
}


/*********/


/* Footer */

.footer {
    zoom: 80%;
    text-align: center;
    width: 100%;
    background-color: var(--footer-bg-color);
    color: var(--footer-lt-color);
    padding: 10px 0px;
    bottom: 0;
    position: absolute;
}


/**********/


/* Alerts */

.alert-container {
    bottom: 20px;
    position: fixed;
    width: 30%;
    right: 15px;
    margin-left: 10px;
    float: right;
    border-radius: 4px;
    border: 0px solid transparent;
    background: transparent;
    z-index: 1100;
}

.alert-remove-margin {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}


/***************/


/* Loading mask */

#loadingMask {
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1051;
    position: fixed;
    opacity: 0.3;
    text-align: center;
    background: url("/Images/load-mask.gif") no-repeat scroll center center gray;
    display: none;
    background-size: 10rem;
}

.slideshow {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.slideshow * {
    outline: none;
}

.slideshow .slider {
    box-shadow: 0 20px 50px -25px black;
}

.slideshow .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
    position: relative;
    z-index: 0;
}

.slideshow .item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.slideshow .item.slick-active img {
    transform: scale(1);
}