body .bg, body {
    background: #101010;
}

body, html, .bg, .container {
    height: 100%;
}

form {
    padding: 15px;
    margin: 50px auto 0;
}

[required] {
    border-color: #ff9999;
}

h1 {
    font-size: 18px;
    color: #428bca;
}

h1 span {
    color: #ddd;
    font-weight: bold;
    line-height: 1;
}

.login-form input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.login-form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-form input[type="email"] {
    margin-bottom: 10px;
}

form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form .form-control:focus {
    z-index: 2;
}

.move-right {
    float: right;
}

a.move-right {
    margin-top: 8px;
}

#RegistrationForm_phonePrefix {
    width: 100%;
    text-align: center !important;
    border: 0 !important;
}

.control-label {
    color: #fff;
    text-align: left;
}

.form-control:not(textarea) {
    height: 60px !important;
}

.club-name {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f0eb;
}

.register-btn {
    margin-top: 10px;
    font-size: 40px !important;
    min-height: 120px;
}

.g-recaptcha * {
    margin: 0 auto;
}

.label {
    font-size: 16px;
    display: block;
    text-align: left;
}


.hint {
    color: #fff;
    padding: 0px;
}

.input-group-addon {
    width: 55px;
}

.lock {
    background-color: rgba(0, 0, 0, 0.49);
}

#sig-canvas {
    touch-action: none !important;
}

canvas {
    touch-action: none !important;
}


.form-horizontal label {
    font-weight: 100;
    padding-left: 5px;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-horizontal .form-control {
    margin-bottom: 10px;
}

.form-horizontal .input-group .form-control {
    margin-bottom: 0 !important;
}

.form-horizontal .help-block.error, .form-horizontal .help-inline.error {
    display: none;
}

.help-block {
    font-size: 11px;
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none;
}

.input-group {
    width: 100%;
    margin-bottom: 10px;
}

.signup {
    background: #101010;
}

.pre-register {
    padding-top: 100px;
    padding-bottom: 100px;

    vertical-align: middle !important;
}

.checkbox * {
    color: #fff7f7;
}

#ski-limited-container .checkbox i {
    color: #000;
}

#ski-limited-container .consent-name {
    color: #000;
}

#ski-limited-container .checkbox .hint {
    color: rgba(0, 0, 0, 0.9) !important;
    font-weight: 300;
}

.alert-danger {
    background-color: red;
    color: #fff !important;
}

.alert-danger a {
    color: #fff !important;
}

.club-name {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    border-bottom: 0;
}

* {
    border-radius: 0 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}