.login-popup-wrapper {
    margin: 0 8px 0 23px;
    display: inline-block;
    position: relative;
    float: right;
}
.login-popup-wrapper:before, .login-popup-wrapper:after {
    content: '';
    display: table;
}
.login-popup-wrapper .action.showloginpopup:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 33px;
    width: 35px;
    height: 33px;
    color: #8f8f8f;
    background: url("../images/account.svg") center no-repeat;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.login-popup-wrapper .action.showloginpopup.active:before {
    background: url(../images/accountorange.svg) center no-repeat;
}
.login-popup-wrapper .action.showloginpopup {
    white-space: nowrap;
}
.login-popup-wrapper .action.showloginpopup .text{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.login-popup-wrapper .block-customer-login:before, .login-popup-wrapper .block-customer-login:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.login-popup-wrapper .block-customer-login:before {
    top: -12px;
    left: auto;
    right: 29px;
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}
.login-popup-wrapper .block-customer-login {
    right: -93px;
    width: 360px;
    z-index: 101;
    margin: 0;
    list-style: none none;
    background: #ffffff;
    border: none;
    margin-top: 6px;
    min-width: 100%;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.login-popup-wrapper .block-customer-login .block-customer-login-wrapper {
    padding: 15px 28px 23px;
    overflow: hidden;
    position: relative;
}
.login-popup-wrapper .block-customer-login .block-customer-login-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: -100px;
    right: 0;
    bottom: 0;
    top: auto;
    height: 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-style: solid;
    border-width: 0 0 15px 490px;
    border-color: transparent transparent #ffff transparent;
}
.login-popup-wrapper .block-customer-login .block-title {
    margin-bottom: 14px;
}
.login-popup-wrapper .block-customer-login .block-title strong {
    font-size: 18px;
    color: #0A364D;
    font-weight: normal;
}
.login-popup-wrapper .fieldset > .field {
    margin: 0 0 4px;
}
.login-popup-wrapper .fieldset > .field:not(.choice) > .control {
    width: 100%;
}
.login-popup-wrapper .fieldset > .field:not(.choice) > .control input {
    height: 37px;
}
.login-popup-wrapper .actions-toolbar .secondary {
    float: none;
}
.login-popup-wrapper .actions-toolbar > .secondary .action:last-child {
    margin: 0 0 7px;
    font-size: 11px;
    color: #0a364d;
}
.login-popup-wrapper .actions-toolbar {
    border-bottom: 1px solid #979797;
    padding-bottom: 21px;
    margin-bottom: 9px;
}
.login-popup-wrapper .actions-toolbar > .primary:last-child, .login-popup-wrapper .actions-toolbar > .secondary:last-child {
    float: none;
    display: block;
    width: 100%;
}
.login-popup-wrapper .actions-toolbar > .primary:last-child {
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
}

.login-popup-wrapper .actions-toolbar .action.primary {
    width: 100%;
    padding: 11px 15px;
    background: #3B683C;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px;
}
.login-popup-wrapper .create-account {
    padding-left: 2px;
    font-size: 12px;
}
.login-popup-wrapper .create-account p {
    margin-bottom: 1px;
}
.login-popup-wrapper .create-account a {
    color: #0a364d;
}
@media (max-width: 767px), print {
    .login-popup-wrapper {
        margin: 17px 8px 0 13px;
    }
}
