/* Estilos Login  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');


@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: bold;
    src: local('Poppins Regular'), url('public/fonts/Poppins-Regular.woff') format('woff');
}

*{

  font-size: small;
    font-weight: 600;
    color: #303030;
}

body{
    font-family: 'Poppins Regular';
    font-weight: bold;
    background-color: #F9F9F9;
    margin: 0;
    outline: none;
}

.card-login{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 24px;
    gap: 24px;
    position: absolute;
    width: 320px;
    height: 570px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border: 2px solid #C2C2C2;
    box-shadow: 0px 4px 12px rgba(159, 159, 159, 0.15);
    border-radius: 4px;
}

.info-title{


    width: 105px;
    height: 27px;
    font-weight: 900;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.015em;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.info-text{
    height: 21px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.015em;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
}

.container-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 272px;
    height: 164px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.label-form{

    font-weight: 600;
    font-size: 12px;
    line-height:5px;
    letter-spacing: 0.015em;

}

.user-name, .password{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid #C2C2C2;
    border-radius: 2px;
    padding: 12px 16px;
    margin: 0;
    gap: 20px;
    width: 272px;
    height: 45px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.015em;
}

.forgot-password{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.015em;
    text-decoration-line: underline;
}

.button-form{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 1px;
    gap: 16px;
    margin-top: 25px;


}

.button-submit{
    background-color: #6D090D;
    border: 2px solid  #FCDD09;
    color: #FCDD09;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.015em;
    width: 102px;
    height: 44px;
    cursor: pointer;
    margin-top: 10px;


}

.container-user-name input:focus + label::before, .container-user-name input:valid + label::before,
.container-password input:focus + label::before, .container-user-name input:valid + label::before {
    line-height: 20px;
    font-size: 14px;
    top: -20px;
    left: 0;
    opacity: 2;
}

.container-user-name{
    position: relative;
    margin-bottom: 25px;
    width: 250px;
}

.container-password{
    position: relative;
    margin-bottom: 5px;
    width: 250px;
}

.container-user-name label::before, .container-password label::before {
    content: attr(title);
    position: absolute;
    left: 15px;
    top: 14px;
    font-size: 16px;
    opacity: 0.4;
    transition: 400ms all;
}

.container-user-name input:focus, .container-password input:focus {
    border-color: #FCDD09;
}

.bar-1{
    height: 16px;
    background-color: #FCF8D0;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    top:90%;
}

.bar-2{
    height: 16px;
    background-color: #FCF3A0;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    top: 90%;
}

.bar-3{
    height: 16px;
    background-color: #FCED70;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    top: 90%;
}

.bar-4{
    height: 16px;
    background-color: #FCE53F;
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    top:90%;
}

.bar-5{
    height: 16px;
    background-color: #FCDD09;
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    top: 90%;
}

/* Responsive login */

/* @media (max-width: 740px) {
    .card-login{


    }

    .bar-1{
        background-color: #303030;
        height: 16px;
        background-color: #FFF8E7;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        position: relative;

    }

    .bar-2{
        height: 16px;
        background-color: #FEF0CD;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        position: relative;

    }

    .bar-3{
        height: 16px;
        background-color: #FDDE9B;
        flex: none;
        order: 2;
        align-self: stretch;
        flex-grow: 0;
        position: relative;
    }

    .bar-4{
        height: 16px;
        background-color: #F7AD42;
        flex: none;
        order: 3;
        align-self: stretch;
        flex-grow: 0;
        position: relative;

    }

    .bar-5{
        height: 16px;
        background-color: #F28705;
        flex: none;
        order: 4;
        align-self: stretch;
        flex-grow: 0;
        position: relative;

    }

} */
