.w-100{
    font-weight: 100 !important;
}

.w-200{
    font-weight: 200 !important;
}

.w-300{
    font-weight: 300 !important;
}

.w-400{
    font-weight: 400 !important;
}

.w-500{
    font-weight: 500 !important;
}

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

.w-700{
    font-weight: 700 !important;
}

.w-800{
    font-weight: 800 !important;
}

.w-900{
    font-weight: 900 !important;
}

/*margin top*/
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
.mt-90{
    margin-top: 90px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}

/*margin bottom*/
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-90{
    margin-bottom: 90px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}

.wd-100 {
    width: 100% !important;
}

#carregando-produto {
    display: none;
    width: 100%;
    position: absolute;
    top: 5px;
    height: 95px;
    background: #fff;
    padding-top: 15px;
    font-size: 25px;
    font-weight: bold;
}

#carregando-produto2 {
    display: none;
    width: 100%;
    position: absolute;
    top: 5px;
    height: 95px;
    background: #fff;
    padding-top: 15px;
    font-size: 25px;
    font-weight: bold;
}

#sliderlogin img{
    border-radius: 10px;
}

.titulo-login{
    color: #514C42;
    font-family: "Anton", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.texto-login{
    color: #5B5B5B;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.input-login{
    color: #ACACAC;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 54px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 15px;
}

.input-login::placeholder {
  color: #ACACAC;
}

.versenha{
    position: absolute;
    margin-left: -50px;
    margin-top: 6px;
    font-size: 25px;
    color: #ACB78F;
}

.btn-login{
    border-radius: 5px;
    background-color: #524B3F;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 18px 24px;
    width: 100%;
}

.btn-login:hover{
    background-color: #ACB78F;
    color: #524B3F;
}

.logo-fgs{
    width: 240px;
    /*margin-bottom: 190px;*/
}

.text-right {
    text-align: right;
}

.rodape {
    /*margin-top: 60%;*/
}

.rodape p{
    color: #000;
    text-align: right;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.div-flex {
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.recuperar-senha{
    color: #ACB78F;
    font-family: "Rajdhani", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}

.foto-capa{
    border-radius: 10px;
}

@media(max-width: 767px){
    .div-flex {
        margin-top: 25px;
    }
    .titulo-login{
        text-align: center;
    }
    .texto-login{
        text-align: center;
    }
    .logo-tapeteria{
        margin-bottom: 25px;
    }
    .text-right, .rodape p{
        text-align: center;
    }
    .text-center-mob{
        text-align: center !important;
    }
}