@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "IBM Plex Sans Thai Looped", sans-serif;
}

body {
    background-image: url(background.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    overflow-x: hidden;
    height: 100vh;
}

.content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo {
    text-align: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #155DFC50 0%, #9810FA50 100%);

    box-shadow: 0 10px 15px -3px rgba(43, 127, 255, 0.20), 0 4px 6px -4px rgba(43, 127, 255, 0.20);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff10;
}

.logo img {
    width: 60px;
}

.prto {
    color: #5678FF;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.prto h1 {
    color: #2B7FFF;
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 120% */
    letter-spacing: 0.75px;

}

.login {
    border-radius: 24px;
    border: 1px solid rgba(39, 39, 42, 0.50);
    background: linear-gradient(90deg, rgba(24, 24, 27, 0.90) 0%, rgba(9, 9, 11, 0.90) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 20px;
    width: 448px;
}

.login img {
    width: 60px;
    display: flex;
    margin: 0px auto;
}

.pin {
    border-radius: 24px;
    border: 1px solid rgba(39, 39, 42, 0.50);
    background: linear-gradient(90deg, rgba(24, 24, 27, 0.90) 0%, rgba(9, 9, 11, 0.90) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 20px;
    width: 448px;
}

.pin img {
    width: 60px;
    display: flex;
    margin: 0px auto;
}

.cadastro {
    border-radius: 24px;
    border: 1px solid rgba(39, 39, 42, 0.50);
    background: linear-gradient(90deg, rgba(24, 24, 27, 0.90) 0%, rgba(9, 9, 11, 0.90) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 20px;
    width: 448px;
}

.cadastro img {
    width: 60px;
    display: flex;
    margin: 0px auto;
}

.title {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 20px auto;
    text-align: center;
}

.title p {
    font-size: 30px;
}

.title span {
    font-size: 15px;
    color: #ffffff50;
}

.hr-login {
    width: 50%;
    margin: 0 auto;
    height: 2px;
    border: 0;
    background-color: #ffffff15;
    border-radius: 20px;
}

.cadastro-dir {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.cadastro-dir * {
    transition: 0.5s ease;
}

.cadastro-dir p:nth-child(1) {
    opacity: 0.5;
}

.cadastro-dir p:nth-child(2) {
    color: #2B7FFF;
    opacity: 0.5;
    cursor: pointer;
}

.cadastro-dir p:nth-child(2):hover {
    color: #2B7FFF;
    opacity: 1;
}

.info-CEO {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0px auto;
    width: 90%;
    background-color: #155DFC30;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ffffff10;
    user-select: none;
}

.info {
    width: 30px;
    height: 30px;
    color: #ffffff80;
    background-color: #155DFC20;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #ffffff10;
    margin-right: 10px;
}

.info p:nth-child(1) {
    font-family: 'Courier New', Courier, monospace;
}

.info-CEO p:nth-child(2) {
    flex: 1;
    font-size: 13px;
}

.alertas-topo {
    position: fixed;
    top: -200%;
    background: linear-gradient(90deg, rgba(46, 46, 48, 0.5) 0%, rgba(46, 46, 48, 0.2) 100%);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 1px solid #131212;
    transform: scale(0);
}

.alertas-topo p {
    font-family: "Exo 2", sans-serif;
}

.x-alert {
    background-color: rgba(255, 0, 0, 0.4);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    font-size: 10px;
    display: none;
}

.x-alert2 {
    background-color: rgba(0, 128, 0, 0.4);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    font-size: 10px;
    display: none;
}

.fa-xmark {
    transform: translateX(1px);
    transform: translateY(-1px);
}


.alertas-topo.show {
    transform: scale(1);
    top: 10px;
    animation: teste 0.7s ease forwards;
    transition: 0.5s;
}

@keyframes teste {
    0% {
        top: -100%;
        transform: scale(0.8);
    }
    60% {
        top: 20px;
        transform: scale(1.3);
    }
    100% {
        top: 10px;
        transform: scale(1);
    }
}

@media (max-width:500px) {
    .login, .cadastro, .pin {
        width: 95%;
    }
}