.main-content {
    margin: 0px;
    padding: 0px ;
}
.container{
    background-color: #fff;
    padding: 10px;
}
.container .header {
    display: flex;
    justify-content: space-between;
}

.container .header .left {
    display: flex;
}

.container .header .left .logo {
    height: 65px;
}

.container .header h1 {
    color: #2567a6;
    font-size: 26px;
    font-weight: 800;
    display: inline-block;
    line-height: 65px;
    margin: 0px 10px;

}

.container .header .right {
    color: #2567a6;
    font-size: 16px;
    padding-top: 10px;
}

.hr-line-solid {
    border-color: #6379bb;
    margin: 0px;
}

.form-horizontal {
    font-size: 15px;
    padding: 50px 0px;
}

.form-horizontal .control-label {
    padding-right: 0px;
    font-weight: 600;
}

.form-horizontal .form-control {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    border-width: 0px;
    border-bottom-width: 1px;
    border-radius: 0px;
    border-color: #3c8dbc;
}

.radioGroup input, .radioGroup label {
    font-size: 15px;
    line-height: 36px;
}

.radioGroup label {
    margin-right: 30px;
}

.footers {
    padding: 20px 0px 30px;
    clear: both;
    margin: 20px 0;
}

.footers a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 14px;
    color: #2567a6;
}

.border-bottom {
    border-bottom: 1px #3c8dbc solid !important;
}

input.error, textarea.error, select.error, input.error + label + .border-bottom {
    background-color: #fff;
    border-color: #ed5565;
    color: #c00;
    /*border-bottom-width: 2px !important;*/
    border-color: #ed5565 !important;
}

input.error:focus {
    border-color: #ed5565 !important;
}

label.error {
    position: inherit;
    font-size: 15px;
    font-weight: 600;
    color: #ed5565;
}
.big-content{
    color: #3990e3;
    font-size: 30px;
    font-weight: 550;
    margin: 50px;
}