﻿.register-page {
    width: 100%;
}
.register-form {
    background: #fff;
    margin: 30px auto;
    padding: 30px 50px;
    width: 440px;
}
.form-header h2 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 4px;
    color: #333;
}
.form-header p {
    color: #999999;
    line-height: normal;
    margin-bottom: 16px;
}
.form-control, .select2-container .select2-selection--single {
    height: 40px;
    font-size: 14px;
    border-radius: 2px;
    outline: none;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}
.select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #e0e0e0;
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.u-checkbox-square input[type=checkbox] + label span {
    color: #5e5e5e !important;
    font-size: 13px;
    line-height: 1.4;
}
.register-btn {
    display: block;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    outline: none;
}
.register-btn:hover {
    opacity: .8;
}
.error-text {
    color: #fd5151;
    margin-bottom: 0;
}
.mb-16 {
    margin-bottom: 16px;
}