body{
    margin:0px;
}

*{
    font-family: Inter;
}

header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .logo{
    width: 219px;
}

.form{
    max-width: 365px;
    display: flex;
    flex-direction: column;
    gap:20px;
    margin:auto;
    margin-top:50px;
}

.form label{
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form input{
    height: 42px;
    padding: 6px 8px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form[input="true"] label{
    font-size: 14px;
    font-weight: 700;
}

.error{
    color:red;
    display: none;
    align-items: center;
    gap: 4px;
    margin-bottom: -15px;
}

.error img{
    width: 16px;
}

.forgotPw{
    color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.forgotPw:hover{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}

.loginButton{
    display: flex;
    padding: 3px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    margin:5px 0px 24px 0px;
    background: #000;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 130px;
}

.loginButton{
    border-radius: 10px;
    border: 1px solid #000;
    background: #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.loginButton:hover{
    border-radius: 10px;
    border: 1px solid #000;
    background: #1C1C1C;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.50);
}

.eller{
    color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-align: center;
}

.createAccount{
    display: flex;
    padding: 3px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #A9A9A9;
    background: #E0E0E0;
    margin-top: 24px;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.createAccount:hover{
    background: #E0E0E0;
    color: #000;
    text-decoration: none;
    background: #D3D3D3;
}