.main{
    margin-top: 50px;
}

.main-content {
/*    background-color:#009edf;*/
    border: 2px solid #009edf;
    margin: 0 auto;
    max-width: 500px;
    padding: 20px 40px;
    color: #ccc;
    text-shadow: none;

}


.input-group{
    margin: 20px 0px;
}
.input-group-addon {
    color: #009edf ;
    font-size: 17px;
}
.login-button{
    margin: 0px auto;
    max-width: 200px;;

}


.form-header{
    max-width: 500px;
    margin: 0 auto;
    background-color: #009edf;
    color: #fff;
    width: 100% ;
    padding: 20px 0px;
    border-top-right-radius:10px ;
    border-top-left-radius:10px
}
.remember{
    color: black;
}




/** INDEX CSS */

@import url(reset.css);

/*
=========================================
  Approval-Tool
=========================================
Version 1.0 - core styles
=========================================



/*-------------------------
         GLOBALS
------------------------ */


/* ------- body ------- */




.clear {
 clear: both;
}


}

.container {
    width:100%;
    position: relative;

}

.main-content {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #000;
    padding: 5px;
    min-height: 550px;
}

.logo-content {
    width: 910px;
    margin: 30px 180px 30px;

}

.printing-info-wrap {
    border-bottom: 2px dotted #ccc;
     margin: 0 auto;
    width: 860px;
    margin-top: 15px;
}

.company-name {
    font-size: 16pt;
    color: #000;
    margin-bottom: 13px;
    font-weight: bold;
}

.document-name {
    font-size: 13pt;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.job-specs {
    margin-bottom: 10px;
    font-style: italic;
}

.info {
    margin-bottom: 10px;

}

.file-preview {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.front-side img {
    border: 1px solid #ccc;

}

.one-side {
    text-align: center;
}

.other-info {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    font-size: 9pt;
}











.Front img {
    border: 1px solid #ccc;
}

.Front {
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

.Back img {
    border: 1px solid #ccc;
}

.Back {
    float: right;
    text-align: center;
     margin-bottom: 50px;
}

.Inside img {
    border: 1px solid #ccc;
}

.Inside {
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

.Outside img {
    border: 1px solid #ccc;
}

.Outside {
    float: right;
    text-align: center;
     margin-bottom: 50px;
}

.file-tag {
    padding-bottom: 20px;
}




.preview-img img {
    border: 1px solid #ccc;
}

.preview-img {
    text-align: center;
}



