@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
* {
    margin: 0;
    padding: 0
}

html,
body {
    background-color: rgb(0 0 0 / 1%);
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.logo-img{
    width: 26px;
    margin-top: -11px;
}
.abcRioButtonSvg {
    margin-top: -8px;
    display: block;
}
   span.main_title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
.tria_top_left:before {
    position: absolute;
    z-index: 30;
    display: block;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: #31708f;
    transform-origin: 0 100%;
    transform: skewY(-45deg);
    content: "";
}
.abcRioButton {
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
input[type='text'], textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 16px!important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.menubar {
    display: none;
    width: 1200px;
    background: #21244e;
    margin-left: auto;
    margin-right: auto;
}
#debug-kit-toolbar #panel-tabs {
    display: none;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 5px 6px rgb(0 0 0 / 50%);
    border-radius: 8px 0 0 8px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 16px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.container {
    min-width: 900px;
}


.text_1 {
    margin-bottom: 5%;
    margin-top: 20%;
    /* color: white; */
    font-weight: bold;
    text-align: center;
}

.title_c {
    text-align: center;
    font-weight: bold;
}

a,
a:hover {
    text-decoration: none;
}

.container {
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.input.select {
    width: 405px;
}

.input.text.required {
    width: 405px;
}

.input.password.required {
    width: 405px;
}

label {
    display: -webkit-inline-box;
}

div#content {
    margin-bottom: -100px;
}

.container .form-area .form-content h2 {
    color: #fff;
}

.container .form-area .form-content p {
    color: #fff;
}

.container .form-area .form-content ul {
    margin-top: 50px;
}

.container .form-area .form-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.form-area {
    height: 100%;
}

.form-input {
    height: 100%;
}

.form_c {
    margin-top: 20px;
}

.main_title {
    font-size: 18px;
    color:#000000;
}

.form-area .form-content a i {
    margin-right: 10px;
}

.form-area .form-content .facebook {
    display: block;
    padding: 10px 20px;
    background: #3B579D;
    color: #fff;
    font-size: 15px;
    /* text-transform: capitalize; */
    border-radius: 4px;
    border: 1px solid #3B579D;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.form-area .form-content .facebook:hover,
.form-area .form-content .facebook:focus {
    background: transparent;
}

.form-area .form-content .twitter {
    display: block;
    padding: 10px 20px;
    background: #00ACED;
    color: #fff;
    font-size: 15px;
    /* text-transform: capitalize; */
    border-radius: 4px;
    border: 1px solid #00ACED;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.form-area .form-content .twitter:hover,
.form-area .form-content .twitter:focus {
    background: transparent;
}

.form-area .form-input {
    /* background-color: white; */
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 40px 0 #e1e1e1; */
}

.form-area .form-input {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 40px;
}

.form-area .form-input h2 {
    margin-bottom: 20px;
    color: #07315B;
}

.form-area .form-input input {
    position: relative;
}

.form-area .form-input textarea {
    height: 120px;
    padding: 20px 0;
}

.form-area .form-input input,
.form-area .form-input textarea {
    box-sizing: border-box;
    outline: none;
    border: none;
    border-bottom: 2px solid #e1e1e1;
    color: #07315B;
}

.form-area .form-input form .form-group {
    position: relative;
}

.form-area .form-input form .form-group label {
    position: absolute;
    /* text-transform: capitalize; */
    top: 20px;
    left: 0;
    pointer-events: none;
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    transition: all .6s;
}

.form-area .form-input input:focus~label,
.form-area .form-input textarea:focus~label,
.form-area .form-input input:valid~label,
.form-area .form-input textarea:valid~label {
    top: -5px;
    opacity: 0;
    left: 0;
    color: rgba(103, 58, 183);
    font-size: 12px;
    color: #07315B;
    font-weight: bold;
}

.form-area .form-input input:focus,
.form-area .form-input textarea:focus,
.form-area .form-input input:valid,
.form-area .form-input textarea:valid {
    /* border-bottom: 2px solid rgba(103, 58, 183); */
}

.form-area .form-text {
    margin-top: 30px;
}

.form-area .form-text span a {
    color: rgba(103, 58, 183);
}

.form-area .myform-button {
    margin-top: 4%;
}

.form-area .myform-button .myform-btn {
    width: 50%;
    height: 40px;
    background: #00BCD4;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.form-area .myform-button .myform-btn:hover {
    background: #07315B;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

input.btn.btn-primary.center-block {
    margin-left: 30.25%;
}

.sm1 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    top: 35%;
    left: 5%;
    transform: rotate(-20deg);
}

.sm2 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    top: 25%;
    left: 24%;
    transform: rotate(5deg);
}

.sm3 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    top: 20%;
    left: 46%;
    transform: rotate(-2deg);
}

.sm4 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    top: 23%;
    right: 24%;
    transform: rotate(-10deg);
}

.sm5 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    top: 35%;
    right: 5%;
    transform: rotate(10deg);
}

.sm6 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 20%;
    right: 5%;
    transform: rotate(30deg);
}

.sm7 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 10%;
    right: 24%;
    transform: rotate(-45deg);
}

.sm8 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 5%;
    right: 46%;
    transform: rotate(5deg);
}

.sm9 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 10%;
    left: 24%;
    transform: rotate(0deg);
}

.sm10 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 20%;
    left: 5%;
    transform: rotate(-5deg);
}

.sm11 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 20%;
    right: 20%;
    transform: rotate(10deg);
}

.sm12 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 22%;
    right: 35%;
    transform: rotate(-15deg);
}

.sm13 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 20%;
    right: 50%;
    transform: rotate(-45deg);
}

.sm14 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 19%;
    left: 22%;
    transform: rotate(30deg);
}

.sm15 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    bottom: 33%;
    left: 7%;
    transform: rotate(45deg);
}

.sm16 {
    filter: opacity(40%);
    z-index: -1;
    position: absolute;
    top: 45%;
    left: 10%;
    transform: rotate(-10deg);
}

.sm17 {
    display: none;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: rotate(-5deg);
}

.sm18 {
    display: none;
    z-index: -1;
    position: absolute;
    top: 40%;
    left: 40%;
    transform: rotate(50deg);
}

.sm19 {
    display: none;
    z-index: -1;
    position: absolute;
    bottom: 50%;
    right: 35%;
    transform: rotate(45deg);
}

.sm20 {
    display: none;
    z-index: -1;
    position: absolute;
    top: 45%;
    right: 20%;
    transform: rotate(-25deg);
}

div#col1 {
    height: 415px;
    /* background: rgb(197 178 230 / 70%); */
    padding: 30px;
}

div#col2 {
    height: 415px;
    /* background: #f5f5f5; */
}

.row {
    /* width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    position: relative; */
}


/*************google*************/

.g-signin2 {
    margin: 0 auto;
}

.abcRioButton.abcRioButtonBlue {
    border: solid 1px #aaa;
    background: #ffffff;
    
    
}

.abcRioButton.abcRioButtonBlue {
    height: 30px !important;
}

.abcRioButtonIcon {
    padding: 0px !important;
}

span.abcRioButtonContents {
    display: block;
    color: #777;
    line-height: 0px !important;
    font-size: 14px !important;
}


/*************Responsive******** 2022/1/17 ゴラム****/
@media (max-width:899px) and (min-width:541px){
    h4.title_c {
        margin-top: 2%;
    }
    .row.justify-content-center {
        width: 735px;
    }
    .container {
        padding-top: 0px;
    }
    .form-area .form-input {
        padding: 10px 40px;
    }
    .logo-img{
        width: 26px;
        margin-top: -11px;
    }
    .text-logo01{
        margin-left: 20px;
    }
    .h4,
    h4 {
        font-weight: bold;
        color: #333;
        font-size: 14px;
    }
    span.main_title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    span.abcRioButtonContents {
        font-size: 16px !important;
        color: #777;
    }
    label {
        font-size: 14px;
    }
    label a {
        font-size: 12px;
    }
    .glyphicon {
        color: #31708f;
        font-size: 20px;
        /* top: -8px; */
    }
    label.remember_me {
        font-size: 12px;
    }
    .input.select {
        width: 240px;
    }
    .input.text.required {
        width: 240px;
    }
    .input.password.required {
        width: 240px;
    }
    select#UserLanguageId {
        padding-left: 3px;
        padding-top: 0px;
        height: 40px;
        font-size: 12px;
    }
    input#UserUsername {
        height: 40px;
        font-size: 12px;
    }
    input#UserPassword {
        height: 40px;
        font-size: 12px;
    }
    .form-input {
        line-height: 0px;
    }
    input.btn.btn-primary.center-block {
        font-size: 12px;
    }
    .ib-theme-color.text-center {
        color: #999;
        margin-top: -114px;
    }
    span.glyphicon {
        margin-top: -5%;
    }
    div#col1 {
        height: 310px;
        width: 50%;
        float: left;
    }
    div#col2 {
        line-height: 0px;
        height: 320px;
        width: 50%;
        float: right;
    }
    input#remember_me {
        margin-top: -5%;
    }
   
    .form-area .myform-button {
        margin-top: 2%;
    }
    .form-area .form-input {
        padding: 5px 35px;
    }
    .btn {
        padding: 6px 18px;
    }
}



/* end */


/*************ipad-pro*************/

@media only screen and (device-width: 1366px) and (device-height: 1024px) {
    div#content {
        margin-bottom: -90px;
    }
    .container {
        padding-top: 30px;
    }
    div#col1 {
        height: 416px;
        width: 50%;
    }
    div#col2 {
        height: 416px;
        width: 50%;
    }
    .g-signin2 {
        margin: 0 auto;
    }
}

@media only screen and (device-width: 1024px) and (device-height: 1366px) {
    .container {
        padding-top: 10px;
    }
    .g-signin2 {
        margin: 0 auto;
    }
    div#content {
        margin-bottom: 0px;
    }
    .input.select {
        width: 470px;
    }
    .input.text.required {
        width: 470px;
    }
    .input.password.required {
        width: 470px;
    }
    a.btn.btn-primary.center-block {
        width: 35%;
    }
    .form-area .form-input {
        padding: 20px 220px;
    }
    .text_1 {
        margin-top: -2%;
    }
    div#col1 {
        height: 24%;
        width: 100%;
    }
    div#col2 {
        margin-bottom: 40px;
        height: 450px;
        width: 100%;
    }
    .form-area {
        width: 963px;
    }
}
/*************ipad*************/

@media only screen and (device-width: 1024px) and (device-height: 768px) {
    .col-md-12.center-block {
        display: inline-block;
        width: 992px;
    }
    div#col1 {
        height: 420px;
    }
    div#col2 {
        height: 420px;
    }
    .g-signin2 {
        margin: 0 auto;
    }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) {
    .col-md-12.center-block {
        width: 737px;
        display: inline-block;
    }
    div#content {
        margin-bottom: 20px;
    }
    .g-signin2 {
        margin: 0 auto;
    }
    .input.select {
        width: 430px;
    }
    .input.text.required {
        width: 430px;
    }
    .input.password.required {
        width: 430px;
    }
    a.btn.btn-primary.center-block {
        width: 35%;
    }
    .form-area .form-input {
        padding: 30px 120px;
    }
    a.btn.btn-primary.center-block {
        font-size: 14px;
    }
    input.btn.btn-primary.center-block {
        font-size: 14px;
    }
    .text_1 {
        margin-top: 0%;
    }
    div#col1 {
        height: 25%;
        width: 100%;
    }
    div#col2 {
        height: 41%;
        width: 100%;
    }
}
@media (min-width:900px){
    .h4, h4 {
    font-weight: bold;
    font-size: 14px;
}
    .glyphicon {
    color: #31708f;
    font-size: 20px;
    /* top: -8px; */
}
    .input.select {
    width: 300px;
}
    .input.text.required {
    width: 300px;
}
    .input.password.required {
    width: 300px;
}
    div#col1 {
    height: 295px;
    width: 50%;
    float: left;
}
    div#col2 {
    line-height: 0px;
    /* height: 310px; */
    width: 50%;
    float: right;
}
}

@media (max-width:768px){
    .container {
    min-width: 100%;
}
}
@media (max-width:668px){
    .text-logo01 {
    margin-left: 70px!important;
}
}


@media (max-width:375px) and (max-height:812px) {
    .text-logo01{
        margin-left: 20px;
    }
    .row.justify-content-center {
        width: 375px;
        margin-top: -15px;
    }
    .text_1 {
        margin-top: 5%;
    }
    div#col1 {
        height: 190px;
    }
    .form-area .form-input {
        padding: 15px 20px;
    }
    .input.select {
        width: 260px;
    }
    .input.text.required {
        width: 260px;
    }
    .input.password.required {
        width: 260px;
    }
    input.btn.btn-primary.center-block {
        margin-left: 32.5%;
        margin-top: 10px;
    }
    .ib-theme-color.text-center {
/*        margin-top: 30%;*/
    }
    div#col2 {
        height: 435px;
    }
}

@media (max-width:736px) and (max-height:414px) {
    h4.title_c {
        margin-top: 2%;
    }
    .row.justify-content-center {
        width: 735px;
    }
    .container {
        padding-top: 20px;
    }
    .form-area .form-input {
        padding: 12px 9px;
    }
    .logo-img{
        width: 26px;
        margin-top: -11px;
    }
    .text-logo01{
        margin-left: 20px;
    }
    .h4,
    h4 {
        font-weight: bold;
        color: #333;
        font-size: 14px;
    }
    span.main_title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    span.abcRioButtonContents {
        font-size: 16px !important;
        color: #777;
    }
    label {
        font-size: 14px;
    }
    label a {
        font-size: 12px;
    }
    .glyphicon {
        color: #31708f;
        font-size: 20px;
        /* top: -8px; */
    }
    label.remember_me {
        font-size: 12px;
    }
    .input.select {
        width: 240px;
    }
    .input.text.required {
        width: 240px;
    }
    .input.password.required {
        width: 240px;
    }
    select#UserLanguageId {
        padding-left: 3px;
        padding-top: 2px;
        height: 32px;
        font-size: 12px;
    }
    input#UserUsername {
        height: 32px;
        font-size: 12px;
    }
    input#UserPassword {
        height: 32px;
        font-size: 12px;
    }
    .form-area .myform-button {
        margin-top: 2%;
    }
    .form-input {
        line-height: 0px;
    }
    input.btn.btn-primary.center-block {
        font-size: 12px;
    }
    .ib-theme-color.text-center {
        color: #999;
        margin-top: -114px;
    }
    span.glyphicon {
        margin-top: -5%;
    }
    div#col1 {
        height: 310px;
        width: 50%;
        float: left;
    }
    div#col2 {
        line-height: 0px;
        /* height: 310px; */
        width: 50%;
        float: right;
    }
    input#remember_me {
        margin-top: -5%;
    }
}
@media (max-width:500px){
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}
    .input.text.required {
    width: 300px;
}
    .input.password.required {
    width: 300px;
}
    .input.select {
    width: 300px;
}
   div#col2 {
    height: 530px;
    /* background: #f5f5f5; */
}
    div#col1 {
    height: auto;
    /* background: rgb(197 178 230 / 70%); */
    padding: 30px;
}
    .glyphicon {
    color: #31708f;
    font-size: 20px;
    /* top: -8px; */
}
}

@media (max-width:414px) and (max-height:736px) {
    span.main_title {
        font-size: 14px;
    }
    .h4,
    h4 {
        font-size: 14px;
    }
    span#not_signed_innq7lfgsk6cb2 {
        font-size: 12px;
    }
    .row.justify-content-center {
        width: 415px;
        margin-top: -15px;
    }
    .text_1 {
        margin-top: 5%;
    }
    div#col1 {
        padding-top: 10px;
        height: 160px;
    }
    .form-area .form-input {
        padding: 5px 20px;
    }
    .input.select {
        width: 295px;
    }
    .input.text.required {
        width: 295px;
    }
    .input.password.required {
        width: 295px;
    }
    input.btn.btn-primary.center-block {
        margin-left: 32.5%;
        margin-top: 10px;
    }
    .ib-theme-color.text-center {
        margin-top: 30%;
    }
    .ib-theme-color.text-center {
        margin-top: 45px;
    }
    div#col2 {
        height: 360px;
        line-height: 15px;
    }
    input#remember_me {
        margin-top: 0%;
    }
    .glyphicon {
        top: -1px;
    }
}

@media (max-width:667px) and (max-height:375px) {
    .row.justify-content-center {
        margin-top: -30px;
        margin-left: -30px;
        width: 670px;
    }
    h4.title_c {
        margin-top: 1%;
    }
    .row.justify-content-center {
        width: 647px;
    }
    .form-area .form-input {
        padding: 20px 10px;
    }
    .ib-theme-color.text-center {
        margin-top: -200px;
    }
    .input.select {
        width: 275px;
    }
    .input.text.required {
        width: 275px;
    }
    .input.password.required {
        width: 275px;
    }
    input.btn.btn-primary.center-block {
        margin-top: 3px;
    }
    span.glyphicon {
        margin-top: -5%;
    }
    div#col1 {
        height: 275px;
    }
    div#col2 {
        height: 340px;
    }
    .form-area .form-input {
        padding: 25px 11px;
    }
}

@media (max-width:375px) and (max-height:667px) {
     .glyphicon {
        color: #31708f;
        font-size: 20px;
        /* top: -8px; */
    }
    span.main_title {
        font-size: 14px;
    }
    .h4,
    h4 {
        font-weight: bold;
        font-size: 14px;
    }
    span#not_signed_inttewuhxurplz {
        font-size: 12px;
    }
    label {
        font-size: 12px;
    }
    label a {
        font-size: 12px;
    }
    .row.justify-content-center {
        width: 385px;
        margin-top: -20px;
        margin-left: -20px;
    }
    .text_1 {
        margin-top: -2%;
    }
    select#UserLanguageId {
        height: 28px;
        font-size: 12px;
        padding-left: 3px;
        padding-top: 0px;
    }
    .form-area .form-input {
        padding: 10px 20px;
    }
    .input.select {
        width: 290px;
    }
    .input.text.required {
        width: 290px;
    }
    .input.password.required {
        width: 290px;
    }
    span.glyphicon {
        margin-top: -5%;
    }
    input.btn.btn-primary.center-block {
        margin-left: 32.5%;
        margin-top: 10px;
    }
    .ib-theme-color.text-center {
        margin-top: 30%;
    }
    .ib-theme-color.text-center {
        margin-top: -10px;
    }
    input[type='text'],
    textarea {
        font-size: 12px;
        height: 28px;
    }
    input#UserPassword {
        font-size: 12px;
        height: 28px;
    }
    input.btn.btn-primary.center-block {
        font-size: 12px;
    }
    input#remember_me {
        margin-top: -3%;
    }
    div#col1 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 160px;
    }
    div#col2 {
        line-height: 5px;
        height: 320px;
    }
}
@media  (max-height: 300px) {
    .form-area .form-input {
        padding: 13px 11px;
    }
    select#UserLanguageId {
        padding-left: 3px;
        padding-top: 5px;
        height: 27px;
        font-size: 12px;
    }
    input#UserPassword {
        height: 27px;
        font-size: 12px;
      
    }
    input[type='text'], textarea {
      
        height: 27px;
        font-size: 12px;
       
    }
  
    .form-area .myform-button {
        margin-top: 1%;
    }
    h4.title_c {
        margin-top: -2%;
    }
    .form-content {
        margin-top: -10px;
    }
    .text-logo01 {
        margin-left: 36px;
        /* margin-top: 0px; */
    }
    /* .container {
        height: 100x;
     
    } */
    #content {
        
        min-height: 320px;
        
    }
    .ib-theme-color.text-center {
        color: #999;
        margin-top: 65px;
    }
    html,
    body {
        overflow-y: auto;
    }
}