
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: arial;
}

body {
    background: #fff;
    background-image: url(../images/background/bg-login-2.jpg);
}

.login-form {
    width: 350px;
    padding: 40px 30px;
    background: #fdfdfd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 50px;
    border: none;
    padding: 5px 7px 5px 15px;
    background: #fff;
    color: #666;
    border: 2px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-control:focus, .form-control:focus + .fa {
    border-color: #10CE88;
    color: #10CE88;
}

.form-group .fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #999;
}

.log-status.wrong-entry {
    -moz-animation: wrong-log 0.3s;
    -webkit-animation: wrong-log 0.3s;
    animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
    border-color: #ed1c24;
    color: #ed1c24;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.log-btn-aqua{
    background-color: #7383BF;
}

.log-btn {
    line-height: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.log-btn:hover{
    text-decoration: none;
    cursor: pointer;
}

.link {
    text-decoration: none !important;
    color: #999999;
    float: right;
    font-size: 12px;
    margin-bottom: 15px;
}
.link:hover {
    text-decoration: underline;
    color: #8C918F;
}

.language-selector{
    margin-top: 15px;
}

.language-selector .bfh-selectbox-toggle{
    height: 35px !important;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.parallax-section{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    color: #fff;
}

/* loading */

.login-progressbar-indicator span{
    font-size: 18px;
    font-weight: bold;
}

.login-page .login-progressbar-indicator{position:absolute;width:100%;text-align:center;top:100%;margin-top:80px;visibility:hidden;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:alpha(opacity=0);filter:alpha(opacity=0);-webkit-transform:translateY(100px) scale(0.2);-moz-transform:translateY(100px) scale(0.2);-o-transform:translateY(100px) scale(0.2);-ms-transform:translateY(100px) scale(0.2);transform:translateY(100px) scale(0.2);-webkit-transition:all 550ms ease-in-out;-moz-transition:all 550ms ease-in-out;-o-transition:all 550ms ease-in-out;transition:all 550ms ease-in-out}
.login-page .login-progressbar-indicator h3{color:#fff;margin:0;margin-bottom:10px;font-size:20px}

.login-page .login-progressbar {
    height: 0;
    width: 100%;
    overflow: hidden;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out
}

.login-page .login-progressbar div {
    width: 0;
    -moz-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -webkit-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000)
}

.login-page .login-progressbar-indicator {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    margin-top: 80px;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px) scale(0.2);
    -moz-transform: translateY(100px) scale(0.2);
    -o-transform: translateY(100px) scale(0.2);
    -ms-transform: translateY(100px) scale(0.2);
    transform: translateY(100px) scale(0.2);
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out
}

.login-page .login-progressbar-indicator h3 {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px
}

.login-page.logging-in .login-progressbar-indicator {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
}

.login-page.logging-in .login-form, #login-confirm-code, 
#login-confirm-password, #resend-code, #login-confirm-code-message, 
#login-confirm-button, #account-alert, #email-alert, #phone-alert, 
#send-alert, #error-alert{
    display: none;
}

#login-confirm-code-message .alert .fa{
    top: 15px;
}

.alert-info {
    padding: 10px;
    padding-left: 15px;
}

ul[role=option] li:first-child{
    display:none;
}

.login-bottom-links{
    width: 100%;
    clear:both;
    color: white;
    bottom: 0;
    position: absolute;
}

.login-bottom-links .bottom-content{
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #FB8C30;
}

.has-error .form-control {
    border-color: #337ab7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.sms-send-message{
    color: rgba(0,0,0,.5);
    text-align: center;
    font-size: 14px;
}

.intro{
    color: red;
    font-weight: 300;
    line-height: 3.79rem;
    margin: 0 auto;
    color: #999;
    text-align: center;
    font-family: sans-serif;
    margin-bottom: 15px;
}

.clearfix, .clear{
    clear: both;
    width:100%;
    height: 0;
    position: relative;
    line-height: 0px;
}

.fake-path{
    height:0;width: 0;border:0;line-height: 0;
    padding:0;margin:0;background:transparent;
    clear:both;z-index: -1;
    visibility: hidden;
    position: absolute;top:0;
    bottom:0;
    max-height: 0;max-width: 0;
}

.color-gray{
    color: #999;
}

.font-12px{
    font-size: 12px;
}

@-moz-keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }
    20% , 60% {
        left: 15px;
    }
    40% , 80% {
        left: -15px;
    }
}
@-webkit-keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }
    20% , 60% {
        left: 15px;
    }
    40% , 80% {
        left: -15px;
    }
}
@keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }
    20% , 60% {
        left: 15px;
    }
    40% , 80% {
        left: -15px;
    }
}