@font-face {font-family: "font-regular";src: url("../fonts/Roboto-Regular.ttf");}@font-face {font-family: "font-light";src: url("../fonts/Roboto-Light.ttf");}@font-face {font-family: "font-bold";src: url("../fonts/Roboto-Bold.ttf");}@font-face {font-family: "font-black";src: url("../fonts/Roboto-Black.ttf");}body {font-family: "font-light";background: #161616;display: -webkit-flex;display: -ms-flex;display: flex;display: flex;-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;justify-content: center;-webkit-align-items: center;-ms-align-items: center;align-items: center;align-items: center;height: 100vh;}body .login-container {background: #023c57;padding: 2rem 3rem;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;border-radius: 12px;width: 100%;max-width: 400px;}body .login-container h2 {text-align: center;margin-bottom: 1.5rem;color: #ffffff;}body .login-container .form-group {margin-bottom: 1.2rem;}body .login-container .form-group label {display: block;margin-bottom: 0.5rem;font-weight: 600;color: #ffffff;}body .login-container .form-group input {width: 100%;padding: 0.75rem;border: 1px solid #1d9be4;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;border-radius: 8px;font-size: 1rem;background-color: #1b1b1b;color: #ffffff;}body .login-container .btn-login {width: 20rem;padding: 0.75rem;background-color: #920568;border: none;color: white;font-size: 1rem;font-weight: bold;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;border-radius: 8px;cursor: pointer;-webkit-transition: background 0.3s ease;-moz-transition: background 0.3s ease;-o-transition: background 0.3s ease;transition: background 0.3s ease;transition: background 0.3s ease;}body .login-container .btn-login:hover {background-color: #630b5e;}body .login-container .error-message {color: red;font-weight: 800;margin-top: 0.5rem;font-size: 0.9rem;padding: 1rem;}