.login_button{
    border-style: solid;
    width: 100%;
    border: 1px solid white;
    background-color: #1dafec;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 2.5em;
    background-image: none;
    letter-spacing: 4px;
}
.login_button:hover{
    background-color: black;
}

.login_grey_text{
    color: rgb(126, 140, 141);
}