@import url(https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
:root {
  --primary-color: #30aaa7;
  --primary-color2:#61e0da;
  --secondary-color: #ededed;
  --secondary-color2: #5fb7ed;
  --button-bg-color: #e8c862;
  --tag-color: #f24949;
  --text-dark-color: #333333;
  --text-bright-color: #ffffff;
}
/*login style*/
.login2024 #formulario .topo-login {
    background-color: var(--primary-color);
}
.login2024 #formulario .topo-login .entrar-na-conta {
    color: var(--text-bright-color) !important;
    font-family: Funnel Display !important;
    font-weight: 500;
}
.link_criar_cadastro_aluno {
    display: none !important;
}
.login2024 #formulario .corpo .div-bloco-entrar button, .signinpanel .btn, .btn-success {
    background: var(--button-bg-color) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: var(--text-dark-color);
    font-family: Inter;
    border: 1px solid transparent;
    box-shadow: 0px 5px 5px #e0e0e0;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}
.login2024 #formulario .corpo .div-bloco-entrar button:hover, .signinpanel .btn:hover, .btn-success:hover {
    background: transparent;
    color: var(--text-dark-color);
    border: 1px solid var(--text-dark-color);
    box-shadow: 10px 10px 10px #e0e0e0;
}
.login2024 #formulario .corpo input, .login2024 #formulario .corpo select, .signinpanel .form-control {
    margin-top: 0;
    border-radius: 20px;
    border-color: #A8A8A8;
    padding: 10px;
    font-family: Inter !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.62px;
    background-color: var(--secondary-color) !important;
    box-shadow: 0px 5px 5px #e0e0e0;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}
.login2024 #formulario .corpo input:focus, .login2024 #formulario .corpo select:focus, .signinpanel .form-control:focus {
    box-shadow: 10px 10px 10px #e0e0e0;
    border: 1px solid var(--primary-color);
}
.login2024 #formulario .corpo h4, .login2024 #formulario .corpo p {
    font-family: Inter;
}
.login2024 #formulario .corpo .div-bloco-entrar .esqueceu_sua_senha, .login2024 #formulario .corpo .div-bloco-entrar .link_criar_cadastro_aluno {
    font-family: Inter;
    color: var(--primary-color);
    text-decoration: underline !important;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}
.login2024 #formulario .corpo .div-bloco-entrar .esqueceu_sua_senha:hover, .login2024 #formulario .corpo .div-bloco-entrar .link_criar_cadastro_aluno:hover {
    color: var(--text-dark-color);
    text-decoration: none;
}
.topo .signinpanel form {
    background: #f7f7f7 !important;
    border-radius: 20px !important;
    border: 0px solid #ccc !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
}
.notfound h4 {
    font-size: 18px !important;
    color: var(--text-dark-color) !important;
    font-family: Funnel Display !important;
}
.topo .signinpanel form a {
    color: var(--primary-color) !important;
}
.signinpanel .form-control {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    border-color: #A8A8A8;
    padding: 10px;
    font-family: Inter !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.62px;
    box-shadow: 0px 5px 5px #e0e0e0;
    transition: all 0.3s;
    background-color: var(--secondary-color);
    transition-timing-function: ease-in-out;
}
.signinpanel .form-control:focus {
    box-shadow: 10px 10px 10px #e0e0e0;
    border: 1px solid var(--primary-color);
}
.login2024 #formulario .corpo {
    background-color: #f7f7f7;
}
.alert-danger {
    background-color: var(--tag-color);
    border-color: transparent;
    border-radius: 20px !important;
}
.alert-danger p {
    font-family: Funnel Display;
    color: var(--text-bright-color) !important;
}
.alert-success {
    background-color: var(--primary-color);
    border-color: transparent;
    border-radius: 20px !important;
}
.alert-success p {
    font-family: Funnel Display;
    color: var(--text-bright-color) !important;
}
/*admin style*/
.logopanel {
    text-align: center;
    background-image: url(https://kubolms.com.br/caretrainings/admin/plugin-trocar-imagem/tmp/logotipo_aluno.png?v=);
    height: 85px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
.logopanel img {
    display: none;
}
.pageheader {
    background: var(--secondary-color);
}
.pageheader h2 {
    font-family: Funnel Display !important;
}
body {
    font-family: Inter !important;
}