div.content_holder {
    margin: 130px auto 0; /* cos */
    /* padding: 0px 20%; */
    /*
    padding-right: 10%;
    padding-left: 10%;
    */
}
div.content_holder div.content_header {
    color: gray;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-left: 2px;
    margin-right: 2px;
    border-bottom: 1px solid #cbd2d6;
    text-align: left;
}
div.content_holder div.content_body {
    background-color: #f5f5f5;
    padding: 32px;
    border-radius: 4px;
}

div.content_holder div.form-group {
    margin-bottom: 13px;
}
div.content_holder input {
     height: 44px;
     border: 1px solid #9da3a6;
     border-radius: 5px;
}
div.content_holder input:focus {
    outline: none;
    border: 1px solid navy;;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

div.warning div.warning-tag {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: normal;
    margin-bottom: 14px;
}

div.actions {
    margin-top: 26px;
}

button.button_login {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    /* 
    color: white;
    background-color: #0070ba; */
    font-weight: 600;
    border: none;
}
button.button_logout {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    /* 
    color: white;
    background-color: #0070ba; */
    font-weight: 600;
}
div.forgot_link {
    border-bottom: 1px solid #cbd2d6;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
a.button_sign_up {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    color: #2c2e2f;
    border: 1px solid #9da3a6;
    /* background-color: #e1e7eb; */
    font-weight: 600;
    padding-top: 11px;
}
