.auth-form {
	width: 535px;
    margin: 50px auto;
    padding: 23px 30px 30px 30px;
    text-align: center;
    cursor: default;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.auth-title {
	display: block;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 400;
}

.auth-form .auth-input {
	margin-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    -webkit-box-align: center;
    -webkit-box-pack: start;
}

.auth-form .auth-input input {
	box-sizing: border-box;
    width: 100%;
    height: 49px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 400;
    border: 0;
    border-radius: 5px;
    background-color: #e9e9e9;
}

.auth-submit {
	padding: 16px 80px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    border: none;
    border-radius: 50px;
    background-color: #ffc33e;
    line-height: 17px;
    font-size: 16px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.auth-submit:hover {
	color: #fff;
    background-color: #4e81aa;
}

.error-block {
	color: #ff8e4f;
    font-size: 12px;
}

.error-block {
	margin-top: -6px;
	margin-bottom: 12px;
}

.bx-authform {
    padding: 50px 75px 40px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
    box-shadow: 0px 12px 19px rgba(35, 48, 83, 0.07);
}

.main.personal {
    display: flex;
    justify-content: center;
    align-content: center;
}

.bx-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}

.bx-authform input:not([type=submit]) {
    height: 49px !important;
    background: #e9e9e9 !important;
    border: none !important;
    padding-left: 20px !important;
}

.bx-authform .btn-primary {
    display: flex;
    align-content: center;
    justify-content: center;
    background: #E30513 !important;
    width: 200px;
    height: 49px;
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}