
body {
    background: white;
    font-family: 'Roboto', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif,  Open Sans;
    font-size: 14px;
    line-height: 1.42857;
    height: 350px;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.base{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#logo{
    margin: 0 auto;
    display: block;
    height:75px;
    width:288px;
}

#info{
    margin: 0 auto;
    text-align:center;
    width:300px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#4286f4;
    margin-bottom: 17px;
}


#login{
    margin: 0 auto;
    width:100%; /* value of your choice which suits your alignment */
    height:260px;
    padding-top:32px;
    background:#f7f7f7;
    box-shadow: 0px 1px 1px 1px #c6c1c1;
}

#username, #pwd{
    margin: 0 auto;
    width:100%;
    border-radius:5px 5px 5px 5px;
    background:white;
    font-size:14px;
    border-width: 1px;
    border-style:solid;
}

button{
    margin: 0 auto;
    width:150px;
    height:35px;
    margin-top:10px;
    background:#4286f4;
    font-family:Roboto;
    font-size:14px;
    color:white;
    border-radius:5px 5px 5px 5px;
    border-width: 1px;
    border-style:solid;
    border-color: gray;
    cursor:pointer;
    outline:none;
}


#footer {
    padding-top: 12px;
    /*padding:0px;*/
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

address {
    margin: 0 auto;
    display: block;
}

#myDropzone {
    border: 2px dashed #000000;
    border-radius: 5px;
    background: white;
    margin: 0 auto;
    width: 95%;
}

#myDropzone .dz-message {
    /*font-weight: 400;*/
    text-align: center;
    font-size: 28px;
    color:#4286f4;
}

h2 {
    text-align: center;
    font-size: 28px;
    color:black;
}
#myDropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}

.dz-max-files-reached {
    background-color: red;
}

.container{
    margin: 0 auto;
    width: 90%;
}

.content{
    padding: 5px;
    margin: 0 auto;
}

#exito, #repes, #errores{
    padding-left: 40px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.content span{
    width: 250px;
}

.alert {
    padding: 20px;
    background-color: #2196F3;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}






