html, body, #outer_wrapper {
    background: #EFEFEF;
}

#outer_wrapper {
    padding: 2em;
}

#form_wrapper {
    width : 860px;
    margin: 0 auto;
}

#form_wrapper .form_inner_content_wrapper {
    min-height: 320px;
}

#form_wrapper .header {
    margin-bottom: 2em;
}

#form_wrapper .header .logo {
    float: left;
    margin-right: 2em;
}

#form_wrapper .header .logo img {
    height: 80px;
}

#form_wrapper .header {
    /*background: rgba(235,235,235,0.8);
    -webkit-box-shadow: 1px 1px 3px rgba(65,65,65,0.8);
    -moz-box-shadow: 1px 1px 3px rgba(65,65,65,0.8);
    box-shadow: 1px 1px 3px rgba(65,65,65,0.8);
    padding: 1em;*/
}

#form_wrapper .header h2 {
    /*color: #666;*/
    color: rgba(11,86,139,1);
    margin: 0;
    line-height: 80px;
    /*text-shadow: 1px 1px 3px rgba(64,64,64,0.8);*/
}

#login_form, .actual_form {

}

#login_form .form_content, .actual_form .form_content {
    padding: 2em;
    border-radius: 10px 10px 10px 2px;
    border: 1px solid #AAA;
    background: rgba(255,255,255,0.85);
    margin-top: 2em;
    margin-bottom: 2em;
}

#login_form ul.actions, #login_form ul.actions li
, .actual_form ul.actions, .actual_form ul.actions li {
    list-style: none;
    list-style-type: none;

}

#login_form ul.actions
, .actual_form ul.actions {
    float: right;
}

#login_form ul.actions li
, .actual_form ul.actions li {
    margin-right: 1em;
    float: left;
}

#login_form ul.actions li:last-child
, .actual_form ul.actions li:last-child {
    margin: 0;
}

#login_form .form_section
, .actual_form .form_section {
    overflow: hidden;
}

#login_form .form_section .section_title h3
, .actual_form .form_section .section_title h3 {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 0 0.5em;
    color: #333;
}

#login_form .form_section .section_title h3 .color2
, .actual_form .form_section .section_title h3 .color2{
    color: #2b99e7;
}

.action_desc {
    float: left;
    line-height:2.8em;
}

.sep {
    border-top: 1px solid #AAA;
    height: 1px;
    display: block;
    margin: 0 -2em;
}

.sep.dash {
    border-top-style: dashed;
}

.subsection {
    margin: 0 -2em -2em;
    background: rgba(11,86,139,0.8);
    border-radius: 0 0 10px 2px;
    padding: 1em 2em;
    color: #FFF;
}

.btn-primary {
    background-color: #2b99e7;
}

a {
    color: #2b99e7;
}

button, input[type="button"] {
    /*background: #FFF;*/
    /*color: #2b99e7;*/
}

button:hover, input[type="button"]:hover {
    background: #FFF;
    color: #2b99e7;
}

@media screen and (max-width: 900px) {
    #form_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #form_wrapper .form_inner_content_wrapper {
        margin-left: -28px;
        margin-right: -28px;
    }
}
