html, body {
    min-height: 100%;
}

body {
    background-color: #CBD2DC;
    color: #333;
    font-family: 'FordF1', Roboto, Arial, sans-serif;
}

* {
    font-family: 'FordF1', Roboto, Arial, sans-serif;
}

.row-centered { text-align: center; }
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.otosanLogo {
    margin: 0 auto;
    max-width: 90%;
    height: auto;
}

.otosanLogoWrapper {
    text-align: center;
    margin: 34px 0 15px 0;
}

.row > [class*='col-'] { padding-top: 1px; }
.warningRow > [class*='col-'] {
    font-size: .8em;
    padding: 24px 15px 0 15px !important;
}

.login-container {
    background-color: #F0F0F0;
    position: relative;
    border-radius: 16px;
    box-shadow: -1px 2px 15px 10px rgba(0,0,0,.39);
}

.text-danger {
    font-size: 1.3em !important;
    font-weight: 500;
}

.footerLogo {
    padding-top: 12px;
    margin-bottom: 20px;
}

.with-errors { margin-left: 42px; }
.form-group { position: relative; }
.input-group-addon {
    min-width: 46px;
    background: #eee;
}
.input-group-addon svg {
    width: 17px;
    height: 17px;
    display: block;
    margin: 0 auto;
    fill: #EC971F;
}

.form-control.input-lg {
    height: 46px;
    font-size: 18px;
}

.btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.account-link {
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}
.account-link:hover, .account-link:focus {
    color: #333;
    text-decoration: underline;
}
.account-link svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    vertical-align: -2px;
    margin-right: 3px;
}

.alert-login {
    margin-bottom: 12px;
}

.registration-title {
    margin: 0 0 18px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.registration-note {
    color: #555;
    font-size: 13px;
    margin: 4px 0 14px;
    text-align: center;
}

.password-grid .form-group {
    margin-bottom: 15px;
}

#footerLogoRow { min-height: 58px; }

@media only screen and (min-width: 992px) {
    .login-container { margin-top: 100px !important; }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .login-container { margin-top: 25px !important; }
    #FordLogo { margin-right: 25px !important; }
}

@media only screen and (max-width: 767px) {
    .login-container {
        width: 99vw;
        margin-top: 0 !important;
        border-radius: 0;
        box-shadow: none;
    }
    .help-block { display: none; }
    .form-group { margin-bottom: 8px; }
    .otosanLogoWrapper {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    #footerLogoRow { margin-top: 8px; }
    .warningRow > [class*='col-'] { padding-top: 12px !important; }
    .mobile-link-left, .mobile-link-right { text-align: center !important; margin-bottom: 8px; }
}

/* Unified geometry for login, registration and password recovery forms */
.login-container .form-group {
    margin-bottom: 12px;
}

.login-container .input-group {
    width: 100%;
    border-collapse: separate;
}

.login-container .input-group-addon {
    width: 46px;
    height: 46px;
    padding: 0;
    vertical-align: middle;
    border-radius: 5px 0 0 5px;
}

.login-container .input-group .form-control.input-lg {
    height: 46px;
    min-height: 46px;
    padding: 10px 14px;
    line-height: 24px;
    border-radius: 0 5px 5px 0;
}

.login-container select.form-control.input-lg {
    height: 46px;
    min-height: 46px;
    padding: 10px 14px;
    line-height: 24px;
    border-radius: 5px;
}

.login-container .alert-login {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-container .btn {
    border-radius: 5px;
}
