﻿.LoginFormContainer {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 500px;
    background-color: white;/*#1f3e53;*/
    border-radius: 15px;
}

.tinytext {
    font-size: 8pt;
    color:white !important;
}

    .tinytext a {
         color:#18222b !important;
    }
.LoginLogo {
    max-width: 80%;
    text-align:center;
}
