@import url('https://fonts.googleapis.com/css2?family=Gibson:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('../../fonts/gibson/style.css');

html {
    font-family: 'Poppins Regular', sans-serif !important;
    font-weight: 100;
}
body {
    font-family: 'Poppins Regular', sans-serif !important;
    font-weight: 100;
}
/** SECCIÓN DE IMOBILIARIAS **/
body.rtl .card-body p{
    text-align: justify;
    margin-bottom: 0;
}
.alert {
    direction: initial;
}
form.resetform{
    padding-top: 0px !important;
}
.form-label{
    text-align: end;
}
.form-control {
    direction: initial;
}
body.rtlp{
    text-align: left;
}
.auth .auth_left{
    background-color: #FF7423 !important;
    width: 200px !important;
}
.auth .auth_right {
    background-size: cover;
    height: 100vh;
    width: calc(100% - 200px) !important;
}
.auth .auth_left .card{
    position: absolute;
    z-index: 100;
    width: 300px !important;
    border-right-width: 0px !important;
    box-shadow: 2px 3px 20px;
    padding: 0px !important;
left: inherit !important;
}
.cardformularioLogin .card-body{
    padding: 0px !important;
    font-family: 'Poppins Regular', sans-serif;

}
.cardformularioLogin .card-title{
    background-color: #FF7423;
    width: 90%;
    padding: 2% !important;
    margin: 5px 0px;
    color: #fff;
    font-family: 'Poppins Regular', sans-serif;

}
.cardformularioLogin .card-title p{
    margin: 0;
    margin-right: 17px;
}
.cardformularioLogin  .text-muted{
    padding: 4%;
    font-family: 'Poppins Regular', sans-serif;

}
.cardformularioLogin form{
    padding: 20px 20px;
}
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #FF7423 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(243, 139,45,.25) !important;
}
.carousel-item{
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.btn-primary{
    background-color: #FF7423 !important;
    border-color: #FF7423 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #FF7423 !important;
    border-color: #FF7423 !important;
}
.custom-checkbox::selection {
    color: #fff;
    background: #FF7423 !important;
}
a{
    color: #FF7423 !important;
    font-family: 'Poppins Regular', sans-serif;

}
