/************************************************
 *  General
 ***********************************************/
html,
body {
    height: 100%;
}


body {
    padding-top: 10%;
    background-color: #f5f5f5;
}

.honda-container {
    background-image: linear-gradient(#fff, #ccc);
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    min-width: 300px;
    max-width: 380px;
    margin: auto;
}

.wide-container {
    max-width: 900px;
}


.honda-logo {
    margin: 20px 35px;
}

.text-disabled {
    color: #ccc;
}

/************************************************
 *  Wrapper when just displaying a simple message instead of a form, etc.
 ***********************************************/
.honda-info-box {
    padding: 0 25px 25px 35px;
}

/************************************************
 *  Errors
 *  
 ***********************************************/
.honda-error-info-box {
    padding: 0 25px 25px 35px;
}

/* some errors are long strings. This will force wrap them */
.hardwrap {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

/* For WebSEAL */
.wide-error {
    max-width: 900px;
}


.wide-error h1 {
    font-size: 1.8em;
    color: #dc3545;
}

.wide-error h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

.wide-error li {
    margin: 10px 0;
}

#error_code {
    margin: 5px 0 0 0;
    text-align: right;
    font-size: .8em;
    color: #777;
    font-style: italic;
}

/* Bootstrap popover */
.popover {
    min-width: 360px;
}

.popover ul {
    padding: 0 0 0 15px;
}

/************************************************
 *  Login
 ***********************************************/
.form-signin {
    width: 100%;
    padding: 0 35px 20px 35px;
    margin: auto;

}

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

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

.form-control {
    margin: 10px 0;
}

.sign-in-button {
    margin: 20px 0 10px 0;
}

.honda-lower-alert {
    max-width: 600px;
    text-align: center;
    margin: 45px auto 45px auto;
}

.honda-upper-alert {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 45px auto;
}



/************************************************
 *  OTP
 ***********************************************/

.form-otp {
    max-width: 900px;
    padding: 0 35px 20px 35px;
    margin: auto;
}

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

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

.otp-container {
    max-width: 900px;
}

#otp-preferences {
    padding: 20px;
    margin: auto;
    border-top: 1px solid #ccc;
}


/* Show/Hide Password */

input.form-control-password-show-hide::-webkit-textfield-decoration-container {
    margin-right: 25px;
}

#password-eye-icon {
    margin-left: -35px;
    cursor: pointer;
}

.form-control-password-show-hide {
    position: static !important;
    display: inline-block;
}

input.form-control-password-show-hide::-ms-clear {
    display: none;
}

input.form-control-password-show-hide::-ms-reveal {
    display: none;
}


.hide {
    display: none;
}

.iti__flag-container {
    z-index: 20;
}

.iti {
    width: 100%;
}

.iti__country-list {
    max-height: 350px !important;
}

.col-form-label {
    padding: 0;
    margin: auto;
}

.info {
    padding: 40px 0 0 0;
    color: #777;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ccc;
    border-color: #ccc;
}



.forgottext {
    font-size: .7em;
    float: right;
    margin: -5px 0 10px 0;
}

#forgotDropdown {
    display: none;
}

.showForgot {
    display: block !important;
}

#terms-link {
    margin-top: 60px;
    text-align: center;
    font-size: 85%;
}


/************************************************
 *  Maintenance Mode
 ***********************************************/

.maintenance h1 {
    font-size: 1.4em;
    color: #333;
}

.maintenance h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

.maintenance li {
    margin: 10px 0;
}



/************************************************
 *  Preferences
 ***********************************************/
.verify-button {
    width: 100px;
}

.authenticator-text {
    font-size: 14px;
}

.authenticator-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}

#mobileNumber {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#smsVerifyButton {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

form input[type="email"] {
    text-transform: lowercase;
}


form input[type="email"].valid::-ms-clear {
    margin-right: 25px;
}

form input[type="tel"].valid::-ms-clear {
    margin-right: 25px;
}

input.valid::-webkit-textfield-decoration-container {
    margin-right: 25px;
}

.validated-checkmark {
    margin-left: -40px;
    z-index: 20;
    color: #5cb85c;
    font-size: 32px;  
    margin-bottom: -2px;
}

#email-validated-checkmark {
    margin-top: 7px;
    padding-right: 9px;
}

#verifyError {
    color: red;
}

/* removes large input focus border shadow */
input:focus, input.form-control:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.preferences {
    padding-top: 0px;
}

.disabled{
    pointer-events: none;
}
