.auth_page{display:flex;min-height:100vh}.auth_page_left{flex:1 1;position:relative;overflow:hidden;height:100vh}@media screen and (max-width:1040px){.auth_page_left{position:absolute;height:100vh}}.auth_page_left video{width:100%;height:100%;object-fit:cover}.auth_page_right{color:#fff;background-color:#000;flex-direction:column;flex:1 1;justify-content:center;align-items:center;display:flex}@media screen and (max-width:1040px){.auth_page_right{z-index:1;background-color:rgba(0,0,0,.8901960784)}}@media screen and (max-width:480px){.auth_page_right{padding:1.5rem;width:100%}}.auth_page_right form .common_input{margin-bottom:2rem}.auth_page_right form .mb-0{margin-bottom:0!important}.auth_page_right form .common_btn{margin-top:4rem}.auth_page_right .formFields{width:100%;padding:0;max-width:48rem}.auth_page_right .otp_input p{margin:0 0 1rem!important}.auth_page_right .steps_btn{color:#d7b557;background:none;border:none;font-size:1.4rem;display:flex;justify-content:center;align-items:center;gap:.8rem;transition:all .3s ease-in 0s;cursor:pointer;opacity:.7}.auth_page_right .steps_btn:hover{opacity:1}.auth_page_header{text-align:center;padding-bottom:4rem}.auth_page_header h2{margin:0;text-transform:capitalize;background:linear-gradient(90deg,#B6852C,#D7B557);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0);font-weight:500;font-size:3rem;padding:2.9rem 0}@media screen and (max-width:640px){.auth_page_header h2{font-size:2rem;padding:1.5rem 0}}.auth_page_header p{color:#a1a2a6;margin:0 auto;font-size:2rem;font-weight:400;max-width:44rem;font-family:var(--font-dm-sans),sans-serif;width:100%}@media screen and (max-width:640px){.auth_page_header p{font-size:1.5rem}}