﻿.login-choice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: white;
    vertical-align: middle;
    height: 80vh;
    width: 100vw;
}

.lc-links {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 2.5rem;
}

.login-button {
    text-decoration: none;
    font-size: 3.7rem;
    font-weight: 500;
    font-family: 'Lilita One';
    padding: 1.2rem 2rem 1.2rem 2rem;
    border-radius: 0.7rem;
    background-color: #FFA114;
    color: white;
    margin: 0.25rem 0rem 0.25rem 0rem;
    border: none;
    width: 25%;
    text-align: center;
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.80);
}

#register-button {
    background-color: white;
    color: #FFA114;
}

.lc-logo {
    margin-bottom: 1rem;
    text-align: center;
}

.logo-ticks {
    height: 3rem;
    opacity: 60%;
}

.logo-text {
    height: 3rem;
    opacity: 50%;
}


.home-button {
    padding: 2rem;
}



/* TABLET */
@media only screen and (max-width: 1100px) {

    .login-button {
        width: 50%;
    }
}



/* MOBILE */
@media only screen and (max-width: 550px) {

    .login-button {
        width: 80%;
    }
}
