.wrapper-main{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 470px)}.authentication-form{display:grid;grid-template-columns:repeat(2,1fr);margin:40px 15px;padding:0;width:calc(100% - 30px)}@media only screen and (max-width:600px){.authentication-form{display:flex;flex-direction:column-reverse;width:calc(100vw - 50px)}}.authentication-form h2{color:#124673;font-weight:600;margin-left:0;text-align:center}@media only screen and (max-width:600px){.authentication-form h2{background-color:unset;font-size:1.5em}}.authentication-form p{width:350px}@media only screen and (max-width:600px){.authentication-form p{width:unset}}.authentication-form .form-left{padding:1.5em}.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 a{color:#fff;font-weight:700}.authentication-form .links-under-line{border-top:1px solid #124673;line-height:1.5em;margin:20px 10px 10px;padding-top:20px;text-align:center}.authentication-form .btn-primary{background-color:#124673;border:none}.authentication-form input{border:1px solid #124673}.show-small-desktops{display:none;margin:40px}@media only screen and (max-width:980px){.show-small-desktops{display:block}}.hide-small-desktops{display:block}@media only screen and (max-width:980px){.hide-small-desktops{display:none}}