/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
*{ font-family: 'Dosis', sans-serif; color:#323232;}
a{ outline:none !important; text-decoration:none !important;}
body {
font-family: 'Open Sans', sans-serif; background: #f3f3f3; padding: 0px 0px 0px 0px; margin: 0px;
}
.container {
    width: 95% !important;
}
.backcolor{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2fa5d9+0,82cced+30,82cced+50,82cced+69,2fa5d9+100 */
background: #2fa5d9; /* Old browsers */
background: -moz-linear-gradient(top, #2fa5d9 0%, #82cced 30%, #82cced 50%, #82cced 69%, #2fa5d9 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2fa5d9 0%,#82cced 30%,#82cced 50%,#82cced 69%,#2fa5d9 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2fa5d9 0%,#82cced 30%,#82cced 50%,#82cced 69%,#2fa5d9 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fa5d9', endColorstr='#2fa5d9',GradientType=0 ); /* IE6-9 */
position:relative;

}
.login_sucess_text {
    font-size: 21px !important;
}
.clear_both{ clear:both;}

/*-----------------------------Login----------------------------------*/
.backcolor footer {
    background: #e1e1e1;
    margin: 20px 0 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
}
.backcolor footer .copyright {
    text-align: right;
    color: #323232;
    letter-spacing: .5px;
    margin: 10px 0;
    font-size: 13px;
}
.loginsection footer {
    background: #e1e1e1;
    margin: 20px 0 0;
    width: 100%;
}
.loginsection footer .copyright {
    text-align: right;
    color: #323232;
    letter-spacing: .5px;
    margin: 10px 0;
    font-size: 13px;
}
.form-signin
{
    max-width: 490px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
	width:100%;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input
{
    margin-bottom: 10px;

}
/*.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/
.account-wall
{
    /*margin-top: 150px;*/
    padding: 0 0px 20px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
	border-radius:20px;
}

.login-title
{
    color: #555;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.login_head{ margin-bottom: 10px; width:100%; font-family: 'Dosis', sans-serif; font-size:40px; color:#323232; text-transform:uppercase; text-align:center; background:url(../images/login_border.png) no-repeat center bottom; margin:}
.submit_btn, .forget_btn{ font-size:15px; margin-top:0px !important; width:45% !important; float:left; background:#189ad4; color:#FFF; padding:10px 0;}
.submit_btn:hover, .forget_btn:hover{ background:#0a86bd; color:#FFF;}
.login_inner {margin: -93px 0 0 0; text-align: center;}
.forget_btn{ float:right;}
.line_register{ font-size:20px; color:#323232; letter-spacing:.20px; display: inline-block; width:100%; margin: 10px 0;}
.line_register a{color:#323232; border-bottom:1px solid #82cced; text-decoration:none;}
.register_as{ padding-top:34px; margin-top:-70px;}
.register_as a img{-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;}
.register_as a:hover img{-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
	 }
	 .reg_head h4{ font-size:17px;}
.login_img {
	width: auto;
	margin: 50px auto 10px;
	display: inline-block;
	vertical-align: middle;
}

.login_img_main {
	background: #fff;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: block;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0 8px 0 #dcdcdc;
	position: relative;
	top: -110px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.login-section-block #resetpassword {padding: 5px; text-align: center;}
.login-section-block #resetpassword .reset_pass { margin: 0px; width: 100%; float:left; margin-bottom: 15px; position: relative;}
.login-section-block #resetpassword .reset_pass input { width: 100%; float:left; padding: 7px 10px; margin: 0px;}
.login-section-block #resetpassword .reset_pass .help-block {
    margin: 0px 0 0px 0;
    text-align: left;
    float: left;
    width: 100%;
}
.login-section-block #resetpassword .reset_pass .help-block label { font-size: 13px; font-weight: 400;}
.login-section-block #resetpassword .reset_pass .help-block label strong { font-size: 13px; font-weight: 400;}
.login-section-block #resetpassword div { margin: 0px; width: 100%; float:left; margin-bottom: 15px; position: relative;}
.login-section-block #resetpassword div input { width: 100%; float:left; padding: 7px 10px; margin: 0px;}
.login-section-block #resetpassword div .help-block {
    margin: 0px 0 0px 0;
    text-align: left;
    float: left;
    width: 100%;
}
.login-section-block #resetpassword div .help-block label { font-size: 13px; font-weight: 400;} 
.login-section-block #resetpassword div .help-block label strong { font-size: 13px; font-weight: 400;}
.login-section-block .alert.alert-danger {
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 0px;
}
.login-section-block .alert.alert-danger strong {
    font-weight: 700;
    font-size: 15px;
    color: red;
}
.login-section-block #resetpassword .btn-block.submit_btn {
    width: 40% !important;
    float: none;
    margin: 0px auto;
}
.forget_error_section { width: 100%; float:left; padding: 0px 0px 0px 0px;}
.forget_error_section #email_error.help-block {
    margin: -7px 0px 0px 0px !important;
}
.forget_error_section #email_error.help-block { font-weight: 400;}
.select-img
{
	border-radius: 50%;
    display: block;
    height: 75px;
    margin: 0 30px 10px;
    width: 75px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.select-name
{
    display: block;
    margin: 30px 10px 10px;
}

.logo-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.has-error-main label.error, .address-2 label.error, .date-colom label.error, .middle-information-box label.error  {width: 100%;float: left !important; text-align: left; font-weight: normal; font-size: 14px !important; font-style: normal !important;}
#login label.error {text-align: left; width: 100%;}
/*-----------------------------Login----------------------------------*/
.middle-information-box-section { width: 100%; float:left; padding: 0px 0px 0px 0px;}
.middle-information-box-section .middle-information-box-1 { width: 100%; float: left; padding: 0px 0px 0px 0px;}
.middle-information-box-section .middle-information-box-1 label { width:100%; float:left; padding:  margin-bottom: 0px; color:#000; font-size: 15px;}
.middle-information-box-section .middle-information-box-1 .has-error-main { width: 100%; float:left; padding: 0px 0px 0px 0px;}
.middle-information-box-section .middle-information-box-1 .has-error-main  input { width: 100%; float:left; height: 35px; border-radius: 0px;} 
.middle-information-box-section .middle-information-box-2 { width: 100%; float: left; padding: 0px 0px 0px 0px;} 
.middle-information-box-section .middle-information-box-2 .are-section { width: 100%; float:left; padding: 0px 0px 0px 0px; margin:0px; color: #000;}
.middle-section-hello {
    width: 600px;
    float: none;
    padding: 15px;
    margin: 0px auto;
    border: 4px solid #189ad4;
    display: table;
    border-radius: 0px 50px 0px 50px;
}

.middle-section-hello .submit-btn-block {

    width: 275px;
    float: none;
    padding: 30px 0px 20px 0px;
    margin: 0px auto;

}
.middle-section-hello .submit-btn-block .btn-default { border-radius: 0px;}
/*-----------------------------Forget Password Screen----------------------------------*/
.forget_mail_btn {float: right;padding: 12px 0;width: 30% !important;}
.alert-success {border-radius: 0; display: inline-block; margin: 10px 0; padding: 8px 4px; text-align: center;width: 100%;
}
.help-block strong {color: #ef3a3a;font-size: 14px;letter-spacing: 0.5px;}
.help-block {
    margin: -8px 0 10px 0;
    text-align: left;
    float: left;
    width: 100%;
}
#email_error.help-block { margin: 0px 0px 0px 0px!important;}
.forget_error_section{ margin-bottom: 8px;}
.forget_error_section input {float: left;width: 69%; margin-bottom: 8px;}
.forget_error_section { position:relative;}
.forget_error_section .help-block {
    position: absolute;
    top: 57px;
    left: 0px;
}
.form-signin {
    max-width: 490p.help-block {
    margin: 0px 0 10px 0;
    text-align: left;
    float: left;
    width: 100%;
    position: absolute;
    top: 35px;
}x;
    padding: 15px;
    margin: 0 auto;
    display: table;
    width: 90%;
}
.forget-password-section { width: 90%; display:table;}
.forget-password-section .has-error {
    width: 100%;
}
/*-----------------------------Forget Password Screen----------------------------------*/

.reset_pass{ display: inline !important;}


/*-----------------------------Hospital registration----------------------------------*/

.hospital-registration { width: 100%; float:left; padding:0px 0px 0px 0px;}
.hospital-registration-section { width: 100%; float:left; padding:0px 0px 0px 0px;}
.logo { width: 100%; float:left; padding:10px 0px 10px 0px;}
.hospital-heading { width: 100%; float:left; padding;0px 0px 0px 0px; border-bottom: 1px solid #189ad4; margin-bottom: 20px;}
.hospital-heading h2 { width: 100%; float:left; padding:0px 0px 10px 0px; margin: 0px; color:#189ad4; font-size: 24px; text-transform: uppercase; text-shadow: 1px 1px #b0b0b0; font-weight: 500; text-align: center;}
.middle-section { width: 100%; float:left; padding: 0px 0px 0px 0px;}
.user-id-heading { width: 100%; float:left; padding: 0px 0px 0px 0px;}
.user-id-heading p { width: 100%; float:left; padding: 0px 0px 0px 0px; margin: 0px; font-size: 14px; color: #333;}
.middle-block { width: 100%; float:left; padding:0px 0px 0px 0px;}
.middle-heading { width: 100%; float:left; padding:15px 0px 10px 0px;}
.middle-heading h2 {
    width: auto;
    float: left;
    padding: 0px 0px 16px 0px;
    margin: 0px;
    color: #189ad4;
    font-size: 20px;
    text-transform: uppercase;
    background: url(img/border-img.png) no-repeat right 32px;
}
.middle-information {
    width: 100%;
    float: left;
    padding: 15px 0px 0px 0px;
}
.logo img {
    width: 100px;
}
.middle-information-box { width: 49%; float:left; padding: 10px 0px 0px 0px; margin-right: 2%;}
.middle-information-box:first-child { padding: 0px;}
.middle-information-box:nth-child(2n+0) { margin-right: 0% ;}
.captcha-section { margin-right: 0% !important;}
.captcha-section .input-section-3 .input-section-block label {padding: 0px 0px 0px 0px;}
.middle-information-box label {
    width: 24%;
    float: left;
    padding: 6px 0px 0px 0px;
    color: #333;
    font-size: 15px;
}
.middle-information-box input {
    width: 76%;
    float: right;
    height: 35px;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    padding: 0px 10px 0px 10px;
}
.address-1 { width:76%; float:right; padding: 10px 0px 0px 0px;}
.address-2 {
    width: 49%;
    float: left;
    padding: 0px 0px 10px 0px;
    margin-right: 2%;
}
.address-2:nth-child(2n+0) { margin-right: 0%;}
.address-2 select {
    border: 1px solid #a1a1a1;
    color: #333;
    width: 100%;
    float: left;
    height: 35px;
    border-radius: 4px;
    padding: 0px 10px 0px 6px;
}
.address-2 input {
    border: 1px solid #a1a1a1;
    color: #333;
    width: 100%;
    float: left;
    height: 35px;
    border-radius: 4px;
    padding: 0px 10px 0px 10px;
}
.input-section { width: 100%; float:left; margin: 10px 0px 0px 0px !important;}
.input-section-1 {
    width: 100% !important;
    float: left !important;
    margin: 10px 0px 0px 0px !important;
}
.middle-information-box-1 { width: 100%; float:left; padding: 10px 0px 0px 0px;}
.next { margin-top: 0px;}
.middle-information-box .btn-default:hover { background: #189ad4; color: #fff;}
.middle-information-box .multiple-input { width:76%; float:right; padding: 0px 0px 0px 0px; height: 78px;}
.input-section-block {
    width: 100%;
    float: left;
    padding: 0px 0px;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}
.input-section-block label {
    width: 32%;
    float: left;
    padding: 19px 0px 0px 0px;
    color: #333;
    font-weight: 400;
    font-size: 15px;
}
.input-section-block label input {
    height: 15px;
    width: auto;
    float: left;
    margin-right: 10px;
    border: 1px solid #a1a1a1;
}
.input-section-3 { width: 76%; float:right;}
.google-cecha {
    width: 70px;
    float: right;
    text-align: center;
}
.google-cecha h2 { width: 100%; float:left;  padding: 3px 0px 0px 0px; margin: 0px; font-size: 15px; color:#797979;}
.input-section-3 .btn-default {
    width: auto;
    margin: 0px auto;
    background: #189ad4;
    padding: 8px 30px 7px 30px;
    text-transform: uppercase;
    float:left;
    border: 0px;
    color: #fff;
    font-weight: 600;
    display: table;
}
.submit-btn { width: 100%; float:left; padding: 0px 0px 0px 0px;}
.submit-btn-block {
    width:100%;
    float:left;
    padding: 30px 0px 20px 0px;
    text-align: center;
}
.submit-btn-block .btn-default { padding: 0px 20px 0px 20px; height: 40px; font-size: 18px; text-transform: uppercase; margin-right: 2%;background: #189ad4;color: #fff; border: 0px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.submit-btn-block .btn-default:nth-child(2n+0) { margin-right: 0%;}
.enter-chacha {
    width: 147px;
    float: left;
    padding: 18px 0px 0px 0px;
}
.enter-chacha img { width: 100%;}
.middle-information-box input.form-control-secdtion {
    width: 47%;
    float: left;
}
.submit-btn-block .btn-default:hover {background:#0a86bd; color:#FFF;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;
}

.date-colom  { width: 100%; float:left; padding: 0px 0px 0px 0px;}
.date-colom span {
    width: auto;
    float: left;
    position: absolute;
    right: 0px;
    z-index: 9999;
    height: 35px;
    padding: 8px 13px 0px 13px;
    border-left: 1px solid #a1a1a1 !important;
}

.date-colom input { border-radius:4px !important;}
.middle-information-box .date {
    width: 76%;
    float: left;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #e90e0a !important;
    margin: 0px 0px 0px 0px !important;
}
.has-error .form-control {
    border-color: #e90e0a !important;
}
.middle-information-box .multiple-input option { padding: 3px 10px;}
.middle-information-box .multiple-input option:hover { background: #189ad4; color: #fff; padding: 3px 10px;}
.middle-information-box .multiple-input option:active {background: #189ad4; color: #fff;padding: 3px 10px;}
.address-2 .has-error-main { width:100% !important;}

@media only screen and (max-width: 480px) {


.middle-information-box .middle-in-section label input{ margin: 0 5px 4px 7px !important;}
.middle-information-box .middle-in-section label {text-align: left !important;}
.submit_btn, .forget_btn {
    width: 100% !important;
    margin-bottom: 10px;
}
.forget_error_section input {
    width: 100%;
}
.forget_error_section .help-block {
    position:inherit; top: 0px;
}
.has-error-main label.error, .address-2 label.error, .date-colom label.error, .middle-information-box label.error {
    width: 100%;
    float: left !important;
    text-align: left;
    font-weight: normal;
    font-size: 12px !important;
    font-style: normal !important;
}
}

@media only screen and (max-width: 639px) {
  .middle-block-new .middle-block-new-block {width: 100% !important ;}
  .middle-information-box .date {width: 100%;}
  .has-error-main{ width: 100% !important;}
  .g-recaptcha > div {width: 0 !important;}
  .middle-information-box span.has-error {clear: both;float: left;}
  .middle-information-box .middle-in-section label {
      width: 45% !important;
      margin: 0px;
      text-align: left;
  }
  .middle-in-section { width: 100% !important;}
  .middle-information-box .middle-in-section label input{ margin: 0 5px 4px 7px !important;}
  .alert-success {
      width: 100%;
  }
  .help-block {
      margin: 0px 0 0px 0;
      text-align: left;
      float: left;
      width: 100%;
  }
.middle-information-box {
    width: 100%;
    margin-right: 0%;
}
.middle-information-box label {
    width: 100%;
}
.middle-information-box input {
    width: 100%;
}
.address-1 {
    width: 100%;
}
.middle-information-box .multiple-input {
    width: 100%;
}
.input-section-3 {
    width: 100%;
}
.submit-btn-block {
    width: 275px;
}
.form-signin input {
	margin-bottom: 15px;
}
.backcolor label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
}
.middle-block-new .middle-block-new-block .middle-information-box {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}
.middle-in-section { position: relative;}
.middle-in-section #affiliation_error { position: absolute; width: 100%;top: 46px; left: 0px;}
.middle-in-section #affiliation_error label { width: 100% !important;}
.backcolor { position: relative;}
.account-wall {
    margin-top: 150px;
    padding: 0 0px 20px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 85px;
}
.middle-section-hello { width: 100%; display:inline-block;} 
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .middle-information-box .date {width: 100%;}
  .has-error-main{ width: 100% !important;}
.backcolor { position: relative;}
.account-wall {
    margin-bottom: 85px;
}
  .middle-information-box .middle-in-section label { width: 22% !important;margin: 0px; text-align: center;}
    .middle-information-box .middle-in-section label:first-child {  width: 30% !important;}
  .middle-in-section { width: 100% !important;}
  .middle-information-box .middle-in-section label input{ margin: 0px !important;}
  .middle-block-new .middle-block-new-block .middle-information-box {
      padding: 0px 0px 5px 0px !important;
  }
  .middle-in-section { position: relative;}
  .middle-in-section #affiliation_error { position: absolute; width: 100%;top: 15px; left: 0px;}
  .middle-in-section #affiliation_error label { width: 100% !important;text-align: left;}
  .has-error-main label.error, .address-2 label.error, .date-colom label.error, .middle-information-box label.error {
    padding: 7px 0px 0px 0px;
}
.middle-information-box label {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.middle-information-box input {
    width: 100%;
}
.address-1 {
    width: 100%;.middle-information-box .date {width: 100%;}
    float: right;
    padding: 10px 0px 0px 0px;
}
.middle-information-box .multiple-input {
    width: 100%;
}
.input-section-3 {
    margin-top: 0px;
    width: 100%;
}
.submit-btn-block {
    width: 275px;
}
.input-section-block label {
    padding: 0px 0px 0px 0px;
}
.middle-section-hello { width: 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 874px) {
.input-section-3 {
      width: 82% !important;
  }

}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
.account-wall {
    margin-top:29% !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .middle-information-box .date {
    width: 66%;
}
.account-wall {
    margin-top:40%;
}
.backcolor { position: relative;}
.account-wall {
    margin-bottom: 85px;
}
.middle-information-box label {
    width: 32%;
    font-size: 13px;
}
.login-section-block {
	width: 600px !important;
	margin: 0px auto !important;
	float: none !important;
	margin-bottom: 30px !important;
}
.middle-information-box input {
    width: 66%;
}
.address-1 {
    width: 66%;
}
.middle-information-box label {
    width: 34%;
}
.has-error-main {
    width: 66% !important;
}
.middle-information-box .multiple-input {
    width: 68%;
}
.input-section-3 {
    width: 66%;
}

.middle-in-section {
    width: 66% !important;padding: 0px 0px 0px 0px;
}
.middle-information-box .middle-in-section label {
    width: 44% !important;
    float: left;
    padding: 7px 0px 0px 0px;
    margin: 0px !important;
}
.middle-information-box .input-section-block label {
    width: 46%;
}
.enter-chacha {
    width: 136px;
}
.submit-btn-block {
    width: 275px;
}
.address-2 input {
    width: 100% !important;
}
.middle-in-section { position: relative;}
.middle-in-section #affiliation_error { position: absolute; width: 100%;top: 42px; left: 0px;}
.middle-in-section #affiliation_error label { width: 100% !important;}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .middle-information-box .date {
    width: 70%;
}
.backcolor { position: relative;}
.account-wall {
    margin-bottom: 85px;
}
.middle-in-section { position: relative;}
.middle-in-section #affiliation_error { position: absolute; width: 100%;top: 15px; left: 0px;}
.middle-in-section #affiliation_error label { width: 100% !important;}
  .middle-information-box .middle-in-section label input{ margin: 0px !important;}

.middle-information-box .middle-in-section label:first-child { width: 27% !important;}
.middle-information-box label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-right: 10px;
     width: 30%;
}
.has-error-main {
    width: 70% !important;
}
.middle-information-box input {
    width: 70%;
}
.address-1 {
    width: 70%;
}
.middle-information-box .multiple-input {
    width: 70%;
}
.input-section-3 {
    width: 70%;
}
.middle-information-box .input-section-block label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-right: 10px;
    width: 51%;
}

.input-section-block label {
    padding: 10px 0px 0px 0px;
}
.input-section-block label input {
    margin-top: 0px;
}
.middle-information-box .address-2 input {
    width: 100%;
}
.middle-information-box .middle-in-section label {
    width: 21% !important;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
.backcolor { position: relative;}
.account-wall {
    /*margin-bottom: 85px;*/
}	
.login-section-block {
  float: none;
  margin: 10% auto 0;
  display: table;
  width:650px;
}
}
@media only screen and (min-width: 1400px) {
.login-section-block {
  float: none;
  margin: 13% auto !important;
}
.account-wall {
  padding: 0 0 70px;
}
}




.has-error {
    color: #e01915;
    display: inline-block;
    font-size: 13px;

}
.has-error-main {
    display: inline-block;
    width:76%;

}
.has-error-main input {
    width:100%;

}

.has-error-select select {
  width: 100% !important;
}
.required_msg {
  border-radius: 5px;
  color: #3da9de;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
  word-spacing: 2px;
}
/*-----------------------------Hospital registration----------------------------------*/
.middle-block-new .middle-block-new-block  { width:49%; float:left; margin-right: 2%;}
.middle-block-new .middle-block-new-block .middle-information-box { width: 100%; float:left; padding:0px 0px 10px 0px;}
.middle-block-new .middle-block-new-block:nth-child(2n+0) { margin-right: 0px;}
.middle-in-section {
   width: 70%;
   float: left;
   /*padding: 0px 0px 0px 21px;*/
}.middle-information-box .middle-in-section label {
   width: 23%;
   float: left;
   padding: 7px 0px 0px 0px;
   margin: 0px;
}
.middle-information-box .middle-in-section label input {
    width: auto;
    float: left;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin: 5px 5px 0px 0px;
}


.middle-in-section label.error{ width: 100%;}

