.logo_holder{
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
}

.button{
    background-color: black !important;
    color: white !important;
    border: none !important;
}

.form-submit{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#loading-icon{
    position: fixed;
    top: 48vh;
    left: 46vw;
    z-index: 2;
    display: none;
}

#loading-icon img{

    width: 4rem !important;

}