@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto,sans-serif;
}
body{
    background-color: rgb(16, 16, 16, 1);
}
img.headerLogo{
    height: 100%;
}
header{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 0px 16px;
    border-bottom: 1px solid rgb(51, 51, 51, 0.12);
}
button#headerLogoBtn{
    outline: none;
    background-color: transparent;
    height: 100%;
    border: none;
    cursor: pointer;
}
div.headerContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    height: 100%;
    width: 20vw;
    padding-right: 10px;
}
.headerLoginContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #2B2B2B;
    border-radius: 5px;
    height: 48px;
    width: 149px;
    cursor: pointer;
    outline: none;
    border: none;
}
.headerLoginContainer:hover{
    background-color: #575656;
}
div.headerLoginContainer p{
    font-weight: bold;
    color: white;
}
button#themebtn{
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
}


main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
    background-color: #181818;
    width: 30rem;
    margin: auto;
    border-radius: 10px;
}

div#ab6t94sg{
    width: 100%;
    padding-bottom: 60px;
}

div#ab6t94sg img{
    height: 90px;
    display: block;
    margin: auto;
}

div#ab6t94sg p{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-top: 16px;
}

div#fr7lqx1x{
    width: 100%;
    padding-bottom: 1rem;
}

input.tss1hvfd{
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #9d38c279;
    height: 56px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    margin-bottom: 30px;
    padding: 16px;
    color: white;
    outline: none;
}
input.tss1hvfd:hover{
    border: 1px solid #8333a0;
}

button#pbcynavd{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    height: 50px;
    background-color: #9d38c2;
    color: white;
    font-weight: bold;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
}

button#pbcynavd:hover{
    background-color: #a64fc5;

}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
  }
  input:-webkit-autofill::first-line {
    color: #fff !important;
    font-size: 1rem;
    font-family: Roboto,sans-serif;
  }