@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap);

.btn_login {
    font-weight: 600 !important;
}

.invalid-feedback {
    display: block !important;
}

body {
    font-family: "Montserrat", sans-serif;
}

#video_city {
    width: 50%;
    height: 99vh;
    position: absolute;
    left: 50%;
}

#logo_monitoring {
    position: absolute;
    width: 39%;
    left: 10.5%;
    top: 10%;
}

#twoflow {
    position: absolute;
    width: 10%;
    bottom: 5%;
    right: 1%;
}

.container-fluid {
    position: absolute;
    left: -20%;
    top: 50%;
    width: 100%;
}

.container-fluid .card-body {
  margin-top: 10%;
}

.container-fluid .card-body .form-group {
    margin-bottom: 0 !important;
}

.container-fluid .card-body .custom_input {
    font-size: 15px;
    margin: 2% auto !important;
    padding: 0.5rem 1.5rem;
    width: 80%;
    background: #FFFFFF;
    border: 3px solid #186AF6;
}

.card-body {
    text-align: center;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.container-fluid .buttons {
    width: 55%;
    margin: auto;
}

.container-fluid .buttons button {
    margin-top: 2%;
}

.auth_number {
    border: 2px solid #186AF6 !important;
    /* Firefox */
    -moz-appearance: textfield !important;
}

/* Chrome, Safari, Edge, Opera */
.auth_number::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    display: none;
    }

@media screen and (max-width: 1080px) {
    .container-fluid .card-body {
        margin-top: 0 !important;
    }
    .container-fluid .card-body .buttons {
        width: 80% !important;
    }

    #logo_monitoring {
        width: 36%;
        left: 12%;
        top: 10%;
    }

    #twoflow {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .container-fluid {
        left: 0;
        top: 40%;
    }

    #video_city {
        display: none;
    }

    #logo_monitoring {
        width: 74%;
        left: 13%;
        top: 10%;
    }

    #twoflow {
        width: 45%;
        right: 27.5%;
    }
}
