.wrapper-main{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 470px)}.authentication-form{margin:40px 15px;min-width:468px;padding:0;width:calc(100% - 30px)}.authentication-form.register-form{display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:600px){.authentication-form.register-form{display:flex;flex-direction:column-reverse}}.authentication-form.card-base{border:0;box-shadow:0 2px 24px 0 rgba(18,70,115,.05),0 0 0 1px rgba(18,70,115,.05)}@media only screen and (max-width:600px){.authentication-form{display:flex;flex-direction:column-reverse;min-width:unset;width:calc(100vw - 50px)}}.authentication-form h2{color:#124673;font-weight:600;margin-left:0}@media only screen and (max-width:600px){.authentication-form h2{background-color:unset;font-size:1.5em}}.authentication-form .form-left{padding:1.5em}.authentication-form .form-left .lost-password-link{color:#484e5a;cursor:pointer;position:relative;text-decoration:none;top:-10px}.authentication-form .img-right{background-image:url(/assets/images/sidebar/authentication-bg2.svg);background-repeat:no-repeat;background-size:cover;border-radius:0 12px 12px 0;padding:10px}@media only screen and (max-width:600px){.authentication-form .img-right{border-radius:12px 12px 0 0;min-height:200px}}.authentication-form .img-right li,.authentication-form .img-right p{color:#fff;margin:10px 20px}.authentication-form .img-right ul{list-style:none;margin-left:0;padding-left:0}.authentication-form .img-right ul li{margin-bottom:8px;padding-left:28px;position:relative}.authentication-form .img-right ul li:before{background-image:url(/assets/images/svg/fa/regular/check.svg);background-position:50%;background-repeat:no-repeat;content:"";display:block;filter:invert(1);height:15px;left:0;margin-top:5px;position:absolute;top:0;width:15px}.authentication-form .img-right a{color:#fff;font-weight:700}.authentication-form input[type=submit]{min-width:130px}.authentication-form .links-under-line{border-top:1px solid #d1d5db;line-height:1.5em;margin-top:20px;padding-top:20px;text-align:center}.authentication-form .links-under-line a{color:#484e5a}