

.row-seperator-header {
    margin: 15px 14px 20px;
    border-bottom: none;
    display: block;
    color: #646464;
    font-size: 20px;
    font-weight: 400;
}
.alert {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    color: #675100 !important;
    border-width: 0 !important;
    border-left-width: 5px !important;
    padding: 10px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
.alert-info {
    border-color: #9cb4c5 !important;
    color: #305d8c !important;
    background-color: #d6dde7 !important;
}
.jobs-main-heading-link {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight:400;
    color: #3276b1;
    text-decoration: none;
}
.jobs-main-heading-link:hover {
    text-decoration: none;
    opacity: 0.7;
}
.font-xs {
    font-size: 55% !important;
    font-weight: 400;
    line-height: 1;
    color: #999;
}
.add-content {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:400;
    line-height: 18px;
}
.btn-primary {
    color: #fff  !important;
    background-color: #3276b1  !important;
    border-color: #2c699d  !important;
}
.sign-in-form {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px #ececec;
}
.sign-in-form form header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0;

    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}
.sign-in-form form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255,255,255,.9);
    position: relative;
}
.sign-in-form form fieldset section {
    margin-bottom: 15px;
    position: relative;

}
.sign-in-form form fieldset section .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
    white-space: normal;
}
.sign-in-form form fieldset section label input{

    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;

}

.sign-in-form form fieldset section .input .icon-append {
    color: #a2a2a2;
}
.sign-in-form form fieldset section .input .icon-append+input{
    padding-right: 37px;
}
.sign-in-form form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}
.sign-in-form form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}
.sign-in-form form footer:after {
    content: '';
    display: table;
    clear: both;
}
.sign-in-form form .links {
    margin-left: 20px;
    color: #3276b1;
    font-size: 13px;
}
.sign-in-form form .links a{
    margin-left: 5px;
}
