/* Login Page CSS */
body {
    font-family: 'Roboto light';
    font-size: 14px;
}
body a {
    font-family: 'Roboto regular';
}
body label {
   font-family: 'Roboto regular';
   font-size: 13px;
}
/*body .modal 
{
    top:10% !important;
}*/
}
@font-face {
  font-family: 'msb';
  src: url(fonts/msb.ttf);
}
@font-face {
  font-family: 'Roboto Regular';
  src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto Black';
  src: url(fonts/Roboto-Black.ttf);
}
@font-face {
  font-family: 'Roboto Light';
  src: url(fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: 'Roboto Bold';
  src: url(fonts/Roboto-Bold.ttf);
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.layout_bg_color
{
    background-color: #10a9f5;
}
.signup_title_text_top{
    color: #ffffff;
}
.signup_content_list {
	width: 70%;
    float: none;
    margin: 0 auto;
    color : #ffffff;
    font-size : 18px;
    padding-top: 21%;
    overflow: hidden;
}
.signup_content_list ul {
	width : 100%;
	float : left;
	list-style-type : none;
}
.signup_content_list ul li {
	float : left;
	width : 100%;
	text-align : left;
}
.signup_content_list ul li span {
    float: left;
    padding: 10px;
}
.button_sss {
    width: 705px;
    padding-left: 20%;
    padding-top: 5%;
    float : left;
}
#dcb_signup_popup p
{
    font-size: 14px;
    font-family: 'Roboto regular';
    text-align: justify;
}
#login_popup_scroll
{
    overflow: initial;
}

.loginPopupTable table {
    border: 1px solid black;
    border-spacing: 1px;
    border-collapse: inherit;
}
.loginPopupTable .table th {
 border: 1px solid black;
 border-spacing: 1px;
    border-collapse: inherit;
    text-align: center;
}
.loginPopupTable .table td {
    border: 1px solid black;
    border-spacing: 1px;
    border-collapse: inherit;
}
.loginPopupTable .table tr {
    border: 1px solid black;
    border-spacing: 1px;
    border-collapse: inherit;
}

/* forget password css*/
/*.bg_img_body
{
    background: url("../images/video.jpg") center center no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    overflow: hidden;
}*/
.forget_password {
    z-index: 10000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: auto;


    
}
.forget_password .forget-parent {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.forget_password .forget-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.forget_password .forget-contnet {
    width: 450px;
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #eee;
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 5px;
}
.forget_password .forget-text {
    padding: 20px 20px;
    font-size: 12px;
    display: block;
    /*direction: rtl;*/
    text-align: center;
    line-height: 20px;
}
.forget-contnet h2
{
    
    margin: 0px;
    padding: 0px 0px 20px 0px;
}
.forget-contnet p
{
    margin: 0px;
    font-size: 15px;
    color: #4b4b4b;
}
.forget-contnet label
{
    text-align: left;
    font-size: 16px;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    color: #4b4b4b;
    margin: 0px;
    padding-top: 5px;
}
.forget-contnet .email_inputbox
{
    padding: 8px;
    width: 70%;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 auto;
    outline: none;
    margin-top: 20px;
}
.forget-contnet .reset_button
{
      border-radius: 3px;
    width: 46%;
    border: 1px solid #d9534f;
    background-color: #d9534f;
    color: #fff;
    margin-bottom: 20px;
}
.forget-contnet img
{
    width: 55%;
    margin: 20px 0px 0px 0px;
}
.padding_top_10px
{
padding-top: 10px;
}
.h3_padding_bottom
{
    padding-bottom: 10px;
}
.form-group input.error{
    border: 1px solid red;
}
.form-group label.error{
    color:#fd0303;
}
.setnew_password_button
{
    width: 45% !important;
    margin: 0 auto !important;
}
#user_change_pswd{
    position: absolute;
    bottom: -137px;
    right: 0%;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1;
}
#user_change_pswd h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#user_change_pswd::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#user_change_pswd .invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
#user_change_pswd .valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#user_change_pswd {
    display:none;
}

#user_verify_pswd{
    position: absolute;
    bottom: -247px;
    right: 0%;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1;
}
#user_verify_pswd h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#user_verify_pswd::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#user_verify_pswd .invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
#user_verify_pswd .valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#user_verify_pswd {
    display:none;
}


#user_verify_pswd{
    position: absolute;
    bottom: -247px;
    right: 0%;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1;
}
#user_verify_pswd h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#user_verify_pswd::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#user_verify_pswd .invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
#user_verify_pswd .valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

#user_verify_pswd {
    display:none;
}
/* forget password css END*/





@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

	.signup_content_list {
		width: 90%;
	}
}

@media(max-width:768px) {
.forget_password .forget-contnet {
    width: 300px;
}
.forget-contnet label
{
    text-align: center;
}
}
