/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
@font-face {
    font-family: 'SemplicitaPro-Regular';
    src: url('../fonts/SemplicitaPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SemplicitaPro-Regular.otf') format('opentype'), url('../fonts/SemplicitaPro-Regular.woff') format('woff'), url('../fonts/SemplicitaPro-Regular.ttf') format('truetype'), url('../fonts/SemplicitaPro-Regular.svg#SemplicitaPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SemplicitaPro-Bold';
    src: url('../fonts/SemplicitaPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SemplicitaPro-Bold.otf') format('opentype'), url('../fonts/SemplicitaPro-Bold.woff') format('woff'), url('../fonts/SemplicitaPro-Bold.ttf') format('truetype'), url('../fonts/SemplicitaPro-Bold.svg#SemplicitaPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SemplicitaPro-Regular', sans-serif !important;
}

/* bg color */
.login {
  background-color: #364150 !important;
}


    .login .logo {
        /*margin: 0 auto;
  margin-top: 45px;
  padding: 15px;
  text-align: center;*/
        position: absolute;
        left: 10.5%;
        margin-top: 40px;
        margin-left: 0px !important;
        width: 9%;
    }

    .login .content {
        /*background-color: #eceef1;*/
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        width: 400px;
        margin: 40px auto 10px auto;
        padding: 30px 30px 10px 30px;
        padding-top: 10px;
        overflow: hidden;
        position: relative;
    }

.login .content h3 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 600 !important;
  margin-bottom:12px;
  margin-top:10px;
  font-family: 'SemplicitaPro-Regular'!important;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .form-control {
    border: none;
    background-color: #fff;
    height: 43px;
    color: #8290a3;
    border: none;
    border-bottom: 1px solid #c3c1c1 !important;
}
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  /*border-bottom: 1px solid #eee;*/
  padding: 30px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
  color:#236fb2;
}

.login .content .check {
  color: #8290a3;
}

.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}

.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 ;
  padding: 35px 0 0;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
    margin-top: 10px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}


.login img.logo-default {
    width: 170px;
}

.login .logo img {
    max-width: 120px;
    max-height: 65px;
    margin-left: 15px;
}
.page-header.navbar .top-menu {
    float: right;
    margin-top: 50px !important;
}

.mt112 {
margin-top:112px;
}

.landing {
    margin: 140px auto 20px;
    text-align: center;
    min-height:77vh;
}

.landing .cols {
    width: 220px;
    display: inline-grid;
    margin: 5px 35px;
}

.boxes {
    min-height: 200px;
    transition: all .3s;
    padding: 30px 10px 0;
    margin-bottom: 2.2rem;
    text-align: center;
    color: #0F2D58;
    border-radius: 10px !important;
    border: 3px solid #0F2D58;
    box-shadow: none !important;
    position: relative;
}

.boxes img {
    margin: 0px !important;
    max-height: 100px;
}

.boxes h4 {
    font-family: 'SemplicitaPro-Bold';
}

.boxes h4 {
    text-align: center !important;
    display: table;
    font-size: 18px;
    font-family: 'SemplicitaPro-Bold';
    line-height: 21px;
    font-weight: 400;
    margin: 15px auto 0px;
}

.boxes:after {
    border-right: 7px solid #cecfd6;
    content: "";
    position: absolute;
    width: 222px;
    height: 202px;
    left: 1px;
    top: 1px;
    border-radius: 10px;
    z-index: -99;
    border-bottom: 7px solid #cecfd6;
}

.landing .cols a:hover {
    text-decoration: none;
}

.boxes:hover {
    -webkit-box-shadow: 0 0 30px 0 #444d62 !important;
    box-shadow: 0 0 30px 0 #444d62 !important;
    transform: translate(0, -10px);
}


.login.page .logos {
    margin: 0 auto;
    margin-top: 45px;
    padding: 15px;
    text-align: center;
}

.login .container {
    width: 1170px;
}

.crossfade > figure {
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100vh;
    left: 0px;
    opacity: 0;
    position: fixed;
    top: 0px;
    width: 50%;
    z-index: 0;
}

    .crossfade > figure:nth-child(1) {
        background-image: url('../img/login-1.png');
        background-color: #F4E29B;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .crossfade > figure:nth-child(2) {
        animation-delay: 6s;
        background-image: url('../img//login-2.png');
        background-color: #193A6A;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .crossfade > figure:nth-child(3) {
        animation-delay: 12s;
        background-image: url('../img/login-3.png');
        background-color: #A6A2A7;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .crossfade > figure:nth-child(4) {
        animation-delay: 18s;
        background-image: url('../img/login-4.png');
        background-color: #F4E29B;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .crossfade > figure:nth-child(5) {
        animation-delay: 24s;
        background-image: url('../img/login-5.png');
        background-color: #193A6A;
        background-size: auto;
        background-repeat: no-repeat;
    }

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media (min-width: 1400px) {
    .login .logo {
        left: 11.5%;
    }
}