@font-face {
    font-family: "Avenir";
    font-weight: bold;
    src: url(../fonts/AvenirLTStd-Black.otf);
}
@font-face {
    font-family: "Avenir";
    font-weight: 600;
    src: url(../fonts/AvenirLTStd-Heavy.otf);
}
@font-face {
    font-family: "Avenir";
    font-weight: normal;
    src: url(../fonts/AvenirLTStd-Book.otf);
}
html,
body {
    font-family: "Avenir";
    overflow: auto;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    color: #333333;
}
body.register{
    overflow: auto;
}
@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}
@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    margin: auto;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.preloader .preloader-circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-style: solid;
    border-width: 5px;
    border-top-color: #f58220;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    background-color: #005db5;
    z-index: 10;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185);
    -moz-box-shadow: 0 1px 5px 0 rgba(35, 181, 185);
    -o-box-shadow: 0 1px 5px 0 rgba(35, 181, 185);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185);
    -webkit-animation: zoom 2000ms infinite ease;
    -moz-animation: zoom 2000ms infinite ease;
    -o-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.preloader .preloader-circle{
    border-top-color: #e6a91a;
}
.preloader .preloader-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-top: 6px;
    margin: 0 auto;
    text-align: center;
    z-index: 200;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.preloader .preloader-img img {
    max-width: 70px;
}
::-webkit-scrollbar {
    width: .3em;
    height: .3em;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #005db5;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0084ff;
}

.logo-width{
    width: 200px;
    margin-left: -15px;
}
.logo-width.sec{
    width: 100px;
}

.vms-content{
    padding:150px 70px 40px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg,rgba(0, 75, 160, .1)0,rgba(0, 75, 160,0)100%);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;

    position: relative;
}

.first-ul{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.first-ul-title{
    list-style-type:none;
    font-size: 1.5em;
}
.first-ul-title::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../img/correct.png");
    background-size: cover;
    
}
.ul-second-child{
    font-size: 1.3em;
}
.first-ul-title,.ul-second-child{
    color: #333333;
}
.contact{
    margin-top: auto;
    display: inline-block;
}
.contact h5{
    font-size: 1em;
    font-weight: 600;
}
.contact table{
    width: 100% !important;
}
.contact table td a{
    color: #333333;
    font-size: 14px;
    word-break: break-word;
}
.contact table td a:hover,
.contact table td a:focus,
.contact table td a:active
{
    color: #333333;
}
.icon{
    color: #0054a6;
}
.illust{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    width: 80%;
    opacity: .1;
}

.login-form{
    padding: 40px;
    
    background-image: url(../img/Infrastructure_&_Building-03.jpg), linear-gradient(180deg, rgb(255, 255, 255, 1) 0%, rgb(255, 255, 255, .5) 100%);
    background-position: top center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-blend-mode: overlay;

    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 40px 80px;
    z-index: 2;
}
.login-form h2{
    font-weight: 600;
    text-align: center;
    color: #0054a6;
    font-size: 2.5em;
}
.login-form form{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.input-group-prepend {
    margin-right:0px ;
}
.form-outline  .input-group-prepend .input-group-text{
    border: 0 !important;
    color: #0054a6;
    border-color: #0054a6;
}
.form-outline .input-group-append .input-group-text{
    border: 0 !important;
    color: #0054a6;
    border-color: #0054a6;
}
.form-outline.input-group .form-control{
    border: 0 !important;
}
.form-outline.input-group .form-control{ 
    background-color: transparent;
    height: calc(2em + 0.75rem + 2px);
    border-color: #0054a6 !important;
    color: #333 !important;
}
.form-outline.input-group{
    border:1px solid #0054a6;
    border-radius: 5px;
}
.form-outline .form-control{
    background-color: transparent;
}
.form-outline .input-group-text{
    background-color: transparent;
}
.input-group .form-control:focus{
    box-shadow: none;
}

.text-primary-modified{
    color: #0054a6;
}
.text-primary-modified:hover,
.text-primary-modified:focus,
.text-primary-modifed:active{
    color: #0054a6;
}

.btn-primary-modified{
    background-color: #0054a6;
    border-color: #0054a6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-color: #004080 !important;
    color: white !important;
    text-decoration: none;
    border-color: #004080;
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 131, 0.5) !important;
}
.btn-outline-primary{
    border-color: #0054a6;
    color: #0054a6 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active{
    background-color: #004080 !important;
    color: white !important;
    text-decoration: none;
    border-color: #004080;
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 131, 0.5) !important;
}

.nav-menu a{
    font-size: 1em;
    font-weight: 600;
}
.dropdown.lang img
{
    display: inline;
    width: 25px;
    border: 1px solid #eee;
}

.register{
    background-image: url(../img/Infrastructure_&_Building-03.jpg), linear-gradient(180deg, rgb(255, 255, 255, 1) 0%, rgb(255, 255, 255,.8) 100%);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}
.opening-title{
    font-size: 28px;
}
.opening-subtitle{
    font-size: 20px;
}
.text-confirm{
    font-size: 28px;
}
.modal .modal-title{
    font-size: 20px;
    font-weight: 600;
}
.modal-register .control-label{
    font-size: 14px;
}
.captcha {
    background-color: white;
    border: 1px solid rgb(86, 86, 86, .4);
    border-radius: 0.45em;
    display: block;
    max-width: 100%;
    padding: 15px;
}
.captcha h4{
    color: #e6a91a;
    font-weight: 600;
    font-size: 24px;
}
.cert-icon img {
    max-width: 80px;
}

.animate__custom-duration {
    --animate-duration: 1.5s;
}
.animate__custom-delay-01s {
    animation-delay: 0.1s;
}
.animate__custom-delay-02s {
    animation-delay: 0.2s;
}
.password-toggle{
    cursor: pointer;
}

@media screen and (max-width:1200px) {
    .login-form form{
        width: 80%;
    }
}

@media screen and (max-width:991px) {
    .login-form form{
        width: 80%;
    }
    header{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .first-ul-title{
        font-size: 1.3em;
    }
    .ul-second-child{
        font-size: 1em;
    }
    .vms-content{
        padding: 40px;
    }
    .login-form{
        padding-top: 100px;
    }
    .nav{
        position: absolute;
    }
    .login-form{
        padding-top: 140px;
    }
}
@media screen and (max-width:768px){
    .login-form h2{
        font-size: 1.8em !important;
    }
}
@media screen and (max-width:550px){
    .logo-width{
        width: 120px !important;
    }
}

@media screen and (max-height:845px) {
    .vms-content{
        padding:120px 70px 40px;
    }
    .first-ul-title{
        list-style-type:none;
        font-size: 1.1em;
    }
    .ul-second-child{
        font-size: .9em;
    }
    .contact table td a{
        font-size: .9em;
    }
    .contact h5{
        font-size: .9em;
    }
    .logo-width{
        width: 150px;
    }
}

@media screen and (max-height:660px){
    .contact table td a{
        font-size: .7em;
        line-height: -80%;
        display: inline-block;
    }
}