/* register-client V1
 * Se agregan estilos para mejorar visualmente la pagina de registro de los donantes.
 * Zoho project ID: PP1-T29
 */

label {
    font-weight: 500;
}
body {
    background-color: #f9f9f9;
}
.cd-container {
    height: 100vh;
    width: 100%;
    max-width: inherit;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.panel-heading {
    background-color: transparent !important;
    padding: 35px 20px 0 46px !important;
}
.panel-body {
    padding: 0 !important;
    margin-bottom: 20px;
    flex-grow: 1;
}
h3 {
    color: #0a2c59;
}
.container {
    background: #fff;
    color: #777777;
    padding: 0 10px;
    border-radius: .3rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    display: flex;
    justify-content: center;
    width: max-content;
}
.div-outer-footer > .col-lg-12 {
    padding-bottom: 20px;
}
.div-outer-footer > div > strong {
    font-weight: 400;
}
.link-register {
    color: #1D81C0;
}
#register {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
    background-color: #0B3369 !important;
    color: #fff !important;
}
.image-holder {
    height: 100%;
    width: 250px;
    background-color: #f3f1f2;
    background-image: url(../images/bg-register-donor.jpg);
    background-size: cover;
    float: left;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    background-position: 40%;
}
.form-content {
    width: 570px;
    padding: 25px;
    float: right;
}
.m-t-30 > div > p {
    color: #333;
    font-size: 16px;
}
@media (max-width: 844px) {
    .image-holder {
        display: none;
    }
    .container {
        padding-left: 15px;
    }
    .form-content {
        width: auto;
    }
}
.form-group {
    margin-bottom: 10px;
}