
body {
    background: #f5f5f5 !important;
    font-size: 14px;
    font-family: Arial, sans-serif;
}
.box-auth{
    padding: 30px 0;
}
.box-center__body {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    padding: 15px;
    max-width: 850px;
    margin: 0 auto;
    background-color: #fff;
}
.box-center__form{
    display: flex;
    flex-wrap: wrap;
}
.auth-left {
    width: 50%;
    /* float: left; */
    background: #f5f5f5 url(../images/login-popup-bg.svg);
    background-size: 50% auto;
    padding: 15px;
}

.auth-image {
    width: 100%;
    clear: both;
    /* float: left; */
    padding: 17px 0;
}

.auth-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
	padding: 0 10px;
}

.auth-title {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    text-align: left;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 15px;
}

.auth-info {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    margin-bottom: 20px;
}
.auth-info ul li {
    position: relative;
    padding-left: 30px;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 5px;
}
.auth-info ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-check.png) no-repeat;
    background-size: 20px 20px;
    left: 0;
    top: 2.5px;
}
.auth-info p {
    text-align:left;
	font-size: 15px;
	line-height: 22px;
}

.auth-action {
    width: 100%;
    /* clear: both; */
    /* float: left; */
}

.auth-action .btn {
    width: 100%;
	background: #fa0902
}

.btn-blue {
    background: #3b5998;
    color: #fff;
}

.auth-right {
    width: 50%;
    /* float: right; */
    padding: 5px 15px;
}

.auth-right .auth-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
}

.auth-social {
    width: 100%;
    /* clear: both; */
    /* float: left; */
}

.auth-social .btn {
    margin-bottom: 15px;
    width: 100%;
}
.auth-social .btn:hover{
    color:#fff;
    opacity:0.8;
}
.auth-social .btn:last-child{
    margin-bottom:0;
}
.auth-social a {
    position: relative;
    color: #fff;
}

.auth-social i {
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 10px;
    line-height: 19px;
}

.btn-red {
    background: #de4935;
    color: #fff;
}

.auth-form {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    margin-bottom: 15px;
}

.auth-form .form-group {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    margin-bottom: 10px;
}

.auth-form .form-group label {
    font-size: 14px;
    /* float: left; */
    margin-bottom: 5px;
}

.auth-form .form-control {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    height: 34px;
    border: 1px solid #979797;
    border-radius: 3px;
    padding: 5px 10px;
	font-size: 14px;
}

.auth-form .form-group.checkbox .btn-checkbox {
    float: left;
	height: 20px;
}

.btn-checkbox:checked {
    background: url(../images/icon-check.png);
    background-size: 20px 20px;
    color: #e9ecee;
    border: none;
}

.btn-checkbox {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    cursor: pointer;
    vertical-align: middle;
}
.auth-form .form-group .forgot-password {
    width: 100%;
    clear: both;
    float: left;
    text-align: right;
    font-size: 14px;
}

.auth-form .form-group.checkbox label {
    width: calc(100% - 20px);
    padding-left: 5px;
    cursor: pointer;
	font-size: 13px;
}

.auth-form .form-submit {
    width: 100%;
    clear: both;
    /* float: left; */
    margin-top: 0;
}

.auth-form .form-submit .btn {
    width: 100%;
    height: 38px;
	background: #fa0902;
	border: solid 1px #fa0902;
	text-transform: uppercase;
	font-weight: 600;
}

.auth-form .form-group label a {
    color: #1da64c;
}
.title_dulich {
	text-align: center;
	font-size: 20px;
	color: #f00;
	font-weight: 600;
	padding: 5px 0 10px 0;
}
.auth-form .form-group5 {
	width: 49%;
	display: inline-block;
}
.auth-form .form-group5.checkbox .btn-checkbox {
    float: left;
    height: 20px;
	width: 20px;
}
.auth-form .form-group5 label {
	padding: 0 0 0 5px;
}
.auth-form .form-group5 a{
	text-align: right;
}
.auth-form .form-group6 {
	width: 49%;
	display: inline-block;
	text-align: right
}





@media (max-width:550px) {
	.auth-image img {
		width: 80%;
	}
	.auth-right {
		width: 100%;
	}
	.auth-left {
		width: 100%;
	}
	.box-auth {
		padding: 0px 0;
	}
	.box-center__body {
		padding: 0;
	}
	.padding_none {
		padding: 0;
	}

}





