body{
    background: #EFF0F1;
     font-family: Calibri,sans-serif;
     font-weight: bold;
    font-size: 22px;
}

.form-login{
    background: #E5E3E9;
    border-radius: 10px;
}

@media (max-width: 990px) {
    .img-login{
        background: none !important;
    }
}

.login{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #EFF0F1;
}

.img-login{
    background: url("./fondonew2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.btn-agencia-virutal{
    background: #ED7B0F !important;
    border-radius: 20px !important;
    font-size: 30px !important;
}

.btn-submit{
    background: #00A24C;
    color: white;
    border-radius: 10px;
}

.btn-submit:hover{
    color: white;
}

input{
    border-radius: 10px !important;
}

.form-control:focus {
    border-color: #86D4AA !important;
    box-shadow: 0 0 0 0.2rem rgb(134 212 170 / 25%) !important;
}