﻿.mp-parent-form {
    background-image: url("../../../Images/CatalystMountainbkg.png");
    white-space: nowrap;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.diligentLoginHeader {
    width: 100%;
    height: 20%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    background-size: 100%;
    border-bottom: 1px solid grey;
}

.diligentLoginHeaderTitle {
    font-size: 40px;
    color: white;
    font-weight: normal;
}

.diligentLoginHeaderImage {
    z-index: 1000;
    padding: 25px;
    box-sizing: border-box;
    width: 75%;
}

.diligentLoginBody {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: white;
    position: relative;
    color: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.diligentLoginBodySection {
    display: block;
    width: 22%;
    min-width: 400px;
    height: auto;
    text-align: center;
    border-radius: 8px;
    padding: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
    margin: 1em;
}

.diligentLoginBodyCredentialsLine {
    font-size: 14px;
    text-align: left;
}

.diligentLoginBodyCredentialHeader {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-family: open_sanscondensed-bold;
}

.diligentLoginError {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    white-space: normal;
    text-align: center;
}

.diligentLoginShowPassword {
    position: absolute;
    top: 25px;
    right: 0;
    padding: 7px 15px 7px 3px;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    opacity: 0.35;
}

.diligentLoginBodyLogin {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    font-family:  open_sansregular;
}

.diligentLoginBodyCredentialTitle {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
    font-family: 'open_sanscondensed-bold';
}

.diligentLoginBodyCredentialsReset {
    text-align: right;
    font-size: 13px;
    font-family: open_sansregular;
    font-weight: bold;
    color: #0971CE;
    border-radius: 5px;
}

.diligentLoginBodyCredentialsUsernameHeader {
    height: 24px;
}

.diligentLoginBodyCredentialsPasswordHeader {
    height: 24px;
    display: flex;
    justify-content: space-between;
}

.diligentLoginReleaseWarning {
    display: none;
    width: 50%;
    color: #990000;
    background-color: #FFCCCC;
    white-space: normal;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
    margin: 1em 5em;
}

.twoFactorAuthenticationInstructions {
    white-space: normal;
}

input[type="button"], input[type="submit"], .linkButton {
    text-transform: uppercase;
    font: 14px 'open_sanscondensed-light';
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 9px 15px;
    border-radius: 5px;
    height: 38px;
    opacity: 1;
    background: linear-gradient(180deg, #089AD8 0%, #0971CE 100%);
    color: white;
    border: none;
}

    input[type="button"]:hover, input[type="submit"]:hover, .linkButton:hover {
        opacity: 1;
        background: linear-gradient(180deg, #089AD8 0%, #0971CE 100%);
    }