﻿/* PAGE BACKGROUND*/
.bg-admin {
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

body {
    background: #ffff;
}

.container-box {
    width: 380px !important;
}

.logo-croma {
    height: 15px;
}

#logoCliente {
    height: 80px;
    display: block;
    margin: auto;
}

.btn-control.login {
    background-color: var(--client-color);
}

.parsley-required {
    font-weight: 300;
    text-align: center !important;
}

.f-control, .form-control {
    text-align: center !important;
}
/* MEDIA */
@media only screen and (max-width: 767px) {
    .container-box {
        margin: 50px 0 50px 0;
    }

    #logoCliente {
        height: 70px !important;
    }

    .row.vh-100 {
        height: auto !important;
    }
}
