﻿.body
{
    background-color: #022140;
    font-Size: 14px !important;
    font-family: "PT Astra Sans", "Roboto Regular", sans-serif;
    margin: 0;
    padding: 0;

}

.footer
{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-Color: #BFD3F0;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.footerTypography
{
    font-family: "PT Astra Sans", "Roboto Regular", sans-serif !important;
    font-size: 14px !important;
    color: #535D67;
}

button[type="submit"]
{
    border-radius: 4px;
    border: 1px solid #3B71C2;
    background: #3B71C2;
    margin-top: 16px !important;
}

button[type="submit"]:hover
{
    border-radius: 4px;
    background-color: #3B71C2;
    margin-top: 16px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 40rem #E0ECFF inset !important;
}