@font-face {
font-family: 'Segoe UI';
src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'), url('../fonts/SegoeUI-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: 'Segoe UI';
src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'), url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: 'Segoe UI';
src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Segoe UI';
src: url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

html,
body {
height: 100%;
}

body {
display: flex;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background: transparent url('../images/bg.png') 0% 0% no-repeat padding-box;
}

:focus {
outline: 0;
}


/* Login */

.form-signin input::-webkit-input-placeholder {
/* Edge */
color: #05A275;
}

.form-signin input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #05A275;
}

.form-signin input::placeholder {
color: #05A275;
}

.form_white {
width: 462px;
height: 384px;
padding: 60px;
color: #05A275;
text-align: left;
}

.form-floating input {
border: 0px;
}

.base {
display: flex;
}

.bg-green {
background: transparent url('../images/fundos-02.png') 0% 0% no-repeat padding-box;
width: 249px;
height: 384px;
display: grid;
text-align: center;
padding: 50px;
align-content: space-between;
}

.bg-green img {
margin: 0 auto;
}

.login_name {
font-weight: normal;
font-style: normal;
font-size: 23px;
line-height: 23px;
font-family: 'Segoe UI';
letter-spacing: 0px;
color: #FFFFFF;
text-align: center;
}

.terms_name a {
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 12px;
font-family: 'Segoe UI';
letter-spacing: 0px;
color: #FFFFFF;
text-align: center;
}

.form-signin {
width: 100%;
max-width: 711px;
height: 384px;
padding: 0px;
margin: auto;
background: #fff;
color: #05A275;
}

.form-signin .checkbox {
font-weight: 400;
}

.form-signin .form-floating:focus-within {
z-index: 2;
}

.form-signin input[type="text"],
.form-signin input[type="email"] {
height: 40px;
border-radius: 0px;
border-bottom: 2px solid #05A275;
color: #05A275;
margin-bottom: 10px;
text-align: left;
font: normal normal 400 14px/12px Segoe UI;
letter-spacing: 0px;
color: #05A275;
border-left: 0px;
border-right: 0px;
border-top: 0px;
padding-left: 5px;
}

.form-signin input[type="password"] {
border-radius: 0px;
border-bottom: 2px solid #05A275;
color: #05A275;
margin-bottom: 10px;
text-align: left;
font: normal normal 400 14px/12px Segoe UI;
letter-spacing: 0px;
color: #05A275;
border-left: 0px;
border-right: 0px;
border-top: 0px;
height: 40px;
padding-left: 5px;
}

.form-floating>label {
padding-left: 0px;
font-weight: 600;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
padding-top: 2.825rem;
padding-bottom: 1rem;
padding-left: 5px;
}

.esqueci a {
text-align: left;
text-decoration: underline;
font: normal normal normal 12px/12px Segoe UI;
letter-spacing: 0px;
padding-top: 20px;
color: #05A275;
}

.bt_green {
height: 34px;
background: #05A275;
line-height: 0px;
color: #fff;
margin-top: 10px;
border-radius: 4px;
padding: 0 27px;
}

.bt_green:hover {
background: #05A275;
color: #fff;
}

.aviso {
font: normal normal bold 13px/12px Segoe UI;
letter-spacing: 0px;
color: #05A275;
padding-top: 40px;
}

.aviso a {
color: #05A275;
}

.seta-right-round {
position: absolute;
margin-left: 225px;
margin-top: 165px;
}


/* Esqueci */

.modal-dialog {
max-width: 705px;
margin: 18.60rem auto;
}

.modal-title {
margin-bottom: 0;
line-height: 1.5;
margin: 0 auto;
}

.esqueci_header {
color: #05A275;
font: normal normal normal 18px/24px Segoe UI;
letter-spacing: 0px;
}

.modal-header {
border-bottom: 0px solid #dee2e6;
}

.modal-body p {
text-align: center;
font: normal normal normal 17px/21px Segoe UI;
letter-spacing: 0px;
color: #848484;
line-height: 21px;
}

.esqueci_body {
position: relative;
flex: 1 1 auto;
padding: 1.8rem 9rem 0rem 9rem;
}

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

.esq_email {
text-align: left;
color: #05A275;
margin-top: 40px;
margin-bottom: 40px;
}

.esq_email input {
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 2px solid;
border-radius: 0px;
padding-left: 0px;
text-align: left;
font: normal normal 400 14px/12px Segoe UI;
letter-spacing: 0px;
color: #05A275;
margin-top: 10px;
}

.esq_email input::-webkit-input-placeholder {
/* Edge */
color: #05A275;
}

.esq_email input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #05A275;
}

.esq_email input::placeholder {
color: #05A275;
}

.modal-footer {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: center;
padding: .75rem;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top: 0px solid #dee2e6;
align-content: flex-end;
padding-bottom: 24px;
}

.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 0px solid rgba(0, 0, 0, .2);
border-radius: 0px;
outline: 0;
}

@media screen and (max-width: 680px) {
.modal-dialog {
    max-width: 705px;
    margin: 11.6rem auto;
}
.seta-right-round {
    display: none;
}
.esqueci_body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.8rem 2rem 0rem 2rem;
}
}

@media screen and (max-width: 500px) {
.bg-green {
    display: none;
}
.seta-right-round {
    display: none;
}

.radio_bs {
    padding-left: 20px;
}

.container {
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font: normal normal normal 13px/19px Segoe UI;
    letter-spacing: 0px;
    color: #0E0E0F;
}
}

.termos_header{
    background-color: #05A275;
}

.modal-dialog-terms {
    max-width: 1060px !important;
    margin: 4.6rem auto !important;
}

.box_termos {
    width: 992px;
    height: 420px;
    background: #EBEBEB 0% 0% no-repeat padding-box;
    border: 1px solid #AFAFAF;
    opacity: 1;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px;
    overflow: auto;
}

.box_termos p{
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #0E0E0F;
}

.titulo_termos{
    width: 100%;
    height: 70px;
    padding-left: 30px;
    padding-top: 30px;
}

.titulo_termos h3{
    text-align: left;
    font: normal normal 600 20px/17px Segoe UI;
    letter-spacing: 0px;
    color: #05A275;
    opacity: 1;
}

.footer_termos {
    background: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 25px;
}

.btn_termos{
    width: 157px;
    height: 36px;
    background: #12A869 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    font: normal normal 600 14px/12px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    cursor: pointer;
}


.btn_termos:hover{
    color: #FFFFFF;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #0E0E0F;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #b9afaf;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #05a275;
}

.radio_bs {
    background-color: #fff;
    text-align: left;
    padding-left: 34px;
    margin-bottom: 15px;
}

.box_termos::-webkit-scrollbar {
    width: 8px;
}

.box_termos::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.box_termos::-webkit-scrollbar-thumb {
    background: #BABABA;
    border-radius: 10px;
}

.box_termos::-webkit-scrollbar-thumb:hover {
    background: #BABABA;
}

.resp_terms{
    display: none;
    padding-top: 20px;
}

.resp_terms a {
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 12px;
    font-family: 'Segoe UI';
    letter-spacing: 0px;
    color: #05a275;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width:1024px){
    .box_termos {
        width: 92%;
        height: 400px;
        background: #EBEBEB 0% 0% no-repeat padding-box;
        border: 1px solid #AFAFAF;
        opacity: 1;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 20px;
        overflow: auto;
    }

    .modal-dialog-terms {
        max-width: 90% !important;
        margin: 4.6rem auto !important;
    }

    .resp_terms{
        display: block;
    }
}

@media screen and (max-width: 400px){
    .modal-dialog-terms {
        max-width: 90% !important;
        margin: 2.6rem auto !important;
    }

    .box_termos {
        width: 94%;
        height: 250px;
        background: #EBEBEB 0% 0% no-repeat padding-box;
        border: 1px solid #AFAFAF;
        opacity: 1;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 20px;
        overflow: auto;
    }

    .container{
        padding-left: 34px;
    }
}

#termosModalLabel{
    font: normal normal 600 16px/12px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.error {
    color: rgb(204, 79, 79);
    font: normal normal normal 13px/15px Segoe UI;
    height: 25px;
}
