/*** Auth ***/
.vertical-form.october .form-control {
    margin: 10px 0 !important;
}


/*** Front end ***/

#layout-header {
    margin-bottom: 15px;
}

.navbar-logo {
    padding-top: 15px;
    transition: color 0.2s ease 0.05s;
    max-height: 70px;
}

.formbuilder-notice-container {
    /*margin-top: 10px;
    margin-bottom: -25px !important;*/
}

#btn-submit, #success, .jumbotron .icon {
    display: none;
}

#form-wrapper {
    display: none;
    margin: 20px auto 40px auto;
}

#form-wrapper label {
    display: block;
}

#form-wrapper input, #form-wrapper select, #form-wrapper textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#form-wrapper input[type=checkbox] {
    display: inline;
    width: auto;
}

#form-wrapper .radio-group label, #form-wrapper .checkbox-group label {
    display: inline;
}

#form-wrapper input[type="radio"] {
    width: auto;
}

#form-wrapper select {
    min-height: 30px;
    line-height: 30px;
}

#form-wrapper p {
    font-size: 1.2em;
}

#form-wrapper .info {
    padding: 10px 20px;
    background: #eee;
    border: 1px solid #ddd;
    line-height: 200%;
    border-radius: 5px;
    margin-bottom: 20px;
}

#form-wrapper .info .notice {
    color: red;
}

#success, #success span {
    font-size: 2em;
}

#footer {
    text-align: center;
}

.rendered-form label div:last-of-type {
    display: inline-block;
}

body .layout-row, body.outer .layout >.layout-row.layout-head {
    background: none;
}

body.outer .layout >.layout-row.layout-head >.layout-cell:after {
    display: none;
}

body.outer .layout >.layout-row.layout-head >.layout-cell {
    padding: 25px 0;
}

body.outer.login-pages {
    background-image: url(../images/bg/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.login-box {
    width: 50%;
    height: 30%;
    margin: 10% auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    max-width: 650px;
}

.login-box-right {
    width: 50%;
    height: 100%;
    background: #fff;
    max-width: 650px;
    float: right;
}

.form-control::placeholder {
    color: #666;
}

body.outer .layout >.layout-row >.layout-cell .outer-form-container h2 {
    font-size: 15px;
}

body.outer .layout >.layout-row >.layout-cell .outer-form-container h2,
body.outer .layout >.layout-row >.layout-cell .outer-form-container .forgot-password a,
body.outer .layout >.layout-row >.layout-cell .outer-form-container .forgot-password:before {
    color: #222;
}

#register-form .btn-default {
    margin-right: 10px;
}

#register-form label {
    display: none;
}

@media only screen and (max-width: 768px) {
    .login-box {
        width: 90%;
        margin: 20% auto;
        background: rgba(255, 255, 255, 0.85);
    }

    .login-box-right {
        width: 100%;
        height: 100%;
        background: #fff;
        float: none;
        max-width: 100%;
    }

    .oc-logo {
        height: 80% !important;
    }

    #register-form .outer-form-container {
        padding: 10px;
    }
}