/* authstyle.css */

body {
    background: url('https://y.gtimg.cn/music/photo_new/T053M0000000wVdW0ShXp0.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: flex-end; 
    align-items: center;
}

.container {
    max-width: 400px;
    background: rgba(255, 255, 255, 0.27);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px; 
}

h3, h5 {
    text-align: center;
    color: #ffffff;
}

.error-message {
    color: red;
    margin-top: 10px;
}