.credentials-panel {
    width: 940px;
    height: 500px;
    background-color: white;
    text-align: left;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 14px;
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.credentials-panel .aevi-services-header {
    color: #000000;
    font-size: 32px;
    display: inline-block;
    padding-left: 40px;
    padding-bottom: 25px;
}

.credentials-panel .form-input {
    display: block;
}

.credentials-panel label {
    opacity: 0.4;
    color: #000000;
    padding-left: 40px;
}

.credentials-panel input {
    height: 40px;
    width: 370px;
    padding: 5px;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    background-color: rgba(246, 247, 249, 0.75);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.credentials-panel input:focus {
    border: 1px solid #323944;
    box-shadow: none;
    outline: 0;
}

.credentials-panel button {
    height: 36px;
    width: 86px;
    border-radius: 18px;
    background-color: #33CC6B;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: lighter;
    line-height: 15px;
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 10px;
}

.credentials-panel button:hover {
    background-color: #004C31;
}

.credentials-panel button:focus {
    background-color: #004C31;
    box-shadow: none;
    outline: 0;
}

.credentials-panel .forgotten-credentials {
    margin-top: 30px;
}

.credentials-panel .forgotten-credentials span {
    color: #000000;
    padding-left: 40px;
    opacity: 0.4;
    display: inline-block;
}

.credentials-panel a {
    color: #33CC6B;
    text-decoration: none;
    opacity: 1;
}

#image-services {
    height: 500px;
    width: auto;
    border-radius: 8px 0 0 8px;
    float: left;
}

#logo-aevi {
    width: 84px;
    display: block;
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.mfa-info {
    display: inline-block;
    position: absolute;
}

#mfa-info-icon {
    padding-left: 5px;
    opacity: 0.4;
}

.mfa-info-bubble {
    background: white;
    color: #323944;
    cursor: pointer;
    opacity: 0;
    padding: 8px 5px;
    position: absolute;
    visibility: hidden;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s;
    height: fit-content;
    width: 170px;
    left: -360%;
    top: auto;
    bottom: 150%;
}

.mfa-info-bubble:after {
    content: '';
    margin: 0 auto;
    position: absolute;
    right: 0;
    border-bottom: inherit;
    border-right: inherit;
    background: white;
    top: 100%;
    left: 0;
    height: 6px;
    width: 6px;
    transform: rotate(45deg) translate(-50%);
}

#mfa-info-icon:hover + .mfa-info-bubble {
    opacity: 1;
    visibility: visible;
    transition: all 0.25s;
}

.mfa-info-bubble p {
    display: block;
    text-align: center;
    margin: 0;
}

.login-error {
    color: red;
    padding: 10px 40px;
    position: absolute;
    display: inline-block;
    width: 370px;
}
