.add_post{
    margin-top: 10%;
}

label {
    font-weight: 500;
    display: block;
    margin: 4px 0;
    text-transform: uppercase;
    font-size: 13px;
    overflow: hidden;
}

input, select{
    display: block;
    padding: 8px 16px;
    width: 100%;
    font-size: 16px;

    color: #fd7e14;
    font-weight: 200;

}

.form-group {
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}

.back-to-article {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-decoration: none;
    display: inline-block;
    background: rgba(0,0,0,0.6);
    padding: 10px 18px;
    transition: all 0.3s ease-in-out;
    opacity: 0.6; 
}
div.django-ckeditor-widget{
    margin-left: -50%;
    margin-right: -70%;
}

#addPostSubmit{
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #fd7e14;
    border: 0;
    width: 40%;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-left: 30%;
    margin-right: 25%;
    margin-bottom: 0.5%;
  }
  
  