﻿
#new-login-layout {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}

#floating-content {
    max-width: 462px;
    margin: 48px auto;
    border-radius: 4px;
    padding-right: 0;
    padding-left: 0;
}

#new-login-layout #logoHolder {
    background: #333333;
    height: 104px;
}

#new-login-layout #pageTitle {
    background: #f3f2f0;
    height: 56px;
    text-align: center;
    color: #000000;
}

#new-login-layout .body-content {
    padding: 32px 48px;
    background-color: #FFFFFF;
    min-height: 452px;
}

.mt-40px {
    margin-top: 40px !important;
}

.word-break-all {
    word-break: break-all;
}

.validation-summary-errors {
    font-weight: 400;
}
