body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tungsten;src:url(/fonts/Tungsten-Black.otf) format("otf"),url(/fonts/Tungsten-Medium.otf) format("otf"),url(/fonts/Tungsten-Semibold.otf) format("otf"),url(/fonts/Tungsten-Bold.otf) format("otf");font-weight:400;font-style:normal}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-main{min-height:100vh;flex-direction:column;background-image:url(/images/auth-background.png);background-size:cover}.auth-main,.auth-wrapper{display:flex;justify-content:center;align-items:center}.auth-wrapper{width:100%;max-width:540px;margin:50px;box-sizing:border-box;padding-bottom:100px}@media (max-width:850px){.auth-wrapper{margin-top:150px}}.auth-content{text-align:center;width:100%;border:1px solid #000;border-radius:8px;box-shadow:0 0 6px 0 hsla(0,0%,100%,.5);background-color:#000;color:#fff}@media (max-width:768px){.auth-content{margin:auto 20px}}.auth-content h2{text-align:start}.auth-container{margin:50px 50px 20px;color:#fff;border-bottom:1px solid #a5a5a5}@media (max-width:768px){.auth-container{margin:20px}}.auth-footer{color:#fff;background-color:#000;text-align:center;padding-top:10px;padding-bottom:10px;position:fixed;width:100%;bottom:0}.submit-button:disabled{background-color:#a5a5a5;cursor:not-allowed}.input-group{text-align:left;margin:0 auto 20px}label{display:block;margin-bottom:8px;font-weight:600}input{box-sizing:border-box;border:1px solid #e0e0e0;border-radius:4px}button,input{width:100%;padding:10px;font-size:16px}button{background-color:#eb1c4c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#981231}.error-message{color:red;margin-bottom:10px}.success-message{color:green;margin-bottom:10px}a{color:#eb1c4c;text-decoration:none;margin-left:5px}a:hover{text-decoration:underline}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1000;display:flex;justify-content:center;align-items:center}.modal{background-color:#fff;padding:20px;border-radius:8px;z-index:1001;width:80%;max-width:400px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.close-btn{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer}@media (max-width:768px){.main{padding-top:50px!important;background-color:#fff!important}}.main>div{margin:0 auto;border-radius:10px}