@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #ae0718;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form button:hover, .form button:active, .form button:focus {
    background: #c40519;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.form .message a {
    color: #4d4d4d;
    text-decoration: none;
}

.form-text {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding-bottom: 25px;
    color: #4d4d4d;
}

.form .register-form {
    display: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #EF3B3A;
}

body {
    background: #e8e8e8; /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #e8e8e8, #d1d1d1);
    background: -moz-linear-gradient(right, #e8e8e8, #d1d1d1);
    background: -o-linear-gradient(right, #e8e8e8, #d1d1d1);
    background: linear-gradient(to left, #e8e8e8, #d1d1d1);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

.page {
    display: block;
    margin: 2% auto 2%;
    height: fit-content;
    width: 70%;
    /*border: 1px solid #4d4d4d;*/
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);

}

.logo {
    display: block;
    height: auto;
    margin: 4% auto -4%;
}

.logo > img {
    width: 30%;
    min-width: 400px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.logo-dashboard {
    width: 100%;
    display: block;

}

.logo-dashboard > img {
    width: 45%;
    height: auto;
    margin: auto auto auto auto;
    display: block;
}

.menu-center {
    background: #e8e8e8;
}

.menu {
    display: block;
    margin: auto;
    height: 40px;
    width: fit-content;
    text-decoration: none;
}

.menu > ul {
    text-decoration: none;
    list-style-type: none;
    display: table-row-group;
}

.menu > ul > li {
    display: table-cell;
    position: static;
    min-width: 50px;
    float: left;
}

.menu > ul > li > a {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #ae0718;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    display: block;
    background-color: #d1d1d1;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 25px;
}

.menu > ul > li > a:hover {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #ae0718;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    display: block;
    background-color: #f2f2f2;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 25px;
}

.content {
    margin-top: 1%;
    display: flex;
    background-color: #fff;
    width: 100%;
    justify-content: left;
    flex-wrap: wrap;
}

.post {
    margin-left: 2%;
    margin-bottom: 2%;
    flex-basis: 30%;
    height: fit-content;
    background-color: #f5f5f5;
}

.post h2 {
    text-align: center;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
}

.filemanager {
    padding-top: 2%;
    width: 100%;
    height: 250px;
}

.footer {

    margin-bottom: 10px;
    height: 15px;
    width: 100%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #4d4d4d;
    font-size: 12px;
}

.footer > a {
    text-decoration: none;
    color: #4d4d4d;
}

.footer > a:hover {
    color: #ae0718;
}

.center {
    display: block;
    margin: auto;
    text-align: center;
}

.custom-button {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.custom-button:hover {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #c7cbce;
}

input[type="file"] {
    display: none;
}

input[type="button"] {
    display: none;
}

.title_form {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    margin-left: -10%;
    display: block;
    margin-bottom: 15%;
}