body {
    background-image: url("images/2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Red Hat Display', monospace;
}

.main {
    position:absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.title {
    font-size: 50px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 30px;
    text-shadow: 2px 4px 4px #222222;
}

.text {
    color: white;
    font-size: 25px;
    font-family: 'Red Hat Display', monospace;
    text-shadow: 2px 4px 4px #222222;
}

.signin-box {
    font-family: 'Red Hat Display', monospace;
}

.form-outline {
    margin-bottom: 25px;
    border-bottom: 1px #aaaaaa solid;
}

.form-outline:focus-within {
    border-color: #3b71ca;
}

.switch {
    text-align: center;
    margin-top: 25px;
}

.switch-trigger {
    color: #0a5bca;
    text-decoration: #0a5bca underline;
    cursor: pointer;
}
