@charset "utf-8";


@font-face {
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff') format('woff');
    }
    @font-face {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff') format('woff');
    }

    @font-face {
    font-family: 'Montserrat-Black';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat-Black'), url('../fonts/Montserrat-Black.woff') format('woff');
    }
    @font-face {
    font-family: 'Montserrat-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat-Light'), url('../fonts/Montserrat-Light.woff') format('woff');
    }

/** ADD YOUR AWESOME CODES HERE **/
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(176,186,197,0.8)
  /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(176,186,197,0.8)
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(176,186,197,0.8)
}

textarea, input{
    outline: none !important;
}

body {font-family: 'Montserrat-Regular'}

* {font-family: 'Montserrat-Regular'}
h1,h2,h3,h4,h5,h6 {font-family: 'Montserrat-Bold'; color: #16181E;}
p {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #16181E;
    letter-spacing: 0;
    line-height: 30px;
    
}

/* login css */
.bg-login-wrapper{background: url(../images/login_wrapper_bg.png) no-repeat center center; background-size: cover;}
.login-card-wrapper{margin: 133px 55px;}
.login-card-wrapper .brand-wrapper img.logo{
    height: 58px;
}
.login-card {
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}
.login-card.sign-in{max-width: 500px; margin: 0px auto; background: rgba(255,255,255,0.8);}
.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.login-card .logo{margin-bottom: 27px;}
.login-card h5.login-card-title{font-size: 18px;}
.login-card h4.login-card-title{font-size: 24px;}
.login-card .close img{
    color: #313541;
    position: absolute;
    right: 0px;
    top: -10px;
    opacity: 50%;
    height: 35px;
}
.login-card .close img:hover{opacity: 0.7;}
.login-card .login-card-description {line-height: 18px; margin-bottom: 25px;}
.login-card .card-body {
    padding: 50px 50px 50px 50px;
}
.login-card .card-body img.logo{
    height: 41px;
}
.login-card .form-group{margin-bottom: 10px;}


.btn{font-family: 'Montserrat-Bold';}

.btn-googleplus {
    background: #E93F2E;
    border-radius: 5px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    padding: 15px 0px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 25px;
}

.btn-googleplus:link, .btn-googleplus:visited {
  color: #fff;
}

.btn-googleplus:active, .btn-googleplus:hover {
  background: #b72213;
  color: #fff;
}

.btn-facebook {
	  background: #3B5998;
	  border-radius: 5px;
	  color: #fff;
	  border-width: 1px;
	  border-style: solid;
    padding: 15px 0px;
    font-size: 12px;
    line-height: 15px; 
    margin-bottom: 25px;
	}
	.btn-facebook:link, .btn-facebook:visited {
	  color: #fff;
	}
	.btn-facebook:active, .btn-facebook:hover {
	  background: #263961;
	  color: #fff;
	}
  .login-card .social-buttons .fab{font-size: 20px;}
  .small{font-size: 12px; font-weight: normal;}
  .highlight-text {color: #D04C8D; text-decoration: none;}
  .highlight-text a{ text-decoration: none;}
  .center-line {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid rgba(176,186,197,0.6); 
   line-height: 0.1em;
   margin: 30px 0 30px; 

} 

.center-line span { 
    background:#fff; 
    padding:0 10px; 
    color: rgba(176,186,197,0.8);
    font-size: 14px;
}
.vcode{display: none;}

/* login css end */


/* form-control */

.form-control{
height: 40px;
border-radius: 4px;
background-color: #F4F7FA;
border: 1px solid #fff0;
font-size: 14px;
color: #313541;
padding: 12px 12px;

}
.form-control:hover{
border: 1px solid#D04C8D;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.form-control:focus{border: 3px solid#D04C8D;
box-shadow: none !important;
outline: 0 !important;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 1s ease;
transition: all 0.1s ease;
 }
 /*form control */

/* button css */
.btn-small{
border-radius: 13px;
color: #fff;
padding: 6px 37px;
}
.btn-large{
border-radius: 20px;
color: #fff;
padding: 10px 37px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
.btn:hover{color: #fff;}
.btn-submit{
background: #D04C8D;
font-size: 12px;
}
.btn-submit:hover{
box-shadow: 0px 3px 7px #D04C8D;
}
.btn-submit:focus{
opacity:20%
}

/* button css */


/* media queries */

@media (max-width: 991.98px) {
.login-card-wrapper {
    
    margin: 10px 15px;
    
}
.login-card .card-body {
    padding: 50px 30px 50px 30px;
    /*text-align: center;*/
}

}
@media (max-width: 767.98px) { 
.login-card-wrapper {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px 0px;
    
}
.login-card .card-body {
    padding: 30px 30px 30px 30px;
}
}

@media (max-width: 575.98px) { 
  .login-card h4.login-card-title {
    font-size: 18px;
}
}



/* media queries */