

body,td,th {font-family: Arial; background-color: #5B8EDC; margin: 0;}
form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
}
.LogoHolder {
    max-width: 300px;
    margin: 30px auto
}
.LoginText {
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    color: white;
}
.TextBox {
    width: 100%;
    padding: 3px 5px 3px 15px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3)
}
.PnlLogin {
    max-width: 290px;
    text-align: center;
    margin: 0 auto;
}
.ForgottenPasswordText,
.PasswordText,
.UsernameText {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    color: white;
    font-weight: bold;
    text-align: left;
}
.ForgottenPasswordText {
    text-align: center;
}
.PnlLogin .Button {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    font-family: AvenirLTStd55RomanRegular;
    font-size: 17px;
    color: #FFFFFF;
    background-color: #005D83;
    border-style: none;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media only screen and (max-width: 450px) {
    .TextBox {
    display: block;
    width: 90%;
    padding: 3px 5px 3px 15px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 245px;
}
}
