.order-form-customer-login-form {
    position: relative;
}
.order-form-customer-login-form .form-body {
    display: none;
}
.order-form-customer-login-form .button-alone {
    margin-top:32px;
}
.order-form-customer-login-form .customer-button,
.order-form-customer-login-form input[type="submit"] {
    cursor: pointer;
}
.order-form-customer-login-form .login_form_loader {
    float:right;
}
.order-form-customer-login-form .ajax-error {
    position: absolute;
    font-size: 10px;
    top:-19px;
    /*height: 30px;*/
    width: 100%;
    /*background: #dae9ef;*/
    /*margin:-30px 0 0 0;*/
    text-align: center;
    font-weight: bold;
    display: none;
}
#top-login .order-form-customer-login-form .form-body {
    display: none;
}
.order-form-customer-login-form .profile-link {
    display: block;
}
#top-login {
    position: absolute;
    right: 0px;
    top: -90px;
}
#top-login .order-form-customer-login-form .button-alone {
    /*display:none;*/
}
.order-form-customer-login-form .button-alone {
    margin-top: 47px;
}
#top-login .order-form-customer-login-form .ajax-error {
    position: absolute;
    top: 0px;
    font-size: 14px;
    width: 100%;
    /* background: #fff; */
}
.login_form_loader {
    width:31px;
    height:31px;
    display:none;
    background:url('../images/ajax-loader.gif') left top no-repeat;
    margin:0 auto;
}
.customer-button {border: none; -webkit-appearance: none; float:right; background: #ffb93c; text-transform: uppercase; color: #fff; font-weight: 600; font-family: "PT Sans Narrow"; padding: 2px 6px !important; font-size: 19px; }
.customer-email input {width: 190px !important; height: 29px !important; margin-bottom: 5px; line-height: 24px; border:1px solid #cf8613; color: #656565; padding-left: 10px;}
.customer-pass input { width: 120px;; float: left; height: 29px; line-height: 24px; border:1px solid #cf8613; color: #656565; padding-left: 10px; padding-right: 20px;}
.customer-pass a {position: absolute; margin-left:-15px; margin-top :5px;}
.form-body {position: relative; top: 14px; }
#top-login, #top-login * {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}

/** RoyalOF - login **/
#top-login.order-login  {
        position: relative;
        top: 20px;
        right: 25px;
        float: right;
        text-align: right;
}
.order-login .form-body {
        top: -7px;
}
.order-login .order-form-customer-login-form .button-alone {
        margin-top: 26px;
}
.order-login .order-form-customer-login-form .profile-link {
        padding-bottom:10px;
}
#top-login.order-login .customer-pass a {
    margin-left: -86px;
}