body{
    font-family: 'Rubik', sans-serif;
    background: #0071B3;
}
.bg-img:before {
    background-image: url(../images/lgn-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.6;
}
.page-login-image:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}
.ic-lg {
/*     position: absolute;
    top: -44px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 3px solid rgba(255, 255, 255, 0.66);
    line-height: 69px;
    font-size: 45px;
    border-radius: 50%;
    color: #ed3237;
    background: rgba(255, 255, 255, 0.58); */
}
.form-signin{
    position: relative;
}
.login-temp-col h1 {
    font-size: 18px;
    margin-bottom: 2px !important;
}
.cpyr {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    background: #f3bc13;
    color: #fff;
    padding: 0.5rem 0.2rem;
}
.login-temp-col .btn{
    border-radius: 33px;
    font-weight: 600;
    background: #f3bc13;
    border-color: #f3bc13;
    line-height: normal;
}
.login-temp-col .form-signin{
    max-width: 600px;
    padding: 0px;
}
.login-left-col {
    background: #ffff;
    padding: 2.5rem;
    height: 100%;
}
.lgn-lf {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 0.3rem;
    margin-top: 0.8rem;
}
.login-right-wrap {
    background: #032b42;
    height: 100%;
    padding: 3rem 1.5rem 1.5rem;
}
.login-left-col p{
    color: #f3bc13;
}
.login-left-col img {
    width: 100%;
}
.login-right-wrap label{color: #fff;}
.login-right-wrap .form-control{border-radius: inherit;}
.lgn-btm-cl p a {
    color: #f3bc13;
    font-weight: 600;
}
.lgn-btm-cl {
    padding-top: 4px;
}
.lgn-btm-cl p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.ic-inp > a {
    color: #fffbef;
    font-size: 12px;
    font-weight: 500;
}
.ic-inp {
    margin-bottom: 10px;
}
.form-inner-sign-up {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    max-width: 700px;
    margin: 0 auto;
    padding: 15px;
}
.form-inner-sign-up h4 {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(243, 188, 19, 0.27);
    padding-bottom: 7px;
}
.form-control{border-radius: inherit}
.cpth-refr > a {
    color: #f3bc13;
    font-size: 13px;
    font-weight: 500;
}
.cpth-refr {
    display: block;
}
.agreetotheterms a {
    color: #f3bc13;
}
.agreetotheterms, .form-inner-sign-up .form-control{
    font-size: 14px;
}
.frm-icns > i {
    position: absolute;
    left: 5px;
    top: calc(50% - 12px);
    color: #f3bc13;
}
.form-inner-sign-up .form-control{
    padding-left: 25px;
}
.frm-icns {
    position: relative;
}
.login-temp-col .form-inner-sign-up .btn{
    padding: 10px 15px;
    font-weight: 500;
}