@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    background: #f4f4f4;
}

a {
    text-decoration: none;
    color: #000000;
}

.container {
    text-align: center;
    display: table-cell;
}

.content {
    text-align: center;
    display: inline-block;
    width: 1200px;
}

.statistics {
    border: 3px solid #73AD21; 
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 18px;	
}

.title {
    font-weight: 500;
    font-family: 'Lato';
    font-size: 96px;
}

.footer {
    margin-top: 70px;
    margin-bottom: 70px;
}

.error {
    color: #FF0000;
}

.form_holder {
    width: 400px;
    padding: 10px;
    border-radius: 10px;
    background: #f4f4f4;
    box-shadow: 0px 3px 0px 0px #d4d4d4;
    border: 1px solid #d4d4d4;
    margin: auto;
    margin-top: 50px;
}

.form_holder input[type=text], input[type=password], select {
    width: 100%;
    height: 25px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 3px;
}

.form_holder input[type=file] {
    height: 25px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 3px;
}

.form_holder textarea {
    width: 100%;
    height: 100px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 3px;
    resize: none;
}

.form_holder .btn {
    display: block;
    margin: auto;
    margin: 10px 0;
}

.taken {
    background: #e74c3c;
    color: #fff;
}

#drop_file {
    width: 100%;
    height: 220px;
    border-width: 1px;
    border-color: rgb(59, 59, 59);
    border-style: solid;
    background-color: white;
    margin-bottom: 10px;
    text-align: center;
}
