html {
    background: black;
}

.pgRegister .btnGrey{
    background: #727272;
}

.pgRegister{
    padding-top: 160px;
    padding-bottom: 60px;
}
.pgRegister h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 900;
}
.pgRegister h3{
    color: #DD1A22;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.btn-register {
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.btn-register-red {
    background-color: #c73e33;
}

.btn-register-green {
    background-color: #4caf50b0;
}

.btn-register:hover {
    opacity: 1;
}

.form-center {
    margin: auto;
    width: 75%;
}

.form-register-title {
    padding-bottom: 20px;
}

.section { display: none; }
#registerForm { display: block; }
#recoveryForm { display: block; }

.form-register .subtitle {
    padding-top: 10px;
    padding-bottom: 30px;
}

.form-register label {
    font-weight: 800;
    letter-spacing: 1px;
}

/* Altera o fundo do tooltip */
.tooltip-inner {
    background-color: #f3e359 !important;
    color: #000000 !important;
    font-size: 14px;
    max-width: 350px !important;
    white-space: normal !important;
}

.tooltip.show {
    opacity: 1 !important;
}

.resend-code-link {
    color: #e25f5f;
}

.recuperar-outra-forma {
    color: #0b58a2;
}

/* Personalizando a cor da seta do tooltip */
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #ce9e06 !important;
}
.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #ce9e06 !important;
}
.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #ce9e06 !important;
}
.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #ce9e06 !important;
}

.invalid-feedback {
    color: #d98165 !important;
}

/* Full-width input fields */
input[type=text], input[type=password], input[type=email], select {
    width: 100%;
    display: inline-block;
    border: none;
    background: #d3d3d3 !important;
    font-size: 17px;
    color: #000000;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {
    background-color: #bdbcbc !important;
    color: #000000;
    outline: none;
}

@media (max-width: 767px){
    .pgRegister {
        padding-top: 15px;
        padding-bottom: 60px;
    }
    .pgRegister h1 {
        font-size: 30px;
    }

    .form-center {
        margin: auto;
        width: 100%;
    }
}

@media (max-width: 480px){
    .tooltip-inner {
        max-width: 320px !important;
    }
}