/*@font-face {
    font-family: 'Nissan Brand';
    src: url('../fonts/nissan-brand/NissanBrand-Regular.ttf');
    font-weight: 400;
}*/

.navbar {
    border-radius: 0;
}/*
.navbar-default .navbar-brand {
    font-size: 14px;
    line-height: inherit;
}
.navbar-default .navbar-brand a {
    color: #ffffff;
}
.navbar > .container-fluid .navbar-brand.navbar-brand-logo {
    background-image: url("/custom/Nissan/_common/misc/image/nissan_logo.png");
    background-repeat: no-repeat ;
    background-size : auto 50px;
    background-position: left center;
    margin-left: 50px;
    width: 50px;
}
.navbar-right,
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}*/
.form-control-feedback > .fa {
    line-height: 38px;
}
.ui-widget-header {
    background-color: #0073BF;
    background-image: none;
    border-color: #0073BF;
}
.ui-widget-content {
    border-color: #0073BF;
}

.input-group-btn .btn-default {
    border-color: #CCCCCC;
    border-left:none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-btn .btn-default:hover{
    border-left:none;
    background-color: #FFFFFF;
}

.cont-authorize .logo {
    background-repeat: no-repeat;
    background-size: auto 75px;
    background-position: center center;
    width: 107px;
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(20px + (40 - 20) * (100vw - 1366px) / (1920 - 1366));
    margin-bottom: 20px;
    padding-left: 3px;
}

.cont-authorize .title {
    text-transform: uppercase;
    font-family: 'Nissan Brand';
    font-size: 38px;
    line-height: 38px;
    margin-top: 30px;
}

.cont-authorize .well-white {
    background-color: inherit;
    border-color: #fff;
    margin-left: -25px;
    margin-top: -5px;
}

.cont-authorize .well-white .form-group {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.cont-authorize .well-white .form-group .input-group .input-group-addon {
    background-color: inherit;
    border-color: #fff;
    margin-right: 10px;
}

.cont-authorize .well-white .form-group .input-group {
    margin-bottom: 10px;
}

.cont-authorize .well-white .form-group .cont-button {
    margin-top: 20px;
    width: 90%;
    float: right;
}

.cont-authorize .well-white .form-group .cont-button .btn {
    font-family: 'Nissan Brand';
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    height: 40px;
    border-radius: 18px;
}

.cont-authorize .support {
    font-family: 'SF Pro Text';
    font-size: 20px;
    line-height: 24px;
    margin-left: 18px;
    margin-top: 20px;
}

.cont-authorize .support a {
    font-family: 'Nissan Brand';
    font-size: 26px;
    line-height: 38px;
}

.cont-authorize #login.invalid, .cont-authorize #pass.invalid {
    border: 1px solid #EC3640;
    box-shadow: none;
}

.cont-authorize .cont-error {
    display: none;
}

.cont-authorize .cont-error .input-group {
    margin-top: 15px;
}

.cont-authorize .cont-error img {
    margin-left: 3px;
    margin-top: -9px;
}

.cont-authorize #error {
    font-family: 'SF Pro Text';
    font-size: 14px;
    line-height: 17px;
    color: #EC3640;
    float: left;
}


.cont-login-as #login_as, .cont-login-as #service_key {
    text-align: center;
    float: none;
    margin: 0 auto;
}

.cont-login-as #service_key {
    margin-top: 50px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
}

.cont-login-as #service_key .form-group .col-xs-8 {
    text-align: center;
    margin-left: calc(220px + (295 - 220) * (100vw - 1366px) / (1920 - 1366));;
}

.cont-login-as #service_key .btn {
    width: 370px !important;
    font-family: 'Nissan Brand';
    font-size: 18px;
    line-height: 26px;
    background-color: inherit;
    border-color: #5ba3d4;
    color: #5ba3d4;
    border-radius: 18px;
    margin-bottom: 18px;
}

.cont-login-as #service_key #submit {
    margin-top: -20px;
    margin-bottom: 100px;
}

.cont-login-as #service_key #submit .btn {
    text-transform: uppercase;
    background-color: #0073BF;
    color: #fff;
}

.cont-login-as #login_as .chzn-container {
    width: 370px;
    height: 40px;
}

.cont-login-as #login_as .form-group {
    margin-top: -20px;
    padding: 0px;
    margin-left: -100px;
}

.cont-login-as #service_key .form-group {
    margin-left: calc(-50px - (70 - 50) * (100vw - 1366px) / (1920 - 1366));
}

.cont-login-as #login_as .control-label {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Nissan Brand';
    font-weight: normal;
    margin-top: -5px;
}

.cont-login-as #login_as .col-xs-10 {
    text-align: left;
    padding-left: 30px;
}
