#promo-container {

    position: absolute;  
    
}

.promo-body {

    background: linear-gradient(45deg, #00AEEE, #009BD4) !important;
    width: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden;

}

.like-require-btn {

    margin: 0px 20px;
    height: 40px;
    display: inline-block;
    vertical-align: top;

}

#promo-image {

    box-shadow: 1px 1px 3px #000;

}

#promo-submit-entry {

    background-color: #FEA124;
    color: #FFF;
    font-weight: bold;

}

#promo-bottom-logo-container {

    width: 400px;
    height: 400px;
    background-color: #FFF;
    border-radius: 400px;
    position: absolute;
    left: 50%;
    top: 0px;
    box-shadow: inset 0 0 10px #000000;
    margin-left: -200px;
    margin-top: -275px;

}

#promo-bottom-logo-container > a {
    
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: -50px;

}

.promo-entry-field {

    box-shadow: inset 0 0 15px #CCC;

}

input[name="promo-fname"], input[name="promo-lname"] {

    width: 200px !important;
    display: inline-block !important;
    margin-right: 20px !important;

}

#promo-bottom-logo {

    width: 100px;

}

input[name="promo-inst"] {

    width: 250px !important;

}

.promo-terms {

    color: #FFF;
    font-size: 12px;
    line-height: 16px;

}

#inst-btn {

    width: 30px;
    display: inline-block;
    vertical-align: middle;

}

.gopromo-small-note {

    font-size: 10px;
    font-style: italic;
    color: #FFF;

}

.like-req {

    color: #FFF;
    margin-left: 12px;
    opacity: 0;

}

.promo-modal {

    width: 100%;
    height: 1000px;
    z-index: 50;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    display: none;

}

.promo-modal > h1 {

    color: #FFF;
    font-size: 26px;
    text-transform: capitalize;
    position: absolute;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 60px;
    margin-left: -150px;
    margin-top: -30px;

}

@media only screen and (min-device-width: 240px) and (max-device-width: 767px) { 

    .promo-body {

        height: 1000px;
    
    }

    #promo-container {
        width: 100%;
        left: unset;
        margin-left: unset;
        top: unset;
        margin-top: 150px;
        height: unset;
    }

    #promo-container > div {

        display: block;
        vertical-align: unset;
        padding: 0px;
        width: 50%;
    
    }

    #promo-container > div:nth-child(1) {
        width: 100%;       
    }

    #promo-container > div:nth-child(2) {
        width: 90%;
        margin: 40px auto; 
    }

    input[name="promo-inst"] {

        display: block !important;
    
    }

    #inst-btn {

        margin: 0px 0px 15px 0px;

    }

    .promo-terms {

        padding: 0px 15px;

    }

}

@media only screen and (min-device-width: 1200px) { 

    .promo-body {

        height: 100vh;
    
    }

    #promo-container {
        width: 1140px;
        left: 50%;
        margin-left: -570px;
        top: 50%;
        margin-top: -150px;  
        height: 420px;
    }

    #promo-container > div {

        display: inline-block;
        vertical-align: top;
        padding: 30px 15px;    
        width: 100%;
    
    }

    #promo-container > div:nth-child(1) {
        width: 50%;       
    }

    #promo-container > div:nth-child(2) {
        width: 50%;     
        margin: 0px auto;   
    }

    input[name="promo-inst"] {

        display: inline-block !important;
    
    }

    #inst-btn {

        margin: 0px 0px 0px 20px;

    }

    .promo-terms {

        padding: 0px;

    }

}