@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

canvas {
    z-index: -2;
    position: absolute;
}

body {
    margin: 0;
    background-color: #181818;
}

.conainer {
    z-index: -1;
    position: absolute;
    background-color: #303030;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    width: fit-content;
    width: -moz-fit-content;
    border-radius: 0.55rem;
    box-shadow: 0 0 5px 0.02px rgb(77, 77, 77);
}

.col {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.icon {
    padding-right: 10px;
}

label {
    color: #f8f8f8;
}

.header {
    background-color: #C78618;
    border-top-left-radius: 0.55rem;
    border-top-right-radius: 0.55rem;
    padding: 20px 30px 20px 30px;
    font-size: 2rem;
}

input {
    display: inline-block;
    font-weight: 400;
    text-align: left;
    border: 0px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.2s ease-in-out;
    margin: 5px;
}

input:focus {
    outline: 0;
    box-shadow: 0px 0px 6px 3px #5e50c6;
}

input:active {
    box-shadow: 0px 0px 6px 3px #5e50c6;
}

button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    user-select: none;
    border: 0px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.2s ease-in-out;
    color: #fff;
    background-color: #C78618;
    cursor: pointer;
    font-weight: bold;
}

button:hover {
    box-shadow: inset 0px 0px 10px 4px #C78618;
}

button:active {
    box-shadow: 0px 0px 6px 3px #C78618;
}

button:focus {
    outline:0;
    box-shadow: 0px 0px 6px 3px #C78618;
}

a {
    text-decoration: none;
    color: #f29bee;
    font-weight: 400;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
    color: #d29bf2;
    font-weight: 400;
}

a:active {
    text-decoration: none;
    color: #ab9bf2;
    font-weight: 400;
}

a:focus {
    text-decoration: none;
    color: #d29bf2;
    font-weight: 400;
}

/**/

#nextcolors-logo {
    width: 20rem;
}

#scarwy {
    visibility: hidden;
    z-index: 1000;
    width: 0;
    height: 0;
}