﻿/* (c) xGanczix */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(120deg, #042326 25%, #0A3A40 50%, #0F5959 75%, #1D7373 87.5%, #107361 100%);
    background-attachment: fixed;
}

header {
    text-align: center;
    

}

h1 {
    padding: 40px;
    color: #eee;
    text-shadow: 2px 2px 2px #000;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
}

#icon-left {
    width: 40px;
    margin: 0 10px 0 0;
}

#icon-right {
    width: 40px;
    margin: 0 0 0 10px;
}

.registration-wrapper {
    width: 30%;
    height: 600px;
    margin: 40px auto 10px auto ;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 20px #000;
    padding: 30px;
}

h2 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 0 10px #000;
    color: #fff;
    text-shadow: 0 0 5px #000;
    letter-spacing: 1px;
    border-radius: 20px;
    padding: 10px 5px;
    width: 60%;
    margin: 0 auto;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }
}

input {
    font-family: 'Roboto', sans-serif;
    display: block;
    text-align: center;
    margin: 5px auto;
    width: 70%;
    padding: 10px 5px;
    background: none;
    border: 2px solid #666;
    border-radius: 20px;
}

.yes-btn, .no-btn, .info-btn {
    font-family: 'Roboto', sans-serif;
    width: 50%;
    margin-top: 40px;
    color: #eee;
    text-shadow: 2px 2px 2px #000;
    font-size: 16px;
}

.yes-btn {
    background: linear-gradient(90deg, rgba(4,70,0,1) 0%, rgba(9,121,20,1) 35%, rgba(15,179,0,1) 100%);
}

.info-btn {
    background: radial-gradient(circle at 48.7% 44.3%, rgb(30, 144, 231) 0%, rgb(56, 113, 209) 22.9%, rgb(38, 76, 140) 76.7%, rgb(31, 63, 116) 100.2%);
    margin-top: 8px;
}

.no-btn {
    background: radial-gradient(circle at 10.6% 22.1%, rgb(206, 18, 18) 0%, rgb(122, 21, 21) 100.7%);
    margin-top: 8px;
}

.yes-btn:hover, .no-btn:hover, .info-btn:hover {
    filter: brightness(0.8);
    cursor: pointer;
}

input[type="submit"]:active {
    border: inset;
}

span {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    padding: 4px;
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
}

select {
    width: 70%;
    padding: 10px 5px;
    border-radius: 20px;
    background: none;
    border: 2px solid #666;
    text-align: center;
}

option {
    padding: 10px 5px;
    font-size: 16px;
}


footer {
    width: 30%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 10px #000;
    padding: 2px;
    text-align: center;
    border-radius: 10px;
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 14px;
        letter-spacing: 0;
        padding: 2px;
    }

    #icon-left, #icon-right {
        width: 10px;
    }

    h2 {
        font-size: 20px;
    }

    #icon-left {
        margin: 0 5px 0 0;
    }

    #icon-right {
        margin: 0 0 0 5px;
    }

    .registration-wrapper {
        width: 90%;
        height: 60%;
    }

    input {
        width: 90%;
        font-size: 16px;
    }

    input[type="submit"] {
        width: 90%;
    }

    select {
        width: 90%;
        font-size: 16px;
    }

    footer {
        width: 80%;
        left: 10%;
        bottom: 0;
        font-size: 12pxo;
    }

    h3 {
        font-size: 12px;
        width: 90%;
    }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
    h1 {
        padding: 10px;
        font-size: 16px;
        letter-spacing: 0.3px;
    }

    h2 {
        font-size: 20px;
    }

    #icon-left,
    #icon-right {
        width: 10px;
    }

    #icon-left {
        margin: 0 5px 0 0;
    }

    #icon-right {
        margin: 0 0 0 5px;
    }

    .registration-wrapper {
        width: 90%;
        height: 60%;
    }

    input {
        width: 90%;
        font-size: 16px;
    }

    input[type="submit"] {
        width: 90%;
    }

    select {
        width: 90%;
        font-size: 16px;
    }

    footer {
        width: 80%;
        left: 10%;
        bottom: 0;
        font-size: 12pxo;
    }

    h3 {
        width: 90%;
        font-size: 10px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    h1 {
        padding: 14px;
        font-size: 26px;
        letter-spacing: 0.3px;
    }

    h2 {
        font-size: 20px;
    }

    body {
        height: 100vh;
    }

    #icon-left,
    #icon-right {
        width: 20px;
    }

    #icon-left {
        margin: 0 8px 0 0;
    }

    #icon-right {
        margin: 0 0 0 8px;
    }

    .registration-wrapper {
        width: 70%;
    }

    input {
        width: 90%;
        font-size: 16px;
    }

    footer {
        width: 70%;
        left: 15%;
        bottom: 0;
        font-size: 12pxo;
    }
}