#body-iphone {
    margin: 0 auto;
    padding: 0;
    width: 770px;
    background: #fff url("../pics/background2.gif") repeat-x scroll 0 0;
}

#body-iphone h1 {
    color: #10456B;
    font-size: 16px;
    font-weight: bold;
    margin 0 0 8px;
}

#wrapper-iphone {
    box-sizing: border-box;
    padding: 10px;
    width: 620px;
    margin: 0 auto;
}

#info-iphone {
    text-align: justify;
    width: 100%;
    margin: 0 0 20px 5px;
    width: 350px;
    float: left;
    font-size: 14px;
}

#iphone-blurb {
    margin-top: 15px;
}

#main-iphone {
    /*float: left;*/
    background: #dedede none repeat scroll 0 0;
    border-color: #ededed #cdcdcd #cdcdcd #ededed;
    border-radius: 7px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    margin-top: 50px;
    padding: 5px 15px 35px;
    width: 180px;
    margin-bottom: 50px;

    float: right;
}

input[type="text"], input[type="email"] {
    border-color: #cdcdcd #ededed #ededed #cdcdcd;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    padding: 2px;
    width: 100%;

}

#MagicFooter {
    text-align: center;

}
.magic-copyright {
    text-align: center;
}
#Footer {
    text-align: center;
    margin-top: 50px;
}

#mobile-blurb {
    display: none;
}

#dl-blurb > strong {
    display: block;
    margin-bottom: 15px;
}

#login-error {
    font-weight: bold;
    position: static;
    width: 89%;
}

@media (max-width:760px)  {
    #body-iphone {
        width: 100%;
    }
    #body-iphone {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #info-iphone {
        width: 100%;
    }

    #wrapper-iphone {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }
   
    
    #iphone-blurb {
        display: none;
    }

    #main-iphone {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
        display: block;
        float: none;
        width: 100%;
        position: relative;
        top: 20px;
    }

    #logo-config {
        width: 70%;
    }

    #mobile-blurb {
        display: block;
        font-size: 16px;
        margin-top: 15px;
        position: relative;
        text-align: center;
        top: 15px;

    }

    input[type="text"], input[type="email"], input[type="submit"] {
        font-size: 16px;
    }

    .InputLabel {
        font-size: 16px;
    }
    
    .wrap-line {
        display: block;
        
    }
}
