:root {
    --main_color: #ff6666;
}

* {
    box-sizing: border-box;
}

a{
    text-decoration: unset;
}

svg{
    width: 24px;
    height: 24px;
}

input[type="email"], input[type="password"] {
    direction: ltr;
    text-align: right;
}
