﻿/*body {
    background-color: #141C36;
}*/

#loginForm {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25em;
}

#loginInput {
    margin: auto;
}

#logoSection {
    width: 1em;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

#logo {
    width: 35em;
}

.loginInputLabel {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff !important;
}

.textBoxStyle {
    height: 2.5em;
    width: 20em;
    border-radius: 0.2em;
    padding-left: 1em;
}

#submitSection {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

#btnSubmit {
    width: 21em;
    padding: 0.7em;
    border-radius: 0.5em;
    border: 0.2em solid #FF375A !important;
    background-color: #FF375A !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

#loginErrorMessage {
    text-align: center;
    font-weight: bold;
    color: #ffffff !important;
}
