/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.dashboard-icon-style {
    font-size: 8rem;
    color: white;
    text-align: center;
    display: block;
}

.panel-heading h3 {
    text-transform: uppercase;
    text-align: center;
}

.dashboard-main-options {
    margin-bottom: 100px;
}

.font-style {
    font-family: sans-serif;
    font-weight: bold;
}

.merchant-register-heading {
    padding: 50px;
    background-color: #c3c4c7;
    margin: 30px 0px;
}

.merchant-register-heading h2 {
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
}

span.dwp-notice {
    font-size: 13px;
}

.merchant-verification-document {
    width: 100px;
    height: auto;
    border: 1px solid #c3c4c7;
}

label.col-sm-2.col-form-label {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}

.header-style {
    padding: 50px 0px;
    text-transform: uppercase;
    text-align: center;
}

.select-area h4 {
    padding: 35px 10px;
    text-transform: uppercase;
    text-decoration: underline;
}