@font-face {
    font-family: 'Overpass-regular';
    src: url('../Icon/overpass/Overpass_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Overpass-bold';
    src: url('../Icon/overpass/Overpass_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: #2C9585;
    color: white;
    font-family: 'Overpass-regular', sans-serif;
    margin: 0;
    padding: 0;
}

.login-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
}

.welcome-text {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.logo {
    display: block;
    margin: 0 auto 30px;
    width: 200px;
}

.booksage-text {
    position: absolute;
    top: 220px;
    left: 45%;
    font-size: 30px;
    color: white;
}


.form-group {
    width: 300px;
    margin: 10px auto;
    text-align: left;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.input-field {
    width: 100%;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}

.login-button {
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    cursor: pointer;
}

.signup-text {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.signup-text a {
    color: white;
    text-decoration: underline;
}
