/**
 *  - v1.8.25
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

#account-modal{--horizontal-alignment: center;--vertical-alignment: center;background-color:rgba(18,21,25,0.6)}.ct-account-form{width:100%;color:var(--color);background-color:#fff;--linkInitialColor: var(--color);border-radius:3px;box-shadow:var(--box-shadow, 0px 0px 70px rgba(0,0,0,0.35));--content-spacing: 1em}@media (max-width: 479.98px){.ct-account-form{max-width:88vw}}@media (min-width: 480px){.ct-account-form{max-width:480px}}.ct-account-form>ul{display:flex}.ct-account-form>ul li{width:50%;display:flex;align-items:center;justify-content:center;position:relative;height:60px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.03em;cursor:pointer;border-bottom:1px solid rgba(0,0,0,0.1);transition:opacity 0.1s ease, background 0.1s ease}.ct-account-form>ul li.active{border-bottom-color:transparent}.ct-account-form>ul li:not(.active){opacity:0.5;background:rgba(0,0,0,0.04)}.ct-account-form>ul li:not(.active):hover{opacity:0.8}.ct-account-form>ul li:first-child{border-right:1px solid rgba(0,0,0,0.1)}@media (max-width: 479.98px){.ct-account-form .ct-account-panel{padding:40px 30px}}@media (min-width: 480px){.ct-account-form .ct-account-panel{padding:60px 70px}}.ct-account-form .ct-account-panel:not(.active){display:none}.ct-account-form form>*{--content-spacing: 20px}.ct-account-form form>*:last-of-type{margin-bottom:0}.ct-account-form label{display:block;--fontSize: 14px}.ct-account-form .ct-button{width:100%}.ct-account-form .col-2{display:flex;justify-content:space-between}.ct-account-form #reg_passmail,.ct-account-form .ct-back-to-login{font-size:14px;text-align:center}.ct-account-form .ct-back-to-login{display:block;margin-top:20px}.ct-account-form .login-remember{font-size:14px}.ct-account-form .login-remember span{display:flex}.ct-account-form .login-remember input{--top: 3px}.ct-account-form #reg_passmail{opacity:0.7}.ct-account-form [class*='ct-form-notification']{font-size:14px;margin-bottom:25px;border-radius:3px;padding:10px 15px;background:rgba(0,0,0,0.04)}.ct-account-form [class*='ct-form-notification'] a{color:inherit}.ct-account-form [class*='ct-form-notification'] a:not(:hover){text-decoration:underline}.ct-account-form .ct-form-notification-error{color:rgba(255,255,255,0.95);background:rgba(218,0,28,0.7)}@media (prefers-reduced-motion: no-preference){.ct-account-form.ct-error{animation:shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}}.ct-account-form div.g-recaptcha,.ct-account-form .anr_captcha_field{margin:var(--content-spacing) 0 !important}#wfls-prompt-overlay-blocksy{margin-bottom:var(--content-spacing)}#wfls-prompt-overlay-blocksy #wfls-prompt-wrapper input+label{margin-top:var(--content-spacing)}#wfls-prompt-overlay-blocksy ~ *:not(.login-submit){display:none}
