@font-face {
    font-family: "Inter Regular";
    src:  url('../../font/Inter/Inter-Regular.ttf')  format('truetype'),
}

@font-face {
    font-family: "Inter Medium";
    src:  url('../../font/Inter/Inter-Medium.ttf')  format('truetype'),
}

@font-face {
    font-family: "Inter Bold";
    src:  url('../../font/Inter/Inter-Bold.ttf')  format('truetype'),
}

@font-face {
    font-family: "Inter Light";
    src:  url('../../font/Inter/Inter-Light.ttf')  format('truetype'),
}

@font-face {
    font-family: "DMSans Light";
    src:  url('../../font/DMSans/DMSans-Light.ttf')  format('truetype'),
}

@font-face {
    font-family: "DMSans Regular";
    src:  url('../../font/DMSans/DMSans-Regular.ttf')  format('truetype'),
}

@font-face {
    font-family: "DMSans Medium";
    src:  url('../../font/DMSans/DMSans-Medium.ttf')  format('truetype'),
}

@font-face {
    font-family: "DMSans Bold";
    src:  url('../../font/DMSans/DMSans-Bold.ttf')  format('truetype'),
}

body{
    background: #73049a;
    margin: 0;
}

#nav-bar{
    background-color: #470D5B;
    height: 58px;
    width: 100%;
}

#section-login{
    padding-top: 35px;
}

#card-login{
    width: 495px;
    height: 695px;
    flex-shrink: 0;
    background-color: white;
    margin: 0px auto;
    padding-left: 51px;
    padding-right: 51px;
    padding-top: 63px;
    border-radius: 16px;
}

#titulo{
   color: #27272E;
   font-family: "Inter Bold";
   font-size: 28px;
   line-height: 136.023%;
}

#sub-titulo{
    color: #27272E;
    font-family:"Inter Regular";
    font-size: 15px;
    line-height: 162.023%;
}

#form-login{
    margin-top: 34px;
}

#txt-email,#txt-senha{
    display: flex;
    width: 424px;
    height: 48px;
    padding: 19px 50px 21px 16px;
    align-items: center;
    border-radius: 118px;
    border: 1px solid #b8b8b8;
    background: #FFF;
    color: #7A828A;
    font-family: "Inter Regular";
    font-size: 15px;
    line-height: 15px;
}

#lbl-esqueceu-senha{
    color: #73049A;
    text-align: right;
    font-family: "Inter Medium";
    font-size: 15px;
    line-height: 12px; /* 85.714% */
}

#btn-logar{
    display: flex;
    width: 424px;
    height: 56px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 90px;
    background: #73049A;
    margin-top: 20px;
    
    color: #FCFCFD;
    text-align: center;
    font-family: "DMSans Regular";
    font-size: 16px;
    line-height: 16px; /* 100% */
}

#titulo-link{
    color: #718096;
    font-family:"Inter Medium";  
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    margin-top: 32px;
}

#titulo-link-a{
    color: #73049A;
    font-family:"Inter Bold";  
    font-size: 14px;
    line-height: 24px;
}

#politica-link{
    color: #718096;
    text-align: center;
    font-family:"Inter Medium";  
    font-size: 12px;
    line-height: 21.5px; /* 179.167% */
    margin-top:40px;
}

.politica-link-a{
    color: #73049A;
    font-family:"Inter Bold";  
    font-size: 12px;
    line-height: 21.5px;
}

.footer{
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    background-color: #470D5B;
    position: fixed;
    bottom:0;
    left:0;
}

#titulo-footer{
    margin-top: 32px;
    color: #95A1BB;
    font-family: "Inter Regular";
    font-size: 14px;
    line-height: 22px;
}