﻿
/* Title bar
 --------------------------------------------*/

#page-title-bar {
    margin-bottom: 10px;
}

/* Login form
 --------------------------------------------*/

.login-form {
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    padding: 25px;
    margin-bottom: 40px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .login-form label {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .login-form input[type=text],
    .login-form input[type=password] {
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }

    .login-form input[type=submit] {
        width: 100%;
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

/* Fraud dec
 --------------------------------------------*/

.messagebox {
    background-color: #eee;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.messagebox-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #e60263;
}

.messagebox p:last-child {
    margin-bottom: 0;
}

.form_block {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

    .form_block .form_title {
        font-size: 28px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 20px;
    }

    .form_block .form_subtitle {
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
    }

.col-form-label {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.upload-row {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-note {
    font-size: 14px;
    padding-top: 10px;
}

    .form-note ul {
        padding: 0 0 0 25px;
    }

        .form-note ul li {
            list-style: disc;
            margin-bottom: 5px;
            line-height: 18px;
        }


.errormessage {
    color: red;
    border-style: none;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
   

.button-wrap {
    padding: 20px 0 50px 0;
}

#MainContent_DPP p {
    font-size: 12px;
    line-height: 14px;
}

/* Login form
 --------------------------------------------*/

#site_footer {
    margin-top: 0px;
}
.form-group {
    margin-bottom: 1rem;
}