/* ========================================================
*
* Melon - Flat & Responsive Admin Template
*
* ========================================================
*
* File: register.css
* Description: Register template styling
* Version: 1.0
*
* ======================================================== */
.register {
    background-color: #f5f5f5;
}

.register .box {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 420px;
}

.register .box .logo img {
    width: 180px;
    margin: 0 auto;
    display: block;
}

.register .box .logo .form-title {
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.register .box .content {
    border-radius: .25em;
    background-color: #ffffff;
    padding: 30px;
    border-top: 5px solid #37C12F;
    margin-top: 30px;
}

.register .form-title {
    text-align: center;
    margin-bottom: 20px;
}

.register .thank-you {
    color: green;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.register .form-group label,
.register .form_group label {
    font-weight: 600;
}

.register .text-danger {
    color: red;
}

.register .validation-summary-errors {
    color: red;
    margin-bottom: 10px;
}
