.login-logo a {
    background-image: url('/css/icons/AMPLY-Logo.png');
    display: inline-block;
    width: 100%;
    min-height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.separator {
    margin:15px 0;
    width: 100%;
    text-align:center;
    font-weight: bold;
}

.error-message {
    padding: 5px;
    background: #ffc6c6;
    margin-bottom: 18px;
    color: #9e6060;
    border-radius: 2px;
    box-shadow: 0 4px 5px rgba(60, 60, 60, 0.1);
}