html:not(.touch) .auth-modal input[type=number]:hover:not(:focus),html:not(.touch) .auth-modal input[type=text]:hover:not(:focus){border:1px solid #ccc;background-color:#fff;color:#333}.auth-modal input[type=number]:focus,.auth-modal input[type=text]:focus{border:1px solid #ccc!important;color:#333!important}.auth-modal a:hover{text-decoration:none;cursor:pointer}.auth-modal input[type=number],.auth-modal input[type=text]{font-size:revert;transition:none;padding:12px!important}.auth-modal input[type=checkbox]{visibility:initial;display:inline-block!important;margin:revert!important}.auth-modal input[type=number]{-moz-appearance:textfield}.auth-modal input::-webkit-inner-spin-button,.auth-modal input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.auth-modal .row{display:flex;flex-direction:row;position:relative}.auth-modal .text-left{text-align:left}.auth-modal .text-center{text-align:center}.auth-modal .align-center{text-align:center;justify-content:center}.auth-modal .space-between{justify-content:space-between}.auth-modal .link.green{color:#2cb680;font-weight:700}.auth-modal .pad-40{padding:20px}.auth-modal .top-20{margin-top:20px}.auth-modal .top-35{margin-top:35px}.auth-modal .top-60{margin-top:60px}.auth-modal .bot-30{margin-bottom:30px}.auth-modal .sm-modal{width:420px;max-width:420px;margin:10px}.auth-modal .lg-modal{width:997px;max-width:997px;margin:10px}.auth-modal{display:none;position:absolute;z-index:201;left:0;top:0;font-size:15px;width:100vw;height:100vh;align-items:center;justify-content:center;background-color:rgba(0,0,0,.6);outline:1px solid #000}.auth-modal .auth-input-group,.auth-modal .modal-body,.auth-modal .modal-header{position:relative}.auth-modal>div{display:flex;border-radius:4px;flex-direction:column;background-color:#fff}.auth-modal .modal-header img{width:100%;border-radius:4px 4px 0 0}.auth-modal .modal-header .close-modal{position:absolute;top:10px;right:10px;font-size:30px;line-height:22.5px;color:#fff;opacity:.7;cursor:pointer}.auth-modal .modal-body{padding:20px 45px;color:#333}.auth-modal .modal-body h4{text-transform:initial;font-size:25px;color:#333}.auth-modal .auth-input-group{margin:15px 0}.auth-modal .input-box-wrapper{height:40px;width:100%;border:1px solid #ccc;border-radius:2px;background-color:#fff;padding:10px 12px}.auth-modal .form-label{display:block;font-weight:700;text-align:left;padding-bottom:8px}.auth-modal .auth-input-group .error-msg{display:none;color:#e32636;font-size:12px;text-align:left;padding-left:3px;font-weight:700;margin-top:0}.auth-modal .auth-input-group .eye{position:absolute;top:38px;right:10px;cursor:pointer}.auth-modal .auth-input-group .warning{position:absolute;top:38px;right:10px;cursor:pointer;display:none}.auth-modal .auth-input-group input{font-family:Arial;letter-spacing:normal;color:#000}.auth-modal .auth-input-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ccc;border-radius:2px}.auth-modal .auth-input-group input[type=checkbox]+label{cursor:pointer;line-height:22.5px;font-size:15px}.auth-modal .auth-input-group [type=checkbox]:checked+label:after{content:'✓';position:absolute;top:.15em;left:.22em;width:18px;height:18px;color:#fff;line-height:1;font-size:1.2em;font-family:system-ui;background-color:#09ad7e;border-radius:2px}.auth-modal .button{font-size:14px;border-radius:4px;line-height:initial}.auth-modal .invalid{background-color:#fff6f6!important;border:solid 1px #e71d36!important}.auth-modal .hide{display:none}.auth-modal .upper{text-transform:uppercase}#terms-modal .auth-input-group{padding-left:15px}#terms-modal .input-box-wrapper{width:initial;margin:0 5px}#terms-modal .auth-input-group [type=checkbox]:checked+label:after{top:.15em;left:1.1em}#terms-modal .input-box-wrapper.gray{color:#333;background-color:#e0e0e0}#terms-modal .input-box-wrapper.disable{color:rgba(0,0,0,.3);cursor:initial;background-color:#e0e0e0}.agreements-wrapper{max-width:935px;max-height:350px;padding:20px;overflow:hidden scroll;border:1px solid #e0e0e0;border-radius:4px;background-color:#f9f9f9;color:#333;text-align:left!important}.agreements-wrapper body{background-color:#f9f9f9;color:#333}.agreements-wrapper body h1{font-size:40px;line-height:1.2;font-weight:500;text-align:left!important}.agreements-wrapper body h3{font-size:28px;line-height:1.2;font-weight:500;text-align:left!important}.agreements-wrapper .decimal{padding-inline-start:25px;list-style-type:decimal}.agreements-wrapper .lower-alpha{list-style-type:lower-alpha;margin-left:20px;margin:10px}.agreements-wrapper .lower-roman{list-style-type:lower-roman;margin-left:30px;margin:10px}.agreements-wrapper .disc{list-style-type:disc;margin:10px;margin-left:30px}.agreements-wrapper table,.agreements-wrapper td,.agreements-wrapper th{border:1px solid grey;border-collapse:collapse;padding:10px}.agreements-wrapper th{font-weight:700}.alert{padding:12px 24px;background-color:#f6f7f9;color:#fff;border-radius:5px;box-sizing:border-box;line-height:22.5px;position:fixed;top:60px;left:0;right:0;z-index:202;margin:0 auto;max-width:599px;align-items:center}.alert-close{font-weight:700;font-size:22px;cursor:pointer;transition:.3s;position:absolute;right:13px}.alert .alert-text{font-weight:700;padding:0 10px}.alert-close.success,.alert.success{color:#2cb680;background-color:#f6f7f9}.alert-close.danger,.alert.danger{color:#e32636;background-color:#ffebee}.alert img{width:23px}.animate-top{position:relative;animation:animatetop .4s}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@media only screen and (max-width:425px){.auth-modal .lg-modal{width:100vw;max-width:100vw}.auth-modal .agreement-btn.row{flex-direction:column}.auth-modal .agreement-btn.row #agreeTerms{margin-top:3px}.alert{max-width:300px}#terms-modal{height:auto}#password-reset-modal{height:auto}}@media only screen and (max-width:320px){.mobile-left-align{display:flex;text-align:left}.mobile-left-align label{margin-left:5px}#terms-modal{height:auto}#terms-modal .modal-body>h4{padding-bottom:15px}#password-reset-modal{height:auto}}