@font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/Avenir-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Avenir-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Avenir-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Avenir-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Avenir-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Avenir-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Avenir-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/AvenirLTStd-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/AvenirLTStd-Book.woff') format('woff'), /* Modern Browsers */
         url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg'); /* Legacy iOS */
    font-style: normal;
    text-rendering: optimizeLegibility;
}

body {
    color: #fff;
    height: 100%;
    font-family: "Avenir-Medium" !important;
    position: relative;
    margin: 0;
    height: 100vh;
    background: linear-gradient(180deg, #1c4e73 0%, #183964 100%); /* Smooth gradient from top to bottom */
    overflow: hidden;
    position: relative;
}

.page_header{
    position: relative;
    margin-bottom: 50px;
}

.page_logo{
    width:220px;
    display: inline-block;
}

.page_logo img{
    max-width: 100%;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    font-weight: 400;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.log_main_page{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.log_main_container{
    position: relative;
    max-width:820px;
    width:100%;
}

.login_container{
    position: relative;
    max-width:450px;
    width:100%;
}

.help-block {
    font-size: 12px;
    color: #bcbbbb;
}

.card.signlog_card_main {
    border: none;
    min-height: 430px;
    border-radius: 40px;
    background-color: #1b3766;
    overflow: hidden;
    box-shadow: 5px 5px 10px #103060;
}

.card.signlog_card {
    border: none;
    background: #1b3766;
    height: 100%;
    border-radius: 0px;
}

.card1 {
    width: 50%;
    padding: 40px 60px;
}

.login_container .card.card1 {
    width: 100% !important;
}

.card2 {
    width: 50%;
    padding: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.card.signlog_card.card-blue {
    background:#294b79;
}

.log-heading {
    margin-bottom: 30px;
    color:#fff;
    text-transform: capitalize;
    font-size: 34px;
    line-height:38px;
    font-weight: bold;
}

::placeholder {
    color: #6897cb !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #6897cb !important
}

::-ms-input-placeholder {
    color: #6897cb !important
}

.card.signlog_card .form-group{
    margin-bottom:20px ;
}

.form-control.log_input{
    border-radius: 0px;
    border:0px none;
    border-bottom:2px solid #758db1;
    margin-bottom: 3px;
    font-family: 'Avenir-Medium';
    font-size: 15px;
    height: 30px;
    background: transparent;
    padding: 8px 0px;
    color: #fff !important;
}

.site-btn {
    border-radius: 20px;
    color: #fff;
    background: #6695c9;
    padding: 8px 15px;
    cursor: pointer;
    border: none !important;
    font-size:14px;
    display: inline-block;
    min-width: 120px;
    line-height: 14px;
    font-family: 'Avenir-Book';
    font-weight: bold;
    text-transform: capitalize;
}

.site-btn:hover {
    color: #fff;
    background: #142c54;
}

.password-forgot-link{
    font-size: 11px;
    color: #6897cb;
    margin-left:10px;
}

.password-forgot-link:hover{
    text-decoration: none;
    color: #fff;
}

.card_mid_head{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.card.forgot_card .card_mid_head{
    font-size: 46px;
}


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

    .log_main_container{
        position: relative;
        max-width:700px;
        width:100%;
    }
    .login_container{
        position: relative;
        max-width:380px;
        width:100%;
    }
    .page_section{
        height: auto;
    }
    .card1 {
        width: 100%;
    }

    .card2 {
        width: 100%
    }
    .card.log_card{
        min-height: 400px;
    }
}

.noty_theme__backstrap.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
.noty_theme__backstrap.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
.noty_theme__backstrap.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
.noty_theme__backstrap.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__backstrap.noty_type__alert,
.noty_theme__backstrap.noty_type__notification {
    background-color: #fff;
    color: #1d1d1d; }

.noty_theme__backstrap.noty_type__warning {
    background-color: #FA6800;
    color: #fff; }

.noty_theme__backstrap.noty_type__error {
    background-color: #CE352C;
    color: #FFF; }

.noty_theme__backstrap.noty_type__info,
.noty_theme__backstrap.noty_type__information {
    background-color: #1BA1E2;
    color: #FFF; }

.noty_theme__backstrap.noty_type__success {
    background-color: #60A917;
    color: #fff; }

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

    .log_main_container, .login_container{
        padding: 0px 40px;
        position: relative;
    }

    .page_header{
        margin-bottom: 20px;
    }

    .page_logo{
        width:200px;
    }

    .card_mid_head{
        font-size: 18px;
    }

    .card1 {
        padding: 30px;
    }

    .card2{
        padding: 20px;
    }

    .heading{
        font-size:28px;
    }

}
