﻿
.login-block {
    /*background: -webkit-linear-gradient(left, #07487d, #4596d0);*/
    /*background: #07487de8;*/
    background: rgba(7,72,125, 0.7);
    float: left;
    width: 100%;
    height: 100%;
    padding: 10% 0 !important;
}


.banner-sec {
    /*background-image: url(Images/kycnew1.jpg) !important;*/
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #e5e5e5;
    border-radius: 0px;
}

.container {
    /*background: #fff;
	border-radius: 10px;*/
    /*   box-shadow: 15px 20px 0px rgba(0,0,0,0.1);*/
}

    .container label {
        color: white !important;
    }

.login-sec {
    padding: 30px 30px;
    position: relative;
}

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 20px;
        color: #808080;
    }

.btn-primary {
    color: #fff;
    background-color: #13578d;
    border-color: #13578d;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #13578d;
        border-color: #13578d;
    }

a {
    color: #13578d;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #13578d;
        text-decoration: none;
        background-color: transparent;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 0.25rem;
}

@media only screen and (max-width: 600px) {
    .banner-sec {
        min-height: 216px;
    }
}

@media only screen and (max-width: 600px) {
    .login-block {
        padding: 17px 0;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
/*# sourceMappingURL=bootstrap.min.css.map */
.Loginbody {
    background: url(../Images/kyc_Login_Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn-primary {
    background-color: white !important;
    border-color: white !important;
    color: #034478 !important;
    font-weight: bold !important;
}

.loginLinkbtn, .loginLinkbtn:hover, .loginLinkbtn:active {
    color: white !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}


.login-block .container {
    max-width: 475px;
}

.login-block .form-control{
    font-size:14px;
}
.login-block .btn{
 font-size:14px;
}