@font-face {
    font-family: 'Roboto';
    src: url('../font-awesome/fonts/roboto-regular-webfont.eot');
    src: url('../font-awesome/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-awesome/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../font-awesome/fonts/roboto-regular-webfont.woff') format('woff'),
         url('../font-awesome/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../font-awesome/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-style: normal;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: normal;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #de995e; outline: none;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #de995e; color: #fff; text-shadow: none; }
::selection { background: #de995e; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de995e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 70px 0 100px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 0px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 33px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 15px;
	font-size: 50px;
	color: #f8f8f8;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #de995e;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

a.forgot {
    color: #0084B4;
    text-decoration: none;
    font-size: 12px;
    padding-top:10px;  font-weight: 500;
}
a.forgot:hover{color:#0084B4;text-decoration:underline;}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}
a.forgot{display:inline-block;}
a.forgot,
button.btn{overflow: hidden; position: relative;}
a.forgot:active:after,
button.btn:active:after{
    transform: scale(0,0);
    opacity: .2;
    transition: 0s;}
 a.forgot:after,   
button.btn:after
 {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
       background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 2s;

    transform-origin: 50%;

    pointer-events: none;

}


.separatline{background:rgba(221, 221, 221, 0.33);margin-left: 30px;
    width: 1px;height: 500px;}
 .bgwhite{ background: #e4e5e7;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
            overflow: auto;border-radius: 6px;}
            .llpb20{padding-bottom: 20px;}
            .around40{padding: 40px;}
            .formbottom2{text-align: left;border: 1px solid #e4e4e4;}
            button.btn:hover {opacity: 100 !important; color: #fff;background: #066dd4;}
            .form-top2 {text-align: left;}
            .img2{width: 100%}
            .spacingmb30{margin-bottom: 30px;}
            .borderR{border-right: 1px solid rgba(66, 66, 66, 0.16);padding: 0px 40px;}
            input[type="text"], input[type="password"], textarea, textarea.form-control {
                height: 40px;border: 1px solid #999;}
            input[type="text"]:focus, input[type="password"]:focus, textarea:focus, textarea.form-control:focus {
                border: 1px solid #424242;}
            button.btn {height: 40px;line-height: 40px;}
            .ispace{ padding-right:5px;}
            .form-top {background: transparent;
                       /*box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29);*/
                       border-bottom: 1px solid rgba(255, 255, 255, 0.19);}
            .form-bottom{background:transparent;/*box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29);*/
            	padding-top: 20px;}
            .font-white{color: #fff; margin-top:0;font-size: 18px; font-weight: 400;}

.loginbg{background: rgba(0, 0, 0, 0.50); max-height: 390px;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29); border-radius: 4px;}

.loginright{ 
    text-align: left;
    color: #bdbcbc;
    max-height: 400px;
    /*padding-right: 20px;*/
    overflow: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}   


.loginright h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 10px;
}
.loginright h4{font-weight: normal; line-height: normal;}
 .loginright p{line-height:18px; font-size: 13px;}     
 .slimScrollBar {
background: none repeat scroll 0 0 #6b58cd !important;
border-radius: 0;
display: none;
height: 390px;
position: absolute;
width: 10px!important;
z-index: 99;

}
.more{display: block;}     
a.more {text-decoration: none; color: #b0de37;font-size: 12px;}
a.more:hover{color: #0084B4;text-decoration: none;}

.logdivider{background:rgba(255, 255, 255, 0.11); clear: both; width: 100%; height: 1px;margin: 15px 0 15px;}

.loginbg .text-danger{color: #a94442; font-size: 13px;}
.loginbg span p{margin-bottom: 0;margin-top: 10px;}
.lineh30{line-height: 30px;}
.logowidth{/*padding-right: 120px; */height: 30px;}  
.loginbg .alert-danger{margin-bottom: 15px;padding: 6px 20px; font-size: 13px;}
@media(max-width:767px){
    .separatline {margin-left: 0;width: 100%;height: 2px;margin: 35px auto 0px auto;}
}

 /* New css for new design of login page created on 16-10-2024 by Nirav*/ 
 .main-login-logo img{
    width: 200px;
    margin-bottom: 30px;
 }
    .login-6 .login-inner-form {
        color: #e7e7e7;
        position: relative;
    }

    .login-6 .bg-color-6 {
        min-height: 100vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background: #194ca1;
    }


    .login-6 .form-section{
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }

    .login-6 .login-inner-form .form-group {
        margin-bottom:15px;
    }

    .login-6 .login-inner-form .form-control {
        font-size: 15px;
        outline: none;
        color: #535353;
        border-radius: 3px;
        border: 1px solid #dbdbdb;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    }

    .login-6 .login-inner-form img {
        margin-bottom: 5px;
        height: 40px;
    }

    .login-6 .login-inner-form .form-box .form-control {
        float: left;
        width: 100%;
        padding: 13px 15px 13px 65px;
    }

    .login-6 .login-inner-form .form-box i {
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #f2a604;
        border-radius: 3px 0 0 3px;
        font-size: 20px;
        color: #fff;
    }

    .login-6 .info {
        color: #fff;
        margin: 0 46px ;
        text-align:right;
        max-width: auto;
    }

    .login-6 .bg-img {
        top: 0;
        bottom: 0;
        min-height: 100vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .login-6 .waviy {
        position: relative;
        -webkit-box-reflect: below -17px linear-gradient(transparent, rgba(0,0,0,.2));
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 36px;
    }

    .login-6 .waviy span {
        position: relative;
        display: inline-block;
        color: #353535;
        text-transform: uppercase;
        animation: waviy 3s infinite;
        animation-delay: calc(.1s * var(--i));
        
    }

    .login-6 .waviy span.color-yellow{
        color: #f2a604;
    }

    @keyframes waviy {
        0%,40%,100% {
            transform: translateY(0)
        }
        20% {
            transform: translateY(-20px)
        }
    }

    .login-6 .info P{
        color: #535353;
        font-size: 17px;
        /* line-height: 26px;
        margin-bottom: 0; */
        font-weight: normal;
    }

    .login-6 .login-inner-form .forgot{
        margin: 0;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        float: right;
    }

    .login-6 .bg-photo {
        bottom: 0;
        position: absolute;
    }

    .login-6 .btn-theme {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        border: none;
        outline: none !important;
        color: #ffffff;
        text-transform: capitalize;
        transition: all 0.3s linear;
        z-index: 1;
        overflow: hidden;
        cursor: pointer;
        font-size: 17px;
        font-weight: 400;
        width: 100%;
        
        border-radius: 3px;
    }

    .login-6 .login-inner-form p{
        margin: 0;
        color: #e7e7e7;
    }

    .login-6 .login-inner-form p a{
        color: #e7e7e7;
    }

    .login-46 .login-inner-form .btn-theme.focus, .btn-theme:focus {
        box-shadow: none;
    }

    .login-6 .logo{
        text-align: center;
        margin-bottom: 15px;
    }

    .login-6 .logo img{
        height: 70px;
    }

    .login-6 h3{
        text-align: center;
        margin: 0 0 24px;
        font-size: 25px;
        color: #f2a604;
        font-weight: 400;
    }

    .login-6 .form-check-input:checked {
        background-color: #f2a604!important;
        border-color: #f2a604!important;
    }

    .login-6 .login-inner-form .social-list{
        padding: 0;
        text-align: center;
    }

    .login-6 .login-inner-form .social-list li {
        display: inline-block;
    }

    .login-6 .login-inner-form .social-list li a {
        margin: 1px;
        font-size: 15px;
        font-weight: 400;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        display: inline-block;
        text-align: center;
        color: #fff;
    }

    .login-6 .login-inner-form .social-list li a:hover{
        text-decoration: none;
    }

    .login-6 .login-inner-form .extra-login {
        float: left;
        width: 100%;
        margin: 25px 0;
        text-align: center;
        position: relative;
    }

    .login-6 .login-inner-form .extra-login::before {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        height: 1px;
        background: #475e8d9e;
        content: "";
    }

    .login-6 .login-inner-form .extra-login > span {
        width: auto;
        float: none;
        display: inline-block;
        background: #132b83;
        padding: 1px 20px;
        z-index: 1;
        position: relative;
        font-size: 15px;
        color: #e7e7e7;
        text-transform: capitalize;
    }

    .login-6 .login-inner-form .terms{
        margin-left: 3px;
    }

    .login-6 .login-inner-form .checkbox {
        margin-bottom: 25px;
        font-size: 15px;
    }

    .login-6 .login-inner-form .form-check{
        margin-bottom: 0;
    }

    .login-6 .login-inner-form .form-check a {
        color: #e7e7e7;
    }

    .login-6 .login-inner-form .form-check-label {
        padding-left: 5px;
        margin-bottom: 0;
        font-size: 15px;
        color: #e7e7e7;
    }

    .login-6 .btn{
        box-shadow: none!important;
    }

    .login-6 .btn-lg{
        padding: 0 50px;
        line-height: 40px;
    }

    .login-6 .btn-md{
        padding: 0 50px;
        line-height: 45px;
    }

    .login-6 .btn-primary{
        background: #f2a604;
    }

    .login-6 .btn-primary:hover {
        background: #de9503;
    }

    .login-6 .form-section a {
        text-decoration: none;
    }

    .login-6 .form-section .form-check-input {
        width: 18px;
        height: 18px;
        margin-top: 3px;
        position: absolute;
        border: 1px solid #fbf1f1;
        border-radius: 0;
        background-color: #fbf1f1;
        margin-left: -22px;
    }

    .login-6 .login-inner-form .checkbox a {
        font-size: 15px;
        font-weight: 400;
        color: #e7e7e7;
    }

    .login-6 .form-section p {
        margin: 28px 0 0;
        font-size: 15px;
        color: #e7e7e7;
        font-weight: 400;
    }

    .login-6 .form-section p a {
        color: #e7e7e7;
    }

    .login-6 .facebook-bg {
        background: #4867aa;
    }

    .login-6 .facebook-bg:hover {
        background: #3b589e;
        color: #fff;
    }

    .login-6 .twitter-bg {
        background: #33CCFF;
    }

    .login-6 .twitter-bg:hover {
        background: #56d7fe;
    }

    .login-6 .google-bg {
        background: #db4437;
    }

    .login-6 .google-bg:hover {
        background: #dc4e41;
    }

    /** MEDIA **/
    @media (max-width: 1200px) {
        .login-6 .info {
            margin: 0 50px;
        }

        .login-6 .waviy {
            font-size: 33px;
            margin-bottom: 30px;
        }
    }

    @media (max-width: 992px) {
        .login-6 .bg-img{
            display: none;
        }

        .login-6 .login-inner-form .social-list li a {
            width: 100px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
        }

        .login-6 .bg-color-6 {
            padding: 30px 15px;
        }
    }   
    .form-label {
        margin-bottom: .5rem;
        text-align: left;
        font-weight: normal;
    }
/** Login css end **/