/*common start end */
html {
    width: 100%;
    height: 100%;
    position: absolute;
}
body
{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
	margin:0px;
    padding:0px;
    color:#333;
    position: relative;
    min-height: 100%;
    width: 100%;
    background: #fff;
}

.fnt-reg
{
    font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.fnt-lgt
{
    font-family: 'Roboto', sans-serif;
	font-weight:300;
}

.fnt-bld
{
    font-family: 'Roboto', sans-serif;
	font-weight:700;
}

.t-white
{
	color:#fff !important;
}
.t-black
{
    color: #000 !important;
}
.t-green
{
    color: #03eca4!important;
    font-weight: 500;
}
.t-gray
{
    color: #b0babd !important;
}
.t-red
{
    color: #ff6363!important;
    font-weight: 500;
}
.t-yellow
{
    color:#d2a65d;
}
.heading-title
{
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    text-transform: capitalize;
}
.btn
{
    vertical-align: middle;
}
.arrowbtn
{
    height:46px;
    width: 100px;
    color: #fff;
    background-image: linear-gradient(#7a7a7a, #000000);
    border: 0px;
    white-space: nowrap !important;
    font-size: 18px;
    text-align: center;
    padding: 0px;
    line-height: normal;
}
.arrowbtn:hover, .arrowbtn:focus, .arrowbtn:active
{
    color: white !important;
    background-color: black !important;
    background:  black !important;
    text-decoration: none;
}
.btn-primary{
    background-color: none !important;
}
.sitebtn
{   
    color: #000;
    background-image: linear-gradient(#a57e3d, #f6b74e);
    border:0px;
    padding:9px 25px;
    border-radius: 5px;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
}
.sitebtn:hover, .sitebtn:focus, .sitebtn:active
{
    color: #000;
    background-image: linear-gradient(#a57e3d, #f6b74e);
    border:0px;
   text-decoration: none;
}
/*common css end */
/*login css start*/
.loginbg
{
    background: url(../images/login-bg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    padding:0px;
    background-attachment: fixed;
}
.loginbanner
{
    display:table-cell;
    vertical-align: middle;
    float:none;
    padding: 20px 0px;
}
.login-form
{
    width: 100%;
    float: right;
    max-width: 440px;
    margin: 0px auto;
}
.login-form .heading-title
{padding-bottom: 26px;}

.loginformbg
{
    background: #6264664a;
    border-radius: 25px;
    padding: 25px 26px;
}
.login-form .form-control
{
    background: none;
    border: 0px;
    border-bottom: 1px solid #ffae00;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}
.login-form label
{
    color: #fff !important;
    left:0px !important;
}
.form-outline .form-control~.form-notch div
{
    border: 0px !important;
    outline: none;
    box-shadow: none;
}
.login-form .form-control:focus
{
    border-color:#b30810;
}
.form-outline .form-control:focus~.form-label {
    color: #ffae00!important;
    font-size: 15px;
}

.login-form .input-group-text
{
    border:0px;
    border-bottom: 1px solid #364d50;
    color:#364d50;
    font-size: 14px;
}
.login-form .form-control:focus .input-group-text
{
    border-color:#d2a65d;
}

.login-form .form-group
{
    margin-bottom: 30px;
}
.formlogo
{
    width: 100%;
    max-width: 198px;
    margin-bottom: 30px;
}
.logbtn
{
    margin:30px 0px;
}
.btnsnfg
{
    text-align:center;
}
.btnsnfg h5
{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
.btnsnfg a
{
    text-decoration: none;
    color:#ffc800;
}
.btnsnfg a :hover{
    color:  #ff9f00 !important;
}
.form-control:focus, a, a:hover, a:focus, .btn:focus
{
box-shadow: none;
outline:none;
}
.pswrdright
{
    position: absolute !important;
    right: 30px !important;
    top: 5px !important;
    width: 40px !important;
    height: 24px !important;
    text-align: center !important;
    background: none !important;
}
.pswrdright i
{
    color:#ffffff;
    font-size: 18px;
    cursor: pointer;
}
.logbtn .btn img
{
    width:100%;
    max-width:19px;
}
/*login css end*/


.help-block strong
{
    color: #ff7171;
    font-size: 13px;
    font-weight: 400;
}
.strength-bar-class
{
    border: 1px solid #cccaca;
    padding: 1px 13px;
    border-radius: 6px;
    line-height: 0px;
    height: 0px;
    margin-right: 2px;
    font-size: 3px;
}
.strength-top
{
    margin-top: 13px;
}
.g-recaptcha>div
{
width:100% !important;
max-width:300px;
margin:0px auto;
margin-top: 7px;
}
.infonotes i {position: absolute;right: 22px;top: 7px;color: #364d50;z-index: 9;font-size: 13px;}
.form-box .form-group
{
position: relative;
}
.infonotes .noteshow
{display: none;}
.infonotes:hover .noteshow
{
display: block;
background: #2c6669;
font-size: 13px;
border-radius: 5px;
padding: 9px 12px;
position: absolute;
z-index: 9;
color: #fff;
margin-top: -7px;
}
.psdrow>div:first-child>div
{
    margin-top: 3px !important;
    font-size: 13px;
    font-weight: 400 !important;
}
.psdrow>div
{
    padding:0px;
    width: 50%;
}
.psdrow
{
    margin: 0px;
    position: absolute;
    top: 33px;
}


@media (max-width:450px)
{
  #rc-imageselect, .g-recaptcha {
   display: inline; 
}

#rc-imageselect{
   max-width: 100%;
}
  .g-recaptcha>div>div{
     width: 100% !important;
     height: 78px;
     transform:scale(0.88);
     webkit-transform:scale(0.88);
     text-align: center;
     position: relative;
      transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (max-width:400px)
{
  .g-recaptcha>div>div{
     transform:scale(0.75);
     webkit-transform:scale(0.75);   
  }
}
@media (max-width:350px)
{
  .g-recaptcha>div>div{
     transform:scale(0.65);
     webkit-transform:scale(0.65);   
  }
}
@media (max-width:320px)
{
  .g-recaptcha>div>div{
     transform:scale(0.60);
     webkit-transform:scale(0.60);   
  }
}

.para-content {
    color: #dbdede;
    font-size: 13px;
    line-height: 23px;
}
.alert
{
    font-size: 14px;
    padding: 9px;
    line-height: 21px;
}

a.arrowbtn {
    padding-top: 15px;
}
.alert .close
{
    opacity: 1;
    font-size: 22px;
}
.langbox
{
	position:absolute;
	right:0px;
	top:0px;
}
.langmenu img
{
	width:28px;
	height:28px;
	padding:2px;
    background: #fff;
	border-radius:50px;
}
.loginformbg
{
	position:relative;
}
.langmenu a
{
	color:#fff !important;
	font-size:14px;
}
.langmenu .dropdown-menu
{
	    background: none;
    padding: 0px;
    border: 0px;
    margin-top: 6px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 7px #0c171936;
    left: inherit;
    right: 0px;
    width: 100%;
    min-width: 42px;
    padding: 0;
    max-width: 65px
}
.sign h1{

    color: #f0f8ff;
}
.sign h4{
    color: rgb(173, 170, 170);
}
.sign img{
    width: 80% !important;
}
.register h1{

    color: #f0f8ff;
}
.register h4{
    color: rgb(173, 170, 170);
}
.register img{
    width: 60% !important;
    border-radius: 50px;
}
.fnt-1{
    font-size: 17px !important;
}
.hide {
    display: none;
  }
      
  input:hover + .hide {
    display: block;
    position: absolute;
    z-index: 1;
    color: rgb(0, 0, 0);
    background-color: rgb(230, 231, 209);
    margin-top: 10px;
    padding: 5px;
    width: 60%;
    font-size: 13px;
  }
  .forgot h1{
    color: white;
  }
  .forgot img{
    margin-top: -100px !important;
    width: 50% !important;
  }