.login_modal .font-default{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.login_modal .login {
  position: relative;
  top: 50%;
  width: 250px;
  width:100%;
  display: table;
   background: #fff;
  border-radius: 4px;
}
.login_modal .legend {
  position: relative;
  width: 100%;
  display: block;
  background: #3279B5;
  padding: 15px !important;
  color: #fff !important;
  font-size: 18px;
  margin-bottom: 0px;
  text-align: left;
}

.login_modal .input {
  position: relative;
  width: 80%;
  margin: 15px auto;
  font-size: 14px;
}
.login_modal .input span {
  position: absolute;
  display: block;
  color: #ddd;
  left: 13px;
  top: 8px;
  font-size: 18px;
}
.login_modal .input input {
  width: 100%;
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
}
.login_modal .input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  border-color: #FF7052;
  box-shadow: none !important;
}
.login_modal .btn_submit {
  /*width: 45px;
  height: 45px;*/
  display: block;
  margin: 0 auto -15px auto;
  background: #337ab7;
  /*border-radius: 100%;*/
  border: 1px solid #3279B5;
  color: #fff;
  /*font-size: 24px;*/
  cursor: pointer;
  /*box-shadow: 0px 0px 0px 7px #fff;*/
  transition: 0.2s ease-out;
  /*float: right;*/
  margin-right: 38px;  
}
.login_modal .btn_submit:hover,
.login_modal .btn_submit:focus {
  background: #286090;
  border-color: #204d74;
  color: #fff;
  /*outline: 0;*/
}
.feedback {
  position: relative;
  /*bottom: -70px;*/
  width: 100%;
  text-align: center;
  color: #fff;
  background: #2ecc71;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0;
}
/*.feedback:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #2ecc71;
  border-width: 10px;
  margin-left: -10px;
}*/
.feedback-error {
  position: relative;
  /*bottom: -70px;*/
  width: 100%;
  text-align: center;
  color: #fff;
  background: #CC2E2E;
  padding: 10px 0;
  font-size: 12px;
}
/*.feedback-error:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #CC2E2E;
  border-width: 10px;
  margin-left: -10px;
}*/

.login_modal .modal-content{
  min-height: 296px;
  width: 400px;
}

.login_modal #btn_submit{
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 0;  
}

.login_modal .modal-body{
  padding:0px !important;
  font-size: 14px;
}

.new_member_div{
    /*text-align: left;*/
    padding-left: 40px;  
    float:right;
    margin-top:10px;
    margin-right:10px;
}

.loginform_label{
    font-size: 11px;
    color: gray;  
    cursor: pointer;
}

.forgot_pwd_div{
  margin-bottom: 15px;
  margin-left: 40px;
  float:left;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  #cn_signinmodal .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#cn_signinmodal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#signinmodal {
  bottom:180px;
}

#cn_signinmodal .close {
    float: right ;
    font-size: 28px ;
    font-weight: bold ;
    line-height: 1 ;
    color: #EFEFEF ;
    opacity: 1 ;

}
#cn_signinmodal  .close:hover, #cn_signinmodal .close:focus {
    color: #e3e3e3;
}


/*Media Query*/

@media screen and (max-width: 400px) {
   .login_modal .modal-content {
       width:100%;
    }
   #cn_signinmodal .modal-dialog {
       width:100%;
       margin:0px;
    }    

} 
@media screen and (min-width: 405px) {
   #cn_signinmodal .modal-dialog {
       width:400px;
    }
} 

