body{
    color:#116ab7;
    font-size: 16px;
    background-color: rgba(249,249,249, 0.06);
    height: calc(99vh);
    border: solid 1.5px RGB(175,171,171);
    //border-radius: 20px;
    width: calc(100% - 4px);
    margin: 2px;
}

h3 {
    /*padding-left: 10%;*/
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(175,171,171, 0.7);
}

.nav_title {
    text-align: center;
}

.main_content{
    position: absolute;
    /*min-width: 840px;*/
    /*min-height: 435px;*/
    width: 80%;
    height: 70%;
    top: 80px;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    background-size: 100% 100%;
}

.contain_title {
    padding: 10px 0;
}

.active {
    text-align: center;
    margin: 6.9% auto 5%;
}

.login-item{
    width:100%;
    display: inline-block;
}

.code-item{
    width: 80%;
    display: inline;
    float: left;
}

.btn_call {
    background-color:#ffffff;
    border-color:RGB(46,117,182);
    color:RGB(46,117,182);
    font-size:16px;
}
.btn_white {
    background-color:rgba(0, 0, 0, .075);
    border-color:#ffffff;
    color:#ffffff;
    font-size:16px;
    margin: 10px 0;
}
.btn_all {
    width: 100%;
}
.btn_code {
    background-color:#ddd;
}
.form-group>.right_item>.control-label {
    display: none;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom:25px;
}

.form-group>.has-error>.control-label{
    display:block;
}

.margin_title{
    margin-bottom: 20px;
}

.margin_footer{
    margin-top: 20px;
    font-size:12px;
    color: RGB(31,78,121);
}
.left_content {
    float: left;
    text-align:left;
}

.right_item {
    width: 90%;
    float: left
}

.footer {
    padding-top: 20px;
}

.modal-content{
    text-align: center;
    width: 100%;
}
.modal-header-dia{
    border-bottom: none;
}

.modal-footer-dia{
    border-top: none;
    text-align: center;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.error{
    color: red;
}