.login-container {
    max-width: 440px;
    min-height: 400px;
}
.capitalize {
    text-transform: capitalize;
}
a {
    font-size: inherit;
}
h3 {
    border-bottom: none;
    margin-bottom: 15px;
}
.forgot-password-container {
    padding-top: 16px;
}
.dont-have-accoutn-msg {
    padding-top: 16px;
}
.header {
    min-width: 0;
}
.cpLoginHeader {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    margin-top: 0;
}
.brandarea {
  flex: 1;
}

.cpLoginHeader .headerUtility { 
    top: 0;
    line-height: 0;
    position: unset;
    margin-right: 20px;
    text-align: right;
    flex: 1;
}

.cpLoginHeader .logo {
  margin-top: 0;
}
  

#foot {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    font-size: 13px;
    color: inherit;
    position: absolute !important;
    height: 114px;
    bottom: 0;
    left: 0;
    min-width: 0;
}
#foot a {
    color: #53768a;
}
#foot div,
#foot span,
#foot a {
    font-size: 13px;
}
.complete-wrapper {
    min-height: 100%;
    position: relative;
}
.complete-content {
    padding-bottom: 100px;
}
#change_lang {
    padding-left: 0 !important;
    float: right;
}
#change_lang .country {
    padding-top: 0 !important;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: transparent;
}
#loginbg {
    background-color: transparent;
}
@media screen and (max-width: 600px) {
    #foot div,
    #foot span,
    #foot a {
        font-size: 10px;
        padding-bottom: 9px;
    }
    .cpLoginHeader .headerUtility a {
        font-size: 10px;
    }
    .cpLoginHeader .logo {
        margin-left: 15px;
    }
    .bmwLoginHeader {
        min-width: 0;
    }
    .bmwLoginHeader .headerUtility {
        right: 9px;
    }
    .bmwLoginHeader .logo {
        margin-left: 16px;
    }
}
.has-error span, .has-success span {
    font-size: 16px;
}
.has-success span {
    margin-top: 10px;
	display: inline-block;
	text-align: center;
}
.col-md-12 {
    margin-bottom: 1em;
}
.site-utility {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
}
.bmwLoginHeader {
    min-width: 0;
    border-bottom: 1px solid #859ca9;
}
h1.forgotPrompt {
	font-size: 16px;
    line-height: 1.42857143;
    color: #333231;
    font-weight: normal;
}
#login_step_box {
	margin-bottom: 100px;
}

/* dbansal:CPSRV-8846 */
#btn_reset_password {
    margin-top: 16px;
}