body.black-yellow .auth-template::after{background-color:#FFF604}
body.black-yellow .auth-template .help{color:#000;background-color:#FFF604}
body.black-yellow .auth-template .help a.register{color:#000}
.auth-template{position:relative}
.auth-template::after{position:absolute;top:0;right:0;bottom:0;left:auto;content:'';width:33vw;background-color:#EAF1F6;z-index:-1}
.auth-template.full-page::after{display:none}
.auth-template.full-page .auth-template-content{padding-right:0 !important}
.auth-template .container{display:flex;flex-wrap:wrap}
.auth-template .form,.auth-template .help{display:flex;flex-wrap:wrap}
.auth-template .form{flex:0 0 55%;max-width:55%;justify-content:flex-end}
.auth-template .form .auth-template-content{flex:0 0 100%;max-width:100%;padding:4.5rem 4.5rem 4.5rem 0}
.auth-template .form h1{font-size:2em;font-weight:700;margin:0 0 2rem}
.auth-template .form p{font-size:1.3em;line-height:1.3;margin:0}
.auth-template .form form{margin:2rem 0 0}
.auth-template .help{flex:0 0 45%;max-width:45%;justify-content:flex-start;background-color:#EAF1F6}
.auth-template .help .auth-template-content{flex:0 0 100%;max-width:100%;padding:9rem 0 4.5rem 4.5rem}
.auth-template .help .auth-template-content>i{font-size:2em}
.auth-template .help h2{font-size:1.8em;font-weight:700;margin:1.5rem 0 2.5rem}
.auth-template .help p{font-size:1.3em;line-height:1.5em}
.auth-template .help p b span{font-size:1.2em}
.auth-template .help a{font-size:1.2em;font-weight:700;position:relative}
.auth-template .help a.register{color:#FB4848}
.auth-template .help a.register i{position:absolute;top:50%;right:-1.25rem;bottom:auto;left:auto;transform:translateY(-50%)}
@media screen and (max-width:1199px){.auth-template .form .auth-template-content{padding-right:3rem}.auth-template .help .auth-template-content{padding-left:3rem}}
@media screen and (max-width:991px){.auth-template::after{display:none}.auth-template.full-page .auth-template-content{flex:0 0 100%;max-width:100%;padding-right:1.25rem !important}.auth-template .form,.auth-template .help{flex:0 0 100%;max-width:100%}.auth-template .form .auth-template-content,.auth-template .help .auth-template-content{flex:0 0 100%;max-width:100%;padding:1.25rem}}