.form-login{
    text-align: center;
    padding: 10%;
}

.titulo-login{
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 23px;
    text-align: center;
    color: #CC9B0B;
    padding-bottom: 10%;
}


.input-estilo{
    background-color: transparent;
    color: #CC9B0B;
    width:100%;
    padding: 12px;
    margin-bottom: 10%;
}

.input-estilo:focus {
    border-color: #CC9B0B;
    color: #b1770b;
    background-color: transparent;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffff !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffff !important;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffff !important;
}

.link-esqueceu-senha{
    color: #FFC20E;
    font-weight: 580;
}

.link-esqueceu-senha:hover{
    color: #FFC20E;
}

.titulo-login-redes-sociais{
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #fff; 
    line-height: 0.1em;
    margin: 10px 0 20px; 
}

.titulo-login-redes-sociais span{
    background:#000; 
    padding:0 10px; 
    font-size: 14px;
}

.div-outline-branco{
    background-color:transparent;
    border: 1px solid #cccc;
    color: #cccc !important;
    border-radius: 18px;
    cursor: pointer;
    padding: 6px;
} 

.custom-check input {
    display: none; /* Hide the default checkbox */
  }
  
/* Style the artificial checkbox */
.custom-check span {
    height: 20px;
    width: 20px;
    border: 1px solid #CC9B0B;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
  }
  
  /* Style its checked state...with a ticked icon */
  [type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    top: -4px;
    left: -1px;
  }

.texto-paragrafo{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.0015em;
    color: #ffff;
    text-align: left;
    font-weight: 580;
    margin-top: 10%;
}