:root{
    --button-input-width: 300px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-image: url('images/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container-fluid {
    width: 860px;
    /*background: orange;*/
}

.centered-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 185px;
    padding-top: 15px;
}

.upfront-messg {
    display: block;
    margin: auto;
    /*background: blue;*/
}

.main-messg {
    color: #ffffff;
    margin-top: 47px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 55px;
    font-weight: 800;
    line-height: 3rem;
}

.influencer-messg {
    color: #ffffff;
    width: 380px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    margin-top: 50px;
    line-height: 1.3rem;
    font-size: 1.2rem;
}

.submit-btn {
    background-color: #ff6600;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    width: 100%;
    line-height: 1.8rem;
}

.form-control {
    border-radius: 0;
    width: var(--button-input-width);
}

.last-row {
    margin-bottom: 48px;
}

.btn:hover{
    color: #462298;
}

.btn {
    font-size: 1.2rem;
    width: var(--button-input-width);
}

.laptop-money {
    max-width: 430px;
    height: auto;
    margin-top: 18px;
}

.slant {
    -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
    -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
}

.main-content {
}

.less-wide{
    width: 550px;
}

.earn-container{
    background: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin: auto;
    margin-top: 300px;
    height: 50px;
    max-width: 550px;
}

.bottom {
    background: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 40px;
    height: 40px;
    width: 100%;
}

.bottom-links-1,
.bottom-links-2,
.bottom-links-3,
.bottom-links-4,
.bottom-links-5,
.bottom-links-6 {
    color: #462298;
    text-decoration: underline;
    font-size: 10px;
}

.bottom-links-1:hover,
.bottom-links-2:hover,
.bottom-links-3:hover,
.bottom-links-4:hover,
.bottom-links-5:hover,
.bottom-links-6:hover {
    color: #ff6600;
}

.divider{
    font-size: 10px;
}

.row-2 {
}

.earn {
    color: #ff6600;
    text-align: center;
    font-size: 1.7rem;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 7px;
}

@media screen and (max-width: 920px) {
    .container-fluid {
        width: 75%;
    }

    .laptop-money{
        padding-top: 50px;
    }

    .last-row {
        margin-bottom: 0;
    }

    .earn-container{
        margin-top: 100px;
    }
}

@media screen and (min-width: 800px) and (max-width: 805px) {
    .earn-container{
        margin-top: 250px;
    }
}

@media screen and (max-width: 500px) {
    .container-fluid {
        width: 75%;
    }

    .laptop-money{
        padding-top: 50px;
        max-width: 330px;
        max-height: 290px;
        width: auto;
        height: auto;
        display: block;
    }

    .main-messg{
        font-size: 35px;
        line-height: 2.1rem;
        margin-bottom: 0;
    }

    .earn-container{
        max-width: 350px;
        margin-top: 100px;
    }

    .earn{
        font-size: 1.1rem;
        padding-top: 20px;
    }

    .bottom {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.form-control::-webkit-input-placeholder { color: #CCCCCC; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #CCCCCC; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #CCCCCC; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #CCCCCC; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #CCCCCC; }  /* Microsoft Edge */
