.login {
    background-color: #FFFFFF!important;
}

    .login .logo {
        margin: 60px auto 0;
        padding: 15px;
        text-align: center;
    }

    .login .content {
        background-color: #e6e7e7;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        width: 400px;
        margin: 40px auto 10px;
        padding: 10px 30px 30px;
        overflow: hidden;
        position: relative;
    }

        .login .content h3 {
            color: #4db3a5;
            text-align: center;
            font-size: 28px;
            font-weight: 400!important;
        }

        .login .content h4 {
            color: #555;
        }

        .login .content .hint {
            color: #999;
            padding: 0;
            margin: 15px 0 7px;
        }

        .login .content .dealer-form, .login .content .login-form, .brand-form {
            padding: 0;
            margin: 0;
        }

        .login .content .form-control {
            background-color: #FFFFFF;
            height: 43px;
            color: #777777;
            border: 1px solid #FFFFFF;
        }

            .login .content .form-control:active, .login .content .form-control:focus {
                border: 1px solid #F2784B;
            }

            .login .content .form-control::-moz-placeholder {
                color: #777777;
                opacity: 1;
            }

            .login .content .form-control:-ms-input-placeholder {
                color: #777777;
            }

            .login .content .form-control::-webkit-input-placeholder {
                color: #777777;
            }

        .login .content select.form-control {
            padding-left: 9px;
            padding-right: 9px;
        }

        .login .content .dealer-form, .login .content .register-form, .brand-form {
            display: none;
        }

        .login .content .form-title {
            font-weight: 300;
            margin-bottom: 25px;
        }

        .login .content .form-actions {
            clear: both;
            border: 0;
            padding: 25px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}

    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa!important;
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px;
    }

        .login-options .social-icons li a {
            border-radius: 15px!important;
            -moz-border-radius: 15px!important;
            -webkit-border-radius: 15px!important;
        }

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .dealer-form .form-actions, .brand-form {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px!important;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px!important;
    color: #747474;
    background-color: #fff;
    border: none;
}

    .login .content .form-actions .btn-default:hover {
        /*background-color: #fafaff;*/
        color: #f2784b;
    }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.login .content .check {
    color: #777777;
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
}

.login .content .create-account {
    margin: 0 -40px -30px;
    padding: 15px 0 17px;
    text-align: center;
    background-color: #747474;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .login .content .create-account > p {
        margin: 0;
    }

    .login .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #c3cedd;
    }

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #777777;
    font-size: 13px;
}

@media (max-width:440px) {
    .login .content, .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}


/*************************************/

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
}

.font-yellow-casablanca {
    color: #f2784b !important;
}

.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat!important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(../img/remove-icon-small.png)!important;
}

body {
    color: #333;
    padding: 0!important;
    margin: 0!important;
    direction: "ltr";
    font-size: 14px;
}

.display-hide, .display-none {
    display: none;
}

.control-label {
    margin-top: 1px;
    font-weight: 400;
}

    .control-label .required, .form-group .required {
        color: #e02222;
        font-size: 12px;
        padding-left: 2px;
    }
	
.form-control {
    outline: 0!important;
}

    .form-control.height-auto {
        height: auto;
    }

a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}

.visible-ie8 {
    display: none;
}

.ie8 .visible-ie8 {
    display: inherit!important;
}

.visible-ie9 {
    display: none;
}

.ie9 .visible-ie9 {
    display: inherit!important;
}

.hidden-ie8 {
    display: inherit;
}

.ie8 .hidden-ie8 {
    display: none!important;
}

.hidden-ie9 {
    display: inherit;
}

.ie9 .hidden-ie9 {
    display: none!important;
}

.btn {
    outline: 0!important;
}

    .btn:hover {
        transition: all .3s;
    }

    .btn:not(.btn-sm):not(.btn-lg) {
        line-height: 1.44;
    }

.btn.yellow-casablanca:not(.btn-outline) {
        color: #fff;
        background-color: #f2784b;
        border-color: #f2784b;
    }

        .btn.yellow-casablanca:not(.btn-outline).focus, .btn.yellow-casablanca:not(.btn-outline):focus {
            color: #fff;
            background-color: #ff7e2b;
        }

        .btn.yellow-casablanca:not(.btn-outline).active, .btn.yellow-casablanca:not(.btn-outline):active, .btn.yellow-casablanca:not(.btn-outline):hover, .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
            color: #fff;
            background-color: #ff7e2b;
            border-color: #ee4d12;
        }

            .btn.yellow-casablanca:not(.btn-outline).active.focus, .btn.yellow-casablanca:not(.btn-outline).active:focus, .btn.yellow-casablanca:not(.btn-outline).active:hover, .btn.yellow-casablanca:not(.btn-outline):active.focus, .btn.yellow-casablanca:not(.btn-outline):active:focus, .btn.yellow-casablanca:not(.btn-outline):active:hover, .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle.focus, .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:focus, .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:hover {
                color: #fff;
                background-color: #d74510;
            }

        .btn.yellow-casablanca:not(.btn-outline).active, .btn.yellow-casablanca:not(.btn-outline):active, .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
            background-image: none;
        }

        .btn.yellow-casablanca:not(.btn-outline).disabled.focus, .btn.yellow-casablanca:not(.btn-outline).disabled:focus, .btn.yellow-casablanca:not(.btn-outline).disabled:hover, .btn.yellow-casablanca:not(.btn-outline)[disabled].focus, .btn.yellow-casablanca:not(.btn-outline)[disabled]:focus, .btn.yellow-casablanca:not(.btn-outline)[disabled]:hover, fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline).focus, fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):focus, fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):hover {
            background-color: #f2784b;
            border-color: #f2784b;
        }

        .btn.yellow-casablanca:not(.btn-outline) .badge {
            color: #f2784b;
            background-color: #fff;
        }

    .btn.btn-outline.yellow-casablanca {
        border-color: #f2784b;
        color: #f2784b;
        background: 0 0;
    }

        .btn.btn-outline.yellow-casablanca.active, .btn.btn-outline.yellow-casablanca:active, .btn.btn-outline.yellow-casablanca:active:focus, .btn.btn-outline.yellow-casablanca:active:hover, .btn.btn-outline.yellow-casablanca:focus, .btn.btn-outline.yellow-casablanca:hover {
            border-color: #f2784b;
            color: #fff;
            background-color: #f2784b;
        }

    .btn.yellow-casablanca-stripe {
        border-left: 4px solid #f2784b!important;
    }
	
.btn:not(.btn-sm):not(.btn-lg) {
	line-height: 1.44;
}	
	
.uppercase {
    text-transform: uppercase!important;
}

.btn, .form-control {
    box-shadow: none!important;
}