/*body {*/
/*    font-family: Poppins, serif !important;*/
/*    font-weight: 400;*/
/*}*/
.container-fluid {
    height: 100vh;
}

.d-flex {
    height: 100%;
}

@media (max-width: 576px) {
    .mt-3,
    .mb-3 {
        margin: 0.5rem 0;
    }
}

@media (max-width: 768px) {
    .form-control,
    .btn-primary {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .p-5 {
        padding: 3rem !important;
    }
}

input {
    background-color: #F5F5F5 !important;
}

.custom-sign-in-btn {
    margin-top: 1rem;
    width: 100%;
    border-radius: 5px;
    background: #4162FF
;
    border: none;
}

.form-check-label,
.text-decoration-none {
    /*font-weight: bold;*/
    /*color: #FFF200;*/
    display: inline-block;
}

.remember-forgot-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-forgot-row .form-check-input {
    margin-top: 5px;
}

.form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.form-check-input {
    border: 0.41px solid #767D88 !important;
    border: none;
}

select.form-select {
    background-color: #F5F5F5;
    color: #767D88;
    border: 0.30px solid #FFFFFF;
    border-radius: 0;
}

.text-white .no-underline {
    text-decoration: none;
}

@media (max-width: 768px) {
    .col-md-3 {
        width: auto;
        margin-bottom: 0.5rem;
    }
    .col-md-9 {
        width: calc(100% - 90px);
        display: inline-block;
    }
}

@media (max-width: 400px) {
    body {
        font-size: 15px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 768px) {
    .col-md-3 {
        width: 40%;
        margin-bottom: 0.5rem;
    }
    .col-md-9 {
        width: 60%;
        display: inline-block;
    }
}

/*.form-control:focus,*/
/*.form-control-sm:focus {*/
/*    color: white;*/
/*}*/

.form-control,
.form-control:focus,
.form-control:valid,
.form-control-sm:focus,
.form-control-sm:valid {
    /*color: #FFFFFF;*/
}
