.box-layout {
    max-width: 1200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
.btm-border {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px !important;
}
.header-blde {
    padding: 10px 0px;
    background-color:#fff !important;
}
.logo {
    display: flex;
    align-items: center;
}
.logo-image {
    float: left;
    width: 80% !important;
}
.cn-logo-text a {
    font-weight: bold;
    font-size: 25px;
    display: block;
    color: #3f3f3f;
    text-align: left;
    line-height: 30px;
}
.logo-text small {
    font-size: 45% !important;
    font-weight: 400 !important;
    display: block;
}
.mg-top {
    margin-top: 0px !important;
}
.login-toggle {
    margin-top: 45px;
}
.login-btn2 {
    color: #043c98 !important;
    border: none;
    color: #b82226;
    font-size: 20px;
    font-weight: 700;
    /* padding: 0px 15px 0px 15px; */
    background-color: var(--card-color);
}

.login-btn2:focus, .login-btn2:hover {
    background-color:#fff;
    color: #333;
    border-color: #b2b2b2;
}
.login-btn1 {
    border: none;
    color: #478ee2;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 15px 0px 15px;
    background-color: #fff;
}
.login-form {
    transition: 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    margin-top: 48px !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: -moz-transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
    position: absolute;
    z-index: 999999999;
    right: 0px;
    width: 356px;
}
.finance-sec {
    padding-top: 0px;
    padding-bottom: 0px;
}
.border-bg {
    border-top: 2px solid #043d98;
}
.cover-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    min-height: 760px;
    background-attachment: fixed;
    max-height: 1500px;
}
.payment {
    border-left: 12px solid #488265;
    padding: 15px;
}
.desp-color {
    background-color: rgba(4, 60, 152, 0.48) !important;
    margin-top: 400px !important;
    text-align:center;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff !important;
}
.detail1 {
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.description h2 {
    margin-bottom: 35px;
    font-weight: 500;
    color: #fff !important;
}
.login-btn {
    text-align: center !important;
    width: auto !important;
    height: 39px;
    line-height: 40px;
    font-weight: 700;
    background-color: #043c98;
    padding: 0px 30px !important;
}
.forgot-pwd {
    margin-top: 20px !important;
    position: absolute !important;
    right: 40px !important;
    color: #043c98 !important;
}
.uk-form-icon {
    position: absolute;
    top: 0px !important;

}
#login-form {
    width: auto !important;
    height: 210px;
    margin: 0 auto;
     border:none !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
@media (max-width: 767px){
.login-form {
   right: -186px !important;
}
.detail1 {
    margin-bottom: 0px !important;
}
.logo-text a {
   font-size: 20px !important;
}
.login-form{
    width: 292px;
}
}
h3.cn-eval-log{
    position: absolute;
    background-color: #043d98;
    bottom: -20px;
    padding: 10px 10px;
    width: 95%;
    left: 0px;
    color: #fff !important;
    text-align:right;
}
.cn-eval-log .login-btn {
    text-align: right !important;
    width: auto !important;
    height: 39px;
    line-height: 40px;
    font-weight: 700;
    background-color: #043c98;
    padding: 0px 30px !important;
}
.cn-eval-log span{
    position: absolute;
    right: 5px;
    width: 30px;
    /* font-size: 43px; */

}