* {
    margin: 0px;
    padding: 0px;
}

.fade {
    width: 100vw;
    height: 100vh;
    background-color: rgba(208, 208, 208, 0.805);
}

.container {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 3px solid #64022e;
    border-radius: 25px;
    padding: 20px;
    font-family: 'Quattrocento', serif;
}

.container2 {
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 3px solid #64022e;
    border-radius: 25px;
    padding: 20px;
    font-family: 'Quattrocento', serif;
}

.container h2 {
    margin-bottom: 20px;
}

.panel-login {
    display: inline-block;
    width: 50%;
    padding: 20px;
    vertical-align: top;
}

.panel-login2 {
    display: inline-block;
    width: 27%;
    padding: 20px;
    vertical-align: top;
}

.panel-register {
    display: inline-block;
    width: 49%;
    padding: 20px;
}

.panel-register2 {
    display: inline-block;
    width: 27%;
    padding: 20px;
}

.login input[type="text"],
input[type="password"] {
    width: 250px;
    padding: 15px;
    background: rgba(208, 208, 208);
    border: 1px solid;
    border-radius: 10px;
    font-size: 12px;
    outline: none;
    margin-bottom: 10px;
    font-family: 'Quattrocento', serif;
}

.select {
    width: 250px;
    padding: 15px;
    background: rgba(208, 208, 208);
    border: 1px solid;
    border-radius: 10px;
    font-size: 12px;
    outline: none;
    margin-bottom: 10px;
    font-family: 'Quattrocento', serif;
}

.button {
    background: #64022e;
    border: 0;
    margin-top: 10px;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    font-size: 16px;
    font-family: 'Quattrocento', serif;
}

.button:hover {
    background: #910745;
}

.line {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    height: 250px;
}