body {
    background: #050505
}
.register-girl img {

    /*height: 820px;*/

    width: 100%;
    margin-top: -50px;
}
.navbar-default {
   display: none;
}

.register-title {
    margin-top: 30px;
    color: #6bb57e;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Roboto",sans-serif;
    font-weight: normal;
}
.r-logo {
    margin-top: 30px;
    max-width: 500px;
}
.r-logo-text {
    width: 70%;
    max-width: 500px;
}
.sub-title {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #9ad0f8;
    font-size: 24px;
    text-align: center;
}

.register-form {
    margin: 20px auto;

    height: 625px !important;
    max-width: 600px;

    /*background: #fff;*/
    padding: 20px 11px;
    /* border-radius: 3px; */
    /*box-shadow: 3px 2px 2px #222;*/

}
.form-group label {
    color: #cacaca;
}

.form-group {
    margin-top: 0px;
    margin-bottom: 5px;
}
.submit-form, .redirect-link {
    width: 100%;
}
.form-control {
    border-color: #8c8c8c;
}
.form-group .description {
    font-size: 12px;
    color: #ff2c37;
    text-indent: 10px;
    margin-top: 5px;
}
.model-release {
    margin: 5px;
}
.model-release-subsection {
    margin: 5px;
    font-weight: 700;
}
.terms label{
    color: #212121 !important;
}
.wire {
    background: url("/images/wire-transfer-logo.png") no-repeat;
    height: 100%;
    background-size: 100%;


    background-size: 70%;
    background-position-x: 15%;
    background-position-y: 50%;

}
.payoneer {
    background: url("/images/logo-payoneer.png") no-repeat;
    height: 100%;
    background-size: 100%;
    height: 100%;
    background-size: 70%;
    background-position-x: 15%;
    background-position-y: 50%;


}
.bank {
    height: 80px;
    background: #252525;

}
.control-label {
    text-align: left !important;
    color: #cacaca !important;
    margin-bottom: 5px !important;
}
.benefits {
    margin-top: 280px;
    /*background: #fafafa;*/
    height: 120px;
    font-size: 12px;
    font-weight: bold;
    color: #d3d3d3;
}
.benefits i {
    color: #11ff50;
    vertical-align: middle !important;
}
.item-title {
    background: #151515;
    text-align: center;

    font-size: 15px;
    font-weight: bold;
    min-height: 35px;
    line-height: 35px;
}


.benefits .item {

    background: #151515;
    /*text-align: center;*/
    margin: 20px 0;
    padding-left: 10px;
    min-height: 35px;
    line-height: 35px;
}

.legal {
    margin-top: 20px;
    text-align: center;
}
.input-field i {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
.input-field input {
    width: calc(100% - 40px);
    float: left;
}
button.submit-studio {
    width: calc(100% - 40px);
    margin-top: 20px;
}