@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

html, body {
    font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
    background-color: #000000;
    width: 100%;
    height: 100%;
}

a {
    color: rgba(255, 255, 255, .6);
}

a:hover {
    color: rgba(255, 255, 255, 1);
}

.overlay {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.main {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 50px 0;
}

.container {
    max-width: 560px;
}

.logo {
    text-align: center;
    margin-bottom: 30px;
}

.help-block {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 25px;
}

.registration {
    padding: 50px 60px;
    margin: 40px;
    text-align: center;
    border-radius: 15px;
    background-color: #ffaf00;
    color: #fff;
}

.registration h2 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 0;
}

.registration h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}

.registration form input, .registration form select {
    font-size: 15px;
    border-radius: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 34px;
}

.big-girl {
    background-image: url("../img/girl_big.png");
}

.prompt-text {
    color: #999999;
}

.field-clients-agreement {
    text-align: left;
}

.field-clients-agreement input[type=checkbox] {
    margin-bottom: 0;
    height: auto;
}

.submit-btn {
    margin: 0;
    border-color: #3e951b;
    background-color: #4dbe21;
    padding: 12px 20px;
    width: 100%;
}

.btn-success {
    background-color: #4dbe21;
    border-color: #3e951b;
}

.help-block {
    font-size: 12px;
    text-align: left;
}

.has-error .help-block {
    color: #ff0000;
}

.has-error .form-control {
    border-color: #f10705;
}

.error-summary {
    color: #f15f5c;
}

.reg-area label {
    display: inline-flex;
    align-items: center;
}

.reg-area label input {
    margin-right: 5px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.reg-area hr {
    margin-left: 40px;
    margin-right: 40px;
}

@media (max-width: 480px) {
    .registration {
        padding: 30px 40px;
        margin: 20px;
        border-radius: 10px;
    }
}
