@font-face {
    font-family: NotoSansSC-Regular;
    src: url('../fonts/NotoSans-SemiCondensed.woff');
}
@font-face {
    font-family: NotoSansSC-Bold;
    src: url('../fonts/NotoSans-SemiCondensedBold.woff');
}
@font-face {
    font-family: NotoSansSC-Light;
    src: url('../fonts/NotoSans-SemiCondensedLight.woff');
}
@font-face {
    font-family: NotoSansSC-Medium;
    src: url('../fonts/NotoSans-SemiCondensedMedium.woff');
}

.container-fluid {
    padding: 0 !important;
}

.row{
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.odontBoxCenter {
    background: #fff;
    border-radius: 12px;
    padding: 0 10px 150px 140px;
    display: block;
    text-align: left;
    width: 100%;
    max-width: 100%;
}

.titleOdont {
    font-family: NotoSansSC-Bold, Arial, sans-serif;
    font-size: 22px;
    color: #002041;
    margin-bottom: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 0;
}

.subTitleOdont {
    font-family: NotoSansSC-Regular, Arial, sans-serif;
    font-size: 16px;
    color: #222;
    margin-bottom: 18px;
    text-align: left;
}

.label-cpf,
.labelOdontBlur {
    font-family: NotoSansSC-Medium, Arial, sans-serif;
    color: #4C4C4C;
    font-size: 16px;
    margin-bottom: 6px;
    text-align: left;
    width: 350px;
    display: block;
    padding-left: 0;
    padding-top: 0 !important;
}

.inputLabelBlur,
.cpfcnpj {
    font-family: NotoSansSC-Regular, Arial, sans-serif;
    font-size: 16px;
    /*border-bottom: ;*/
    /*padding: 8px 12px;*/
    margin-bottom: 18px;
    background: #fff;
    transition: border-color 0.2s;
    width: 350px;
    height: 31px;
    color: #222;
    border: 1px solid #666666;
    border-radius: 10px;
    opacity: 1;
    text-align: left;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 100px;
}

.inputLabelBlurAzul{
    font-family: NotoSansSC-Regular, Arial, sans-serif;
    font-size: 16px;
    /*border-bottom: ;*/
    /*padding: 8px 12px;*/
    margin-bottom: 18px;
    background: #fff;
    transition: border-color 0.2s;
    width: 350px;
    height: 31px;
    color: #002041;
    border: 1px solid #666666;
    border-radius: 10px;
    opacity: 1;
    text-align: left;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 100px;
}

.inputLabelBlur:focus,
.cpfcnpj:focus,
.inputLabelBlurAzul:focus{
    border-bottom: 1.5px solid #002041;
    box-shadow: none;
    outline: none;
}

.inputLabelBlur::placeholder,
.cpfcnpj::placeholder,
.inputLabelBlurAzul::placeholder{
    padding-left: 5%;
    color: #cccccc;
    opacity: 1;
    font-size: 15px;
}

.btnOdont,
.btnOdontCinza {
    background: #002041;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-family: NotoSansSC-Bold, Arial, sans-serif;
    font-size: 16px;
    padding: 12px;
    width: 350px !important;
    margin-top: 0;
    margin-bottom: 18px;
    transition: background 0.2s;
    display: block;
    text-align: center;
    max-width: 350px !important;
}
.btnOdontCinza.disabled {
    background: #b7babb;
    color: #fff;
    cursor: not-allowed;
}
.btnOdont:hover,
.btnOdont:focus {
    background: #2D6FCE;
    color: #fff;
}

.boxLabInput {
    margin-bottom: 0;
    padding: 0;
}

.voltar-link {
    padding-left: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    width: max-content;
}

.label-voltar {
    color: #064199;
    font-size: 15px;
    font-family: NotoSansSC-Regular, Arial, sans-serif;
    margin-left: 8px;
    vertical-align: middle;
    cursor: pointer;
}

.seta-home {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    cursor: pointer;
}

.cpf{
    padding-left: 10px;
}

@media (max-width: 600px) {
    .odontBoxCenter {
        padding: 18px 6px 18px 12px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .titleOdont {
        font-size: 18px;
    }
    .btnOdont, .btnOdontCinza {
        font-size: 15px;
        padding: 10px;
        width: 100%;
        max-width: 100%;
    }
    .cpfcnpj, .inputLabelBlur {
        width: 100%;
        max-width: 100%;
    }
}
