.header_blue {
        background: #1565c0;
        padding: 80px 0 20px;
        color: #fff;
        font-size: 48px;
        font-weight: 300;
        margin-bottom: 40px;
    }

    .header_text {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    body {
        margin: 0;
        font-family: Roboto, sans-serif;
        color: #444;
    }

    .unlockBtn:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    }

    .unlockBtn {
        background: #2196f3;
        border: none;
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        min-height: 31px;
        min-width: 70px;
        padding: 2px 16px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        -webkit-transition: all 280ms ease;
        transition: all 280ms ease;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-appearance: none;
        display: inline-block;
        vertical-align: middle;
        font: 500 14px/31px Roboto, sans-serif !important;
        outline: 0 !important;
        color: white;
    }

    .content-container {
        width: 80%;
        margin: 0 auto;
    }

    @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        src: local('Roboto Light'), local(Roboto-Light), url(http://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
        unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        src: local('Roboto Light'), local(Roboto-Light), url(//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
    }

    @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        src: local('Roboto Medium'), local(Roboto-Medium), url(//fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
        unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        src: local('Roboto Medium'), local(Roboto-Medium), url(//fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
    }

    body {
        background-image: url("./uploads/160584617699b0d486f4b08a56b7aeec909c61ffe3.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #464646;

    }

    .howitwork {
        height: 340px;
        width: 100%;
        background-color: hsl(0deg 0% 0% / 40%);
        margin-top: 100px;
        margin-bottom: 100px;
        text-align: center;
        position: relative;
    }

    .howitworkstep1 {
        font-weight: 200;
        font-family: anton;
        font-size: 16px;
        color: white;
        padding: 10px;
        position: absolute;
        left: 50%;
        margin-left: -340px;
        top: 50px;
        width: 200px;
        background-color: #121212d1;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        box-shadow: 0 0 10px #313131;
        height: 180px;
    }

    .howitworkstep2 {
        font-weight: 200;
        font-family: anton;
        font-size: 16px;
        color: white;
        padding: 10px;
        position: absolute;
        left: 50%;
        margin-left: -110px;
        top: 50px;
        height: 180px;
        width: 200px;
        background-color: #121212d1;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        box-shadow: 0 0 10px #313131;

    }

    .howitworkstep3 {
        font-weight: 200;
        font-family: anton;
        font-size: 16px;
        color: white;
        padding: 10px;
        position: absolute;
        left: 50%;
        margin-left: 120px;
        top: 50px;
        height: 180px;
        width: 200px;
        background-color: #121212d1;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        box-shadow: 0 0 10px #313131;

    }

    .welcomescreen {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background-color: black;
        z-index: 999;
    }

    img.welcomimage {
        width: 400px;
        height: 400px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -200px;
        margin-left: -200px;
        opacity: 0;
    }

    img.imglogo {
        position: relative;
        top: 0px;
        left: 0px;
        max-width: 400px;
        width: 100%;

    }

    img.card {
        margin: 10px;
        width: 15%;
        min-width: 127px;
        max-width: 300px;
        border-width: 1px;
        border-style: solid;
        border-color: #ffdcdc03;
        box-shadow: 0 0 10px #1f1c22;
    }

    img.card:hover {
        border-width: 1px;
        border-style: solid;
        border-color: #ffdc82;
        box-shadow: 0 0 10px #fdba00;
    }

    .platform {
        margin: 20px;
        border-width: 2px;
        border-style: solid;
        border-color: #ffdcdc03;
    }

    .platform:hover {
        border-width: 2px;
        border-style: solid;
        border-radius: 10px;
        border-color: #fdba00;
    }

    .topright {

        text-align: right;
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 22px;
        font-family: anton;
        background-color: #fe4356;
        border-radius: 5px;
        padding: 5px 10px 5px 10px;
        color: white;
        font-weight: 400;
        cursor: pointer;
    }

    .topright:hover {
        background-color: #ffcb3a;
    }

    .bntstart {
        text-align: center;
        position: absolute;
        bottom: 20px;
        width: 200px;
        left: 50%;
        margin-left: -110px;
        font-size: 22px;
        font-family: anton;
        background-color: #fdba00;
        ;
        border-radius: 5px;
        padding: 5px 10px 5px 10px;
        color: white;
        font-weight: 400;
        cursor: pointer;
    }

    .bntstart:hover {
        background-color: #ffcb3a;
    }

    .inputname {
        top: 30px;
        margin-left: 130px;
        max-width: 200px;
        width: 90%;
        position: relative;
        border-width: 2px;
        border-style: solid;
        border-color: #ffbb0f00;
    }

    input[type="text"],
    textarea {

        background-color: #3a3737;
        font-size: 18px;
        color: white;
        font-family: anton;
        padding: 5px;

    }

    textarea:focus,
    input:focus {
        outline: none;

    }

    .form1 {
        /*  background-image: url("img/imagename.png");*/
        margin-top: 100px;
        background-size: auto;
        background-repeat: no-repeat;
        background-color: #1e1f21;
        height: 221px;
        max-width: 449px;
        width: 90%;
        text-align: left;
        margin-left: 50px;
        box-shadow: 10px 10px 50px black;
    }

    .formheader {
        padding-top: 5px;
        width: 95%;
        height: 40px;
        background-image: linear-gradient(to right, #767676, #cfcfcf, #767676);
        margin-bottom: 10px;
        box-shadow: 0 0 10px black;

    }

    .button {
        background-color: #fe4356;
        box-shadow: 0 0 10px #ffbb0f;
        color: black;
        border-color: #eaca78;
        border-width: 1px;
        border-style: solid;
        padding: 7px 30px 7px 30px;
        font-family: anton;
        position: relative;
        top: 50px;
        margin-left: 180px;
    }

    .Claimbutton {
        background-color: #ffbb0f;
        box-shadow: 0 0 10px #ffbb0f;
        color: black;
        border-color: #eaca78;
        border-width: 1px;
        border-style: solid;
        padding: 7px 30px 7px 30px;
        font-family: anton;
        position: relative;
        margin: 20px;

    }

    .maximunText {
        margin-left: 130px;
        font-family: anton;
        position: relative;
        top: 30px;

        color: #404040;
        font-size: 14px;
    }

    .center {
        /* border-radius: 5px; */
        margin: 0px;
        min-height: 180px;
        height: auto;
        overflow: auto;
        width: 100%;
        left: 0px;

        background-color: hsl(0deg 0% 0% / 40%);
        /* background-color: #555a6d; */
        position: relative;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .centerLaststep {
        /* border-radius: 5px; */
        margin: 0px;
        min-height: 360px;
        height: auto;
        overflow: auto;
        width: 100%;
        left: 0px;

        background-color: hsl(0deg 0% 0% / 40%);
        /* background-color: #555a6d; */
        position: initial;
        margin-top: 100px;
    }

    .centertop {
        padding-top: 5px;
        width: 100%;
        height: 40px;
        background-image: linear-gradient(to right, #767676, #cfcfcf, #767676);
        margin-bottom: 10px;
        box-shadow: 0 0 10px black;
    }

    .title {

        font-size: 20px;
        font-weight: 500;
        color: #3d300e;
        font-family: anton;
        text-shadow: 0px 10px 30px #ffc000;
    }

    .processing {
        padding: 10px;
        font-size: 20px;
        font-weight: 500;
        color: white;
        font-family: anton;
        text-shadow: 0px 10px 30px #000;
    }

    .welcometext {
        padding-left: 5%;
        font-size: 20px;
        font-weight: 500;
        color: #3d300e;
        font-family: anton;
        text-shadow: 0px 10px 30px #ffc000;
    }

    .hvr-float {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-float:hover,
    .hvr-float:focus,
    .hvr-float:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .lds-dual-ring {
        padding: 20px;
        display: inline-block;
        width: 80px;
        height: 80px;
    }

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .locker {
        margin-top: -60px;
    }

    @media only screen and (max-width:725px) {
        .howitwork {
            height: 780px;
        }

        .howitworkstep1 {
            font-weight: 200;
            font-family: anton;
            font-size: 16px;
            color: white;
            padding: 10px;
            position: absolute;
            left: 50%;
            margin-left: -150px;
            top: 50px;
            width: 280px;
            background-color: #121212d1;
            margin-top: 10px;
            margin-bottom: 10px;
            text-align: center;
            box-shadow: 0 0 10px #313131;
            height: 180px;
        }

        .howitworkstep2 {
            font-weight: 200;
            font-family: anton;
            font-size: 16px;
            color: white;
            padding: 10px;
            position: absolute;
            left: 50%;
            margin-left: -150px;
            top: 270px;
            height: 180px;
            width: 280px;
            background-color: #121212d1;
            margin-top: 10px;
            margin-bottom: 10px;
            text-align: center;
            box-shadow: 0 0 10px #313131;

        }

        .howitworkstep3 {
            font-weight: 200;
            font-family: anton;
            font-size: 16px;
            color: white;
            padding: 10px;
            position: absolute;
            left: 50%;
            margin-left: -150px;
            top: 490px;
            height: 180px;
            width: 280px;
            background-color: #121212d1;
            margin-top: 10px;
            margin-bottom: 10px;
            text-align: center;
            box-shadow: 0 0 10px #313131;

        }
    }

    @media only screen and (max-width:520px) {
        .topright {
            text-align: left;
            position: absolute;
            left: 10px;
            top: 130px;
            font-size: 22px;
            font-weight: 500;
            background-color: #de3c53;
            font-family: anton;
            border-radius: 5px;
            padding: 5px 10px 5px 10px;
            width: 120px;
            color: white;
            font-weight: 400;
            cursor: pointer;
        }
    }

    @media only screen and (max-width:480px) {
        .locker {
            margin-top: -120px;
        }

        .form1 {
            margin-top: 100px;
            /*  background-image: url("img/imagename.png");*/
            background-size: auto;
            background-repeat: no-repeat;
            background-color: #1e1f21;
            height: 212px;
            max-width: 449px;
            width: 80%;
            text-align: left;
            margin-left: 50px;
            box-shadow: 10px 2px 10px black;
        }

        .formheader {
            padding-top: 5px;
            width: 95%;
            height: 40px;
            background-image: linear-gradient(to right, #767676, #cfcfcf, #767676);
            margin-bottom: 10px;
            box-shadow: 0 0 10px black;

        }

        .inputname {
            top: 30px;
            margin-left: 110px;
            max-width: 140px;
            width: 45%;
            position: relative;


        }

        input[type="text"],
        textarea {

            font-size: 14px;

        }

        .maximunText {
            margin-left: 110px;
            font-family: anton;
            position: relative;
            top: 30px;

            color: #404040;
            font-size: 12px;
        }

        .button {
            margin-left: 130px;
        }


        img.welcomimage {
            width: 200px;
            height: 200px;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-top: -100px;
            margin-left: -100px;
            opacity: 0;
        }
    }