body {
    background-color: #920f00;
    overflow: hidden;
}

h2 {
    color: white;
    margin-top: 10vh;
    margin-bottom: 20px;
}

form {
    margin: 0 20px ;
}

input {
    border-radius: 40px !important;
    text-align: center;
    height: 45px;
}

button {
    height: 45px;
    width: 100%;
    border-radius: 40px !important;
    background-color: #090909 !important;
    color: white !important;
    font-weight: bold !important;
}

#licensed {
    color: rgb(230, 230, 230);
    margin-top: 10vh;
    display: block;
    margin-bottom: 10px;
}

#logoBg {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    z-index: -10;
}
