body {
    font-family: "Roboto",sans-serif;
    background-color: #fff;
}
p {
    color: #b3b3b3;
    font-weight: 300;
}
.half {
    height: 100vh;
}
.half .bg {
    background-size: cover;
    background-position: center;
}
.half .contents, .half .bg {
    width: 50%;
}
.half .contents .form-control, .half .bg .form-control {
    border: none;
    padding: 0;
    font-size: 15px;
    border-radius: 0;
}
.half .contents .form-group.first, .half .bg .form-group.first {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.half .contents .form-group.last, .half .bg .form-group.last {
    border-bottom: 1px solid #efefef;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.half .contents .form-group, .half .bg .form-group {
    margin-bottom: 0;
    border: 1px solid #efefef;
    padding: 15px 15px;
    border-bottom: none;
}
.half .contents .form-group label, .half .bg .form-group label {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    color: var(--bs-heading-color);
}
.half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input[type="button"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
@media(max-width: 1199.98px) {
    .half .contents, .half .bg {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 991.98px) {
    .half .bg {
        height: 300px;
    }
    #contenedor {
        margin-top: 2em!important;
    }
}
#contenedor {
    margin-top: calc(65vh - 250px);
}
.btn-primary, .btn-primary:hover {
    background-color: #1d1919;
    border-color: #1d1919;
    color: #fff;
    text-shadow: none;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #1d1919!important;
    border-color: #1d1919!important;
}
.image-login{
    background-position: center; 
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/bell.jpg);
}
#ver-password {
    top: 45px;
    right: 8px;
    opacity: 0.7;
    cursor: pointer;
    font-size: 23px;
}