﻿
#ErrorMessageBox h2 {
    color: rgb(192, 0, 0);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 5px 0;
}

#ErrorMessageBox {
    background-color: #ffa2a2;
    padding: 10px;
    border-radius: 6px;
    border: solid 1px rgb(192, 0, 0);
}

#ErrorMessageBodyBox {
    margin: 20px 0;
}

#ErrorTitleBox {
    padding-left: 45px;
    width: 95%;
}

.error-container {
    height: 100%;
    width: 100%;
    background-image: url(../../../Content/images/background.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
}

    .error-container p {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

.card-container.card {
    max-width: 550px;
    padding: 20px 20px;
    border-radius: 10px;
}

.card {
    background-color: white;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.loginLogo {
    color: #007f64;
    font-size: 2.5em;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 15px;
}