@import url('https://fonts.google.com/specimen/Plus+Jakarta+Sans?query=Plus+Jakarta+Sans');
html{
    font-size: 62.5%; 
}
body{
    font-size: 16px; /*1rem = 10px*/
    background: #1E1E1E;
}

h1{
    /* Inicia Sesión */
    position: absolute;
    width: 496px;
    height: 28px;
    left: 96px;
    top: 52px;

    /* Body/XL/Medium */
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;

    /* identical to box height, or 156% */
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;

    /* Noble Black/300 */
    color: #9B9C9E;
}

h2{
    /* Hola, Un gusto verte de nuevo! */
    position: absolute;
    width: 496px;
    height: 88px;
    left: 200px;
    top: 150px;

    /* Heading/XL/Medium */

    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    /* or 122% */

    display: flex;

    color: #FFFFFF;

    /* Gradients/Day Blue -> Blue -> Green 500 */

    
}

span{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* or 122% */

    display: flex;
    
    background: linear-gradient(45deg, #4D62E5 0%, #87DDEE 45.31%, #B6F09C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

p{
    position: absolute;
    width: 496px;
    height: 28px;
    left: 50px;
    top: 40px;
}

.ingUser{
    /* Input */

    color: #FFFFFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;

    /* Auto layout */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;

    width: 496px;
    height: 48px;
    left: 112px;
    top: 404px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    /* Noble Black/600 */

    background: #1A1D21;

    /* Outline/Heisenberg Blue */

    box-shadow: 0px 0px 0px 4px rgba(132, 220, 245, 0.24);
    border-radius: 8px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.ingPass{
    /* Input */

    color: #FFFFFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;

    /* Auto layout */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;

    width: 496px;
    height: 48px;


    /* Inside auto layout */

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    /* Noble Black/600 */

    background: #1A1D21;

    /* Outline/Heisenberg Blue */

    box-shadow: 0px 0px 0px 4px rgba(132, 220, 245, 0.24);
    border-radius: 8px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.Data{

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    position: absolute;
    width: 496px;
    height: 120px;
    left: 112px;
    top: 404px;
}

.formMain{
    display: flex;
    width: 496px;
    flex-direction: column;
    align-items: flex-start;
    gap: 500px;

    position: absolute;
    width: auto;
    height: auto;
    left: 200px;
    top: 310px;

}

.containerLogin{
    display: grid;
    gap: 1.5em;
}

.formSubmit{
    display: flex;
    width: 496px;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-shrink: 0;
    top: 50px;
    cursor: pointer;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;

    border-radius: 12px;
    background: var(--stem-green-500, #B6F09C);
}

.containerSubmit{
    position: absolute;
    top: 200px;
}

.ingUser{
    display: flex;
    height: 48px;
    padding: 0px 50px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    width: 390px;


    border-radius: 8px;
    background: var(--noble-black-600, #1A1D21);

    /* Outline/Heisenberg Blue */
    box-shadow: 0px 0px 0px 4px rgba(132, 220, 245, 0.24);
}

.ingPass{
    display: flex;
    height: 48px;
    padding: 0px 50px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    width: 390px;

    border-radius: 8px;
    background: var(--noble-black-600, #1A1D21);

    /* Outline/Heisenberg Blue */
    box-shadow: 0px 0px 0px 4px rgba(132, 220, 245, 0.24);
}

.imgLogin{
    position: relative;
    width: 750px;
    height: 690px;
    flex-shrink: 0;
    left: 700px;
}

.icon_icon-tabler_icon-tabler-mail{
    position: absolute;
    left: 5px;
    top: 3.5px;
}

.icon_icon-tabler_icon-tabler-lock{
    position: absolute;
    left: 5px;
    top: 85px;
}

fieldset{
    display: grid;
    border: none;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    padding: 0;
    gap: 25px;


    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    letter-spacing: 0.15px;

    color: #9B9C9E;
}

label{
    display: block;
    margin-bottom: 5px;
}

.formRegister{
    position: absolute;
    top: 284px;
    left: 200px;
    
}

.resButton{
    position: relative;
    display: flex;
    height: 48px;
    width: 510px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    top: 250px;

    border-radius: 12px;
    background: var(--stem-green-500, #B6F09C);
    color: #1A1D21;
    font-family: 'Plus Jakarta Sans';
    font-weight:bolder;
}

input{
    display: block;
    margin-bottom: 10px;

    height: 48px;
    width: 210px;
    padding: 0px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color:#FFFFFF;

    border-radius: 8px;
    border: 1px solid var(--noble-black-500, #363A3D);
    background: var(--noble-black-600, #1A1D21);
}



