body, html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
p, a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
div {
    box-sizing: content-box;
}
.outer {
    display: table;
    position: static;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom right, #19216C, #35469C, #4055a8);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: 0;
}
.middle {
    display: block;
    margin-top: 20vh;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    margin-bottom: 24px;
    height: 45px;
}
.login-area {
    max-width: 100%;
    margin-bottom: 15vh;
}
.login-box {
    max-width: 384px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0px 32px 0px;
    background-color: #F5F7FA;
    border: 0;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, .2);
}
.login-input {
    height: 57px;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}
.input-email {
    padding-top: 24px;
}
.input-password {
    padding-top: 12px;
}
.input-forgot {
    height: auto;
    padding-top: 8px;
}
.input-loginbutton {
    padding-top: 24px;
    height: 32px;
}
p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p.text {
    font-size: 16px;
    text-align: left;
    margin: 0 0 3.86px 12px;
    color: #616E7C;
}
.forgot {
    margin: 0;
    text-align: left;
    font-size: 16px;
    color: #3E4C59;
    cursor: pointer;
    text-decoration: underline;
}
input.text-input {
    width:229px;
    height: 21.714px;
    border-color:#CBD2D9;
    border-style:solid;
    border-radius: 5px;
    border-width: 1.5px;
    padding: 4px 12px;
    color: #1F2933;
}
input.login-button {
    width:256px;
    height: 32px;
    background-color: #19216C; 
    border-radius: 5px;
    border-width: 0px;
    padding: 4px 12px;
    font-weight: 600;
    color: #F5F7FA;    
}
.login-button:hover {
    background-color: #2D3A8C;
}
.footer{
    display: table-row;
    vertical-align: bottom;
    height: 48px;
    width: 100%;
    background-color: #19216C;
}
.footertext {
    font-size:12px; 
    padding: 0px 12px;
    text-align: left; 
    color:#BED0F7;
    margin: 1px;
}
.footerlink {
    font-size:12px; 
    padding: 0px 12px;
    text-align: left; 
    color: #BED0F7;
    margin: 1px;
    display: block;
}
input.dk-gray-button {
    height: 32px;
    background-color: #1F2933; 
    border-radius: 5px;
    border-width: 0px;
    padding: 4px 12px;
    font-weight: 600;
    color: #F5F7FA;
    cursor: pointer; 
}
.dk-gray-button:hover {
    background-color: #323F4B;
}
input.lt-gray-button {
    height: 32px;
    background-color: #CBD2D9;
    border-radius: 5px;
    border-width: 0px;
    padding: 4px 12px;
    font-weight: 600;
    color: #1F2933;
    cursor: pointer;
}
.lt-gray-button:hover {
    background-color: #E4E7EB;
}
input.sm-button {
    width: 96px;
}