.auth-flow{width:100%;height:fit-content;min-height:100vh;display:grid;place-items:center}.auth-flow .inner-card{display:flex;border-radius:8px;overflow:hidden;width:100%;height:100%;max-height:750px}.auth-flow .auth-left,.auth-flow .auth-right{flex:1 1}.auth-flow .auth-left{background-color:black}.auth-flow .auth-left img{width:100%;height:100%;object-fit:cover}.auth-flow .rs-inner{width:100%;height:100%;max-width:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:30px auto}.auth-flow .reeltone-logo{width:100%;height:auto;max-width:120px;object-fit:contain}.auth-flow h1{font-size:1.5rem;margin:30px 0 10px}.auth-flow .title-text{font-size:14px}.auth-flow .has-account a{color:#77847c;font-weight:500}.auth-flow .has-account.center-text{margin-top:10px}.auth-flow .has-account.right-text{text-align:right;margin-top:10px}.socials-options{width:100%;max-width:270px;display:flex;gap:10px}.socials-options .btn{width:100%;display:flex;justify-content:center;align-items:center;white-space:nowrap;gap:8px;font-size:14px;font-weight:500;margin-top:15px;background-color:white;color:black;padding:4px 8px;border-radius:6px;cursor:pointer}.span-separator{margin-top:15px}.error-message{font-size:11px;color:red;min-height:17px;text-align:center}.auth-flow .form-container,.auth-flow form{width:100%}.auth-flow .btn-container{margin-top:20px;width:100%;display:grid;place-items:center}.auth-flow .auth-flow-btn{width:100%;max-width:200px;display:flex;justify-content:center;align-items:center;white-space:nowrap;gap:8px;font-size:14px;font-weight:600;margin-top:15px;background-color:#3e989d;color:white;padding:8px;border-radius:6px;cursor:pointer}.auth-flow .auth-flow-btn:hover{background-color:#5f6b66}.auth-flow .auth-flow-btn:disabled{background-color:#77847c;cursor:not-allowed}@media (max-width:768px){.auth-flow .auth-left{display:none}}