* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url("../resources/background.png");
    background-color: #000000;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


.form-container {
    width: 478px;
    position: relative;
    padding-top: 192px;
    background: transparent;
    top: 5vh;
    margin: 0;
}

.input-group {
    position: absolute;
    width: 477px;
    height: 73.47px;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    display: flex;
    align-items: center;
    padding-left: 21px;
    padding-right: 20px;
    box-sizing: border-box;
    gap: 15px;
}

.input-user {
    top: 0px;
    left: 0px;
    border-radius: 36.73px;
}

.input-password {
    top: 109.43px;
    left: 0px;
    border-radius: 33.5px;
}

.input-group input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
    padding-right: 25px;
    color: #333;
    font-family: Arial, sans-serif;
}

.input-group input::placeholder {
    color: #999;
}

.input-icon {
    width: 27px;
    height: auto;
    flex-shrink: 0;
}


.form-actions {
    width: 100%;
}

.form-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.btn {
    position: static;
    height: 66.8px;
    width: 232.17px;
    border-radius: 33.4px;
    background-color: #B27C49;
    border: 2px solid #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s;
    font-family: Arial, sans-serif;
    text-decoration: none;
}
.btn2 {
    position: static;
    height: 62.8px;
    width: 226.17px;
    border-radius: 33.4px;
    background-color: #B27C49;
    border: 2px solid #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

.btn:hover {
    background-color: #966436;
}

.logo {
    box-sizing: border-box;
    position: absolute; 
    top: 10vh;
    border-radius: 100%;
    width: 204px;
    height: 204px;
    background: #000000;
    border: 1px solid #000000;
}
.account {
    color: #FFFFFF;
    text-decoration: none;
}