﻿html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    background-image: url('images/New Spin the Wheel/Desktop 1920×1080px.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    color: white;
    overflow: hidden;
}
.container{
    height: 100%;
    overflow-y: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
    .container::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-signin {
    max-width: 90%;
    /*padding: 30px 38px 66px;*/
    padding: 3px 4px 7px;
    margin: 0 auto;
    /*background-color: #eee;
    border: 3px groove rgba(0,0,0,0.1);*/
}

.form-group {
    margin-bottom: 15px;
}

.form-signin-heading {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    margin-bottom: 30px;
}

.paragraph {
    padding-left: 5%;
    padding-right: 5%;
}

    .paragraph.red {
        color: red;
    }

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.select2-container--default .select2-selection--single {
    height: 45px !important;
    display: flex !important;
    align-items: center;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.term-and-cond-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.select2-results__option{
    color: black;
}
@media screen and (max-width: 768px) {
    body {
        background-image: url('images/New Spin the Wheel/Mobile 1080×1920px.jpg');
    }
}
