.main_form_cont, .b_system_auth_cont{
	width: 300px;
	background: #292728;
}
.main_form_cont_wrapper, .b-popup-login__content{
	padding: 10px 30px;
    padding-bottom: 25px;
}

.main_form_cont input:not(.__button), .b-main-login__input{
    border: 0px;
    padding: 10px 15px;
    font-size: 16px;
  	font-family: "Source Sans Pro";
  	margin-bottom: 15px;
  	-webkit-box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
	box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
	width: 100%;
    color: #292728;
}

.main_form_cont textarea{
	border: 0px;
	background-color: #ffffff;
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    height: 170px;
  	-webkit-box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
	box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
	width: 100%;      
	margin-bottom: 10px;
    color: #292728;
}

.main_form_cont_comment, .b-popup-login__topic{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 18px;
    font-family: "Oswald";
    font-weight: 300;
}
.main_form_cont .__button, .b-main-login__btn{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.b-popup-login__remind-btn{
    color: #fff;
}
.b-popup-login__remind-text{
    color: #fff;
}

@media screen and (max-width: 797px) {
    .main_form_cont textarea{
        height: 46px;
    }
    .main_form_cont_comment{
        font-size: 17px;
    }
}

.main_form_action .__button{
    border: 1px solid #ffae00;
    background-color: #ffae00;
    font-weight: 300;
    font-family: Oswald;
    text-align: center;
    width: 100%;
    color: #323638;
}
.main_form_action .__button:hover{
    border: 1px solid #323638;
    background-color: #fff;
    font-weight: 300;
    font-family: Oswald;
    text-align: center;
    width: 100%;
    color: #323638;
}

.b-popup-login__remind-text:hover{
    color: #fff;
    text-decoration: none;
}
.b-popup-login__remind-btn label{
    font-weight: 300;
}