@font-face {
    font-family: 'ff Mark Pro';
    src: url('../fonts/ff-mark-pro.ttf'),
    url('../fonts/ff-mark-pro.eot'),
    url('../fonts/ff-mark-pro.woff');
    font-weight: 400;
}

@font-face {
    font-family: 'ff Mark Pro';
    src: url('../fonts/ff-mark-pro-bold.ttf'),
    url('../fonts/ff-mark-pro-bold.eot'),
    url('../fonts/ff-mark-pro-bold.woff');
    font-weight: 700;   
}
.login_wrapper{
    width: 100%;
    margin: auto;
    background-image: url(../assets/img/login_bg.png);
    background-size: 100% 100%;
}
.login_wrapper_inner{
    /* max-width: 1290px; */
    width: calc(100%);
    padding: 100px;
}

.login_dotted_bg {
    background-image: url(../assets/img/bg_pattern.png);
    width: 100%;
    height: 700px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 250px;
}
@media only screen and (max-width: 700px) {
    .login_dotted_bg {
        height: 500px;
    }
}
 
.page-template-page-login{
    padding: 40px 0 0 0;
    background-color: #366784 !important;
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding-bottom: 300px; */
    background-position-y: -150px;
}
.custom-logo-link::after{
    /* padding: 7px 0 11px 7px !important;
    margin-top: 18px !important; */
}
.login h1 a,
#nav,
#backtoblog,
.login-btn,
.login-remember{
    display: none !important;
}
#loginform{
    width: 390px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ececec;
    box-shadow: none;
    border-radius: 5px;
    margin-top: 40px;
}
#loginform h1{
    color: #366784;
    font-family: 'ff Mark Pro';
    margin: 20px 0 30px 0;
    text-align: center;
    font-weight: bold;
}
#loginform label{
    font-size: 0;
}
#loginform input[type=text],
#loginform input[type=password]{
    margin: 0;
    padding: 10px;
    box-shadow: none;
    background-color: #F8F8F8;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    width:100%;
}
#loginform input[type=submit]{
    background-color: #366784;
    padding: 14px !important;
    line-height: 16px !important;
    height: auto;
    border-radius: 6px;
}
#loginform input{
    color: #366784;
    text-align: center;
    font-size: 16px;
}
#loginform input::placeholder{
    color: #B8C8D5;
}

.forgetmenot{
    display: block !important;
    margin: 10px 0 !important;
}

.forgetmenot label {
    font-size: 12px !important;
}

#wp-submit{
    width: 100%;
    color: #fff !important;
    text-shadow: none;
}
.custom_forgot_pass{
    color: #274E64;
    font-size: 12px;
    margin: 20px 0 !important;
    text-align: center;
}
.custom_forgot_pass a{
    color: #274E64;
    font-weight: bold; 
}

.login_footer{
    /*bottom: 0px;*/ /* -350px */
    position: relative;
    width: 100%;
    min-height: 300px;
    padding-bottom: 30px;
    bottom: -90px;
    
}



.footer_columns_wrapper{
    font-family: 'ff Mark Pro';
    color: #fff;
    margin: auto;
    width:100%;
    max-width: 1290px;
    padding-top: 100px;
}
.logo_columns .footer_columns_wrapper{
    padding: 40px 0;
}
.footer_column{
    /* width: calc(33.33% - 90px); */
    float: left;
    padding:0 45px;
}
.info_column{
    width: 45%;
}
.page-template-page-login .contact_column,
.page-template-page-login .nav_column{
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .page-template-page-login .contact_column,
    .page-template-page-login .nav_column{
        width: 27.5%;
    }
}
.footer_column p{
    color: #fff;
}
.footer_column a{
    color: #9ACFDB;
}
.clear{
    clear: both;
}
.info_column h1{
    text-align: left;
    margin-bottom: 50px;
    text-transform: lowercase;
    color: #9ACFDB;
    font-size: 40px;
    margin-top:0;
    font-weight: bold;
}
.footer_label{
    margin-bottom:50px;
    font-weight: bold;
    margin-top: 15px;
}
.contact_column a{
    display: block;
}
.nav_column ul{
    list-style: none;
    padding: 0;
}
.footer_logo_wrapper{
    background: #274E64;   
}
.first_logo_item{
    float: right;
}
.last_logo_item{
    width: calc(45% - 45px);
    padding-bottom: 30px;
    float: left;
    position: relative;
}
.last_logo_item::after{
    content: "";
    height: 90px;
    width: 1px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    right: 0;
}
.footer_logo_wrapper .footer_column p{
    color: #9ACFDB;
    font-weight: bold;
    font-size: 30px; 
}
.first_logo_item p{
    font-size: 24px !important;
}
.footer_logo_item_float{
    display: inline-block;
    margin:0 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .footer_logo_item_float{
        margin:0 10px;
    }
    
}

.page-template-page-login #main{
    margin: 80px 0 0 0;
}
@media only screen and (max-width: 1200px) {
    
    .page-template-page-login #main{
        margin: 50px 0 0 0 ;
    }

    /* .footer_column{
        width: calc(33.33% - 40px);
        float: left;
        padding:0 20px;
    } */
}

@media only screen and (max-width: 1024px) {
    .last_logo_item::after{
        display: none;
    }
    .last_logo_item::before{
        content: "";
        height: 1px;
        width: 80px;
        background: rgba(255,255,255,0.3);
        position: absolute;
        right: 0;
        left: calc(50% - 40px);
        top: 10px;
    }
    .footer_logo_wrapper .footer_column p{
        margin: 10px 0; 
    }
    .footer_logo_item_float{
        display: block;
    }
    .footer_column{
        width: 100%;
        float: left;
        padding:0px;
        text-align: center;
    }

    .footer_label{
        margin-bottom:20px;
        margin-top:30px;
    }
    .info_column h1{
        text-align: center;
    }

    .footer_columns_wrapper{
        margin-bottom: 50px 0;
        padding: 0 30px;
        width: 90%;
    }
  

}
@media only screen and (max-width: 600px) {
    .first_logo_item p{
        font-size: 30px !important;
    }
    .login_wrapper{
        padding: 10%;    
    }
    .login_wrapper_inner{
        padding: 0;
    }
    .page-template-page-login{
        padding: 0;
    }
    #loginform{
        width: 100%;
    }

    .page-template-page-login .outer-mobile-container{
        display: none;
    }
}


#login h1 a{
    display: none !important;
}