
.f_modal {
  /* Не обязательно  block */
  display: block;
  overflow: visible;
  max-width: 1400px;;
  width: 100%;
  padding: 15px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 83px;
  border: 1px solid #828282;   
  /* Центруем */
  /*transform: translate(-50%,-50%);*/
  transform: translateX(-50%);
  background: #fff;
  
}


.f_modal.closed {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  
  background: rgba(0, 0, 0, 0.6);
}


.f_modal .modal-inner{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 834px;
}



.f_modal .close-button {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: -11px;
	cursor: pointer;
	border: 0;
	background: url('../img/close.png') no-repeat;
	color: white;
	padding: 5px 10px;
	font-size: 1.3rem;
	width: 51px;
	height: 50px;
}

.f_modal .modal-title{
  font-family: "PT Sans";
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
color:#000;
  
}

.f_modal .ulogin-wrap {
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 16px;
}

.f_modal .login-title{

font-size: 16px;
font-weight: 700;

    
}

.f_modal #uLogin{
    margin-top: 15px;
}


.f_modal .form-group{
margin-top: 15px;      
}

.f_modal label{
font-size: 16px;
font-weight: 400;
  
}

.f_modal input {
	background: #E1E1E1;
	color: #000;
	display: block;
	border:none;
	font-size: 17px;
	font-weight: 300;
	width: 100%;
       
	text-align: left;
	margin-top: 15px;
	margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 48px;
        padding-right: 10px;
}
.f_modal  input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.f_modal  input:-moz-placeholder {
	color: #999;
	opacity: 1;
}
.f_modal  input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.f_modal  input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}


.f_modal .modal-footer{
    border-top: 1px solid #828282;
    margin-top: 20px;
    
}

.f_modal .modal-footer a{
   font-family: "PT Sans";
font-size: 14px;
font-weight: 700;
text-transform: uppercase; 
color:#2C6FA8;
text-decoration: none;
margin-right: 15px;
}

@media only screen and (max-width : 1400px) {
    
.f_modal {    
    max-width: 1200px;
}
    
}

@media only screen and (max-width : 1216px) {
    
.f_modal {    
      max-width: 1024px;
}

}

@media only screen and (max-width : 1056px) {
    
.f_modal {    
  max-width: 758px;
}

}