﻿body {
    height: 90vh;
}

.family-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 25%;
    margin: auto;
}


.home-button {
    padding: 2rem;
}

h1 {
    font-family: 'Lilita One';
    color: white;
    font-size: 4.5rem;
    padding: 3rem 0rem 3rem 0rem;
}


.login-title {
    margin-bottom: 2.5rem;
}


.mb-3 {
    margin-bottom: 1.5rem !important;
}


form {
    width: 100%;
    font-size: 4rem;
}

.form-control-lg {
    min-height: 5rem;
    font-size: 2rem;
}

.login-button {
    text-decoration: none;
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Lilita One';
    padding: 0rem 2.5rem 0rem 2.5rem;
    border-radius: 0.7rem;
    background-color: #FFA114;
    color: white;
    margin: 3rem 0rem 0.25rem 0rem;
    border: none;
    float: right;
    text-align: center;
    width: 100%;
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.80);
    cursor: pointer;
}

.forgot-password {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-family: 'Nunito';
    float: right;
}

#errorMessagelbl {
    color: white;
    margin-top: 2rem;
    text-align: center;
}


#schoolSearchResultsPnl {
    overflow: scroll !important;
    max-height: 25vh !important;
    overflow-x: hidden !important;
    border-radius: 0.5rem;
}

.card {
    border-radius: 0px;
    border-bottom: none !important;
}

.card-body {
    font-size: 1.6rem !important;
    cursor: pointer;
}

.card-body:hover {
    background: #f5f5f5;
}

.selected-school {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.6rem;
    color: white;
    margin: 1rem;
    display: none;
    margin-left: 0;
    margin-right: 0;
}

.selected-school > h2 {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 2.4rem;
}

.school-cross {
    cursor: pointer;
}

.message-label {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-family: 'Nunito';
    text-align: center;
}

/* TABLET */
@media only screen and (max-width: 1100px) {

    .family-login {
        width: 80%;
    }

    h1 {
        font-size: 3.5rem;
    }
}



/* MOBILE */
@media only screen and (max-width: 550px) {
}
