.retry-btn{
	background: #00a8ec;
    font-family: 'bold';
    font-size: 16px;
    letter-spacing: 1.5px;
    border: none;
    color: #fff;
    float: left;
    padding: 10px;
    /*max-width: 206px;*/
    display: block;
    margin-left: 50%;
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.retry-btn:hover{
    background: #0a1971;
}
em.timer{font-style:initial;}

.terms-container ul{list-style-type: square!important;padding: 5px 0px 10px 25px;}
.logo.errorpage img{max-height:92px;}
.logo.starbucks{margin-left: 1.5%;}
/*.field.req.checkBox.starbucks{margin:20px 0px;}*/

@media screen and (max-width:992px){
    .field.empty{display:none!important;}
    .field.req.checkBox.starbucks label{float:right;}
}

.leftForm::after {
    content: "";
    display: table;
    clear: both;
}
.leftForm .formBox .submit_button{
    margin-bottom: 0px;
}

.mainWrapper figure.hotspot-logo {
    text-align: center;
}

@media screen and (min-width:769px){
    .promoBanner img{
        width: 100%;
        max-width: 769px;
    }
}

.error-container, .error-container em em {
    width: 100%!important;
    margin-bottom: 0!important;
}
.error-container em {
    position: relative;
    /*margin-bottom: 0!important;*/
}
@media screen and (min-width:991px){
    .error-container {
        min-height: 26px;
    }
}

em.error > em.error {
    margin-bottom: 0!important;
}

@media screen and (max-width:992px) {
    .connectTo:not(.social_login) .loginBox .leftForm {
        margin-top: 20px;
    }
}

@media screen and (min-width:993px) {
    .leftForm.captchaForm .formBox .field.captcha {
        width: calc(50% - 35px);
        margin-right: 45px;
        position: relative;
    }
}
@media screen and (max-width:992px) {
    .leftForm.captchaForm .formBox .field.captcha {
        width: calc(100% - 50px);
        margin-right: 0;
        position: relative;
    }
}

.formBox .cf:nth-child(odd) {
    clear: left;
}

.formBox .cf:nth-child(even) {
    clear: right;
}

.field.captcha {
    background-color: #fff;
    border: 1px solid #c3c5c8;
    color: #6c6a6a;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-style: italic;
    padding: 2px 8px;
    height: 44px;
    text-align: center;
}

.field.captcha img{
    width: auto;
    max-width: 100%;
    height: 40px;
}

a.captcharef {
    background: url(../images/generate-icon.png) no-repeat;
    display: block;
    margin-top: 2px;
    position: absolute;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 7px;
    right: -34px;
}

@media screen and (min-width:769px){
    .promoBanner a {
        display: inline-block;
        margin-right: -40px;
        margin-left: -40px;
    }
}

h2.terms-logo img {
    max-height: 90px;
    width: auto;
    max-width: 100%;
}

.socialBox i.icon-google:before {
    content: '' !important;
}

.socialBox i.icon-google:after {
    background-image: url('../images/btn_google_dark_normal_ios.svg');
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: #4285f4 !important;
}

.errorPopup.successLogin {
    height: auto;
    margin-top: -190px;
}

.popUp .popUpLogo{
    min-height:20px;
}

.errorPopup .bottomContent {
    margin-top: 25px;
    padding-top: 25px;
}

.theForm .formBox #login-accept_terms .field.checkBox {
    float: none;
}