*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

input, select
{
    outline: transparent;
}

label
{
    margin-top: 20px !important;
}

img
{
    user-select: none;
    pointer-events: none;
}