.bx-auth-reg {
	max-width: 600px;
    margin: 100px auto;
    width: 100%;
}

.bx-auth-reg-note {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 30px;
}

.bx-auth-reg form {
	background: #fff;
    margin: 0;
    padding: 40px;
    border-radius: 10px;
}

.bx-auth-reg-label {
    color: #384652;
    font-size: 16px;
    margin-bottom: 8px;
}

font.errortext {
	margin-top: -30px;
    display: table;
}


.bx-auth-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 10px;
    background: #fff !important;
    outline: 0;
    margin-bottom: 20px;
}

.btn.btn-primary {
    background: #779fc1;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 15px;
    transition: 0.3s ease;
    max-width: 100%;
}

.btn.btn-primary:hover {
	background: #527696;
	cursor: pointer;
}

a {
	font-size: 17px;
    color: #527696;
}