body {
    margin: 0px;
}
div.vmsLogin {
    font-family: 'Open Sans', sans-serif;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    color: #575757;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.vmsLogin .redText {
    color: #CE3812;
}
.vmsLogin .loginErrors {
    margin-bottom: 15px;
}

div.vmsLogin a:link, div.vmsLogin a:visited, div.vmsLogin a:hover {
    color: #337ab7;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.contactYourAdministrator {
    color: #575757;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}

.vmsLogin .forgottenPassword {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #337AB7;
}
.vmsLogin .forgottenMessage{
    margin-top: 20px;
    margin-bottom: 20px;
}

.vmsLogin .Login-content {
    margin: auto;
    width: 376px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 60px 50px;
    background-color: #ffffff;
    margin-top: 200px;
}

.vmsLogin .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.vmsLogin .vms-logo {
    width: 230px;
    margin: 0 auto;
    user-select: none;
}

.vmsLogin .company {
    font-size: 24px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    line-height: 40px;
    margin: 20px auto;
}

.vmsLogin .loginwindow .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #575757;
    margin: 45px 0;
}

.vmsLogin .label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
    width: 100%;
    display: grid;
}

.vmsLogin .label .errorlist {
    color: #CE3812;
}

.vmsLogin .label label {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    color: #575757;
}

.vmsLogin input {
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    line-height: 25px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    background: #FFFFFF;
}
.vmsLogin .passwordInput{
    margin-bottom: 7px;
}


.vmsLogin input:-internal-autofill-selected {
    background-color: #fff !important;
    background: #FFFFFF;
}

.vmsLogin .login-button, button {
    width: 100%;
    background-color: #0170cd;
    border: 1px solid #0170cd;
    border-radius: 18px;
    font-size: 14px;
    height: 30px;
    outline: 0;
    font-weight: 600;
    min-width: 100px;
    padding: 0 20px;
    user-select: none;
    white-space: nowrap;
    position: relative;
    color: white;
    margin-top: 25px;
    cursor: pointer;
}

.login-submit {
    height: 44px;
    width: 100%;
    border-radius: 55px;

    border: 1px solid #ffffff;
    background-color: #81d636;
    color: #ffffff;
    margin-top: 35px;

    font-size: 20px;
    cursor: pointer;
}

.vmsLogin .login-submit:hover {
    opacity: 0.8;
}

.vmsLogin .language {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.vmsLogin .lang-option {
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #337ab7;
}

.vmsLogin .lang-option:hover {
    opacity: 0.8;
}

.vmsLogin .lang-option.selected {
    cursor: default;
    color: #575757;
}

.vmsLogin .lang-option.selected:hover {
    opacity: 1;
}

.vmsLogin .lang-seperator {
    user-select: none;
    -moz-user-select: none;
}

.vmsLogin .trackwellButton {
    outline: 0;
    font-weight: 600;
    min-width: 100px;
    padding: 0 20px;
    border: 1px solid #979797;
    user-select: none;
    white-space: nowrap;
    position: relative;
}

.vmsLogin .trackwellButton:hover {
    opacity: 0.8;
}

.vmsLogin .trackwellButton:active {
    opacity: 1;
}

.vmsLogin .trackwellButton:active {
    opacity: 0.8;
}

.vmsLogin .trackwellButton:focus {
    opacity: 0.8;
    box-shadow: 0px 0px 0px 2px #DDDDDD;
}

.theme-vms  input, .theme-vms  textarea, .theme-vms  select, .theme-vms  .mockInput {
    background: #fcfcfc;
    border: 1px solid #d1d6e6;
    border-radius: 4px;
    height: 30px; }

.vmsLogin input:disabled, .vmsLogin input.disabled, .vmsLogin textarea:disabled, .vmsLogin  textarea.disabled, .vmsLogin select:disabled, .vmsLogin select.disabled,  .vmsLogin .mockInput:disabled,  .vmsLogin .mockInput.disabled {
    color: #c2c2c2 !important; }
.theme-vms .vmsLogin input:disabled, .theme-vms .vmsLogin input.disabled, .theme-vms .vmsLogin textarea:disabled, .theme-vms .vmsLogin textarea.disabled, .theme-vms .vmsLogin select:disabled, .theme-vms .vmsLogin select.disabled, .theme-vms .vmsLogin   .mockInput:disabled, .theme-vms .vmsLogin .mockInput.disabled {
    border-color: #d1d6e6;
    background: #a1a1a1; }
.vmsLogin input:disabled .placeholder, .vmsLogin  input.disabled .placeholder, .vmsLogin  textarea:disabled .placeholder, .vmsLogin textarea.disabled .placeholder, .vmsLogin select:disabled .placeholder, .vmsLogin select.disabled .placeholder, .vmsLogin .mockInput:disabled .placeholder, .vmsLogin .mockInput.disabled .placeholder {
    color: #c2c2c2 !important; }
.vmsLogin input.disabled, .vmsLogin textarea.disabled, .vmsLogin select.disabled, .vmsLogin .mockInput.disabled {
    pointer-events: none !important; }
.vmsLogin input.disabled *, .vmsLogin textarea.disabled *, .vmsLogin select.disabled *, .vmsLogin .mockInput.disabled * {
    pointer-events: none !important; }
.vmsLogin input.readOnly, .vmsLogin textarea.readOnly, .vmsLogin select.readOnly, .vmsLogin .mockInput.readOnly {
    border-color: #eeeeee !important;
    color: #979797 !important;
    pointer-events: none !important; }
.vmsLogin input.readOnly *, .vmsLogin textarea.readOnly *, .vmsLogin select.readOnly *, .vmsLogin .mockInput.readOnly * {
    pointer-events: none !important; }
.vmsLogin input::placeholder, .vmsLogin input .placeHolder, .vmsLogin textarea::placeholder, .vmsLogin textarea .placeHolder, .vmsLogin select::placeholder, .vmsLogin select .placeHolder, .vmsLogin .mockInput::placeholder, .vmsLogin .mockInput .placeHolder {
    color: #c2c2c2; }
.theme-vms .vmsLogin input:focus, .theme-vms .vmsLogin textarea:focus, .theme-vms .vmsLogin select:focus, .theme-vms .vmsLogin .mockInput:focus {
    border-color: #848997; }

.vmsLogin textarea {
    height: 100%;
    padding-top: 7px;
    width: 100%; }
.vmsLogin textarea ::placeholder {
    color: #c2c2c2; }

.vmsLogin .validationMessage {
    font-size: 14px;
    margin-top: 4px; }
.theme-vms .vmsLogin  .validationMessage {
    color: #fa7946; }
.vmsLogin .validationMessage + .validationMessage {
    margin: 0; }

.vmsLogin .error input:not([type=range]), .vmsLogin .error .mockInput, .vmsLogin .error textarea {
    border-width: 1px !important;
    border-style: solid !important; }
.theme-vms .vmsLogin .error input:not([type=range]), .theme-vms .vmsLogin .error .mockInput, .theme-vms .vmsLogin .error textarea {
    border-color: #fa7946; }

 .vmsLogin .top .topLabel {
    line-height: 22px; }

 .vmsLogin .middle {
    display: grid;
    grid-template-columns: auto auto auto; }
 .vmsLogin .middle .leftLabel {
    margin-right: 10px; }
 .vmsLogin .middle .rightLabel {
    margin-left: 19px; }
 .vmsLogin .middle.input {
    grid-template-columns: auto; }
 .vmsLogin .middle.leftinput {
    grid-template-columns: auto auto; }
 .vmsLogin .middle.inputright {
    grid-template-columns: auto auto; }
 .vmsLogin .middle.leftinputright {
    grid-template-columns: auto auto auto; }

#changePasswordDiv {
    display: grid;
    grid-template-rows: auto auto auto;
}
#changePasswordDiv .label {
    display: block;
}

 .vmsLogin .bottom .bottomLabel {
    margin-top: 5px; }

 {
    position: relative; }
.vmsLogin label {
    user-select: none;
    position: relative;
    margin-bottom: 0;
    line-height: 1em;
    min-height: 1em; }
.vmsLogin label .labelText {
    cursor: pointer;
    width: min-content;
    white-space: nowrap; }
.vmsLogin label .labelText .labelTextXtra {
    margin-left: 5px;
    font-size: 12px;
    font-style: italic; }
.vmsLogin label.top {
    grid-template-columns: auto !important; }
.vmsLogin label.top span.labelText {
    width: 100%; }
 .vmsLogin label.left {
    grid-template-columns: 0fr auto;
    grid-gap: 20px; }
 .vmsLogin label.left span.labelText {
    display: grid;
    align-content: center; }
.vmsLogin  label.right {
    grid-template-columns: 0fr auto;
    grid-gap: 20px; }
.vmsLogin  label.right span.labelText {
    display: grid;
    align-content: center; }
.vmsLogin .select select {
    margin-top: 5px; }
.vmsLogin .radio label {
    padding: 0; }
.vmsLogin .radio input {
    height: 16px;
    width: 16px;
    margin: 0; }
