﻿block
{
    width: 100%;
    height: 100%;
    justify-content: center;
}

.container{
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 20vh;
}


.block-title
{
    padding: 21px;
}

#localSignIn
{
    background-color: #444444;
    color: #FFFFFF;
}

action-buttons customButton{
    width: 300px;
}

action-buttons
{
    display: grid;
}

#signIn{
    background-color: #444444;
    color: #FFFFFF;
}

#title{
    margin-bottom: 20px;
}




