@charset "utf-8";
/* CSS Document */
/*login form*/
.form-signin {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    height: auto;
    margin-bottom: 41px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    padding: 15px 35px 45px;
    width: 100%;
}
.form-signup {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
   
    float: left;
    height: auto;
    margin-bottom:50px;
    width: 100%;
}
.inptext {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.form-sep {
   margin-bottom: 15px;
   padding-bottom: 10px !important;
   float: left;
   width: 100%;
}
.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signup .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signin a{
text-decoration: none; 
font-size: 18px; 
color: rgb(40, 48, 58);
}
.form-signin a:hover{
text-decoration: none; 
font-size: 18px; 
color: #4898D8;
}
.btn_login_suc {
    background-color: #0b98d8;
    color: #ffffff;
    float: right;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    margin-left: 15px;
    padding: 11px 20px 8px;
    text-align: center;
    text-transform: uppercase;
	border:none;
}
.btn_login_sucsingup {
    background-color: #0b98d8;
    color: #ffffff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    margin-left: 0px;
    padding: 11px 20px 8px;
    text-align: center;
    text-transform: uppercase;
	border:none;
}
.btn_login_suc:hover {
    background-color: #333131 !important;
}
.btn_login_for {
    background-color: #0b98d8;
    color: #ffffff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    margin-left: 15px;
    padding: 11px 20px 8px;
    text-align: center;
    text-transform: uppercase;
	border:none;
}
.btn_login_for:hover {
    background-color: #333131 !important;
}
.errormsg {
    color: #ff0000;
    float: none;
    font-size: 15px;
    font-weight: 700;
    margin: auto !important;
    text-align: center;
    text-transform: capitalize;
}
.sucessmsg{
	color: #1D601D !important;
    float: none;
    font-size: 15px;
    font-weight: 700;
    margin: auto !important;
    text-align: center;
    text-transform: capitalize;
}
.thankyou{
	float: left;
    height: auto;
    width: 100%;
	text-align:center;
}
.thankyou p{
color: #495155;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    padding: 1px 0 0;
    width: 100%;
}
.thankyou span {
    color: #008000;
    font-size: 15px;
    font-weight: 500;
}
.text_thank {
    color: #495155 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 2px 0 0 !important;
}
.inner_left01 p{
color: #495155;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    padding: 1px 0 0 !important;
    width: 100%;
}
.capt {
    float: left !important;
    padding: 20px 15px 20px 0 !important;
}
.refbut {
    float: right;
    padding: 28px 0 0 !important
  
}
.form-forgot{
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    height: auto;
    margin-bottom: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
    padding: 45px 35px;
    width: 100%;
}
.text_normal {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.capform {
    padding: 15px 15px 20px 0 !important;
}
@media only screen and (min-width: 320px) and (max-width:640px) {

.form-signin {
    float: left;
    height: auto;
    width: 100%;
}
.btn_login_for {
  
    background-color: #0b98d8;
    border: medium none;
    color: #ffffff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    margin-left: 0;
    margin-right: 6px !important;
    padding: 11px 16px 8px;
    text-align: center;
    text-transform: uppercase;

   
}

}
@media only screen and (min-width: 320px) and (max-width:344px) {
.refbut {
    padding: 27px 3px 10px 0 !important;
}

.capt {
    float: left !important;
    padding: 20px 13px 20px 0 !important;
}

}
/*login form*/