html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
}
body{
    position: relative;
    /* font-family: 'Roboto'!important; */
}
.cat-logo-wrap{
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 3;
    width: 100%;
    text-align: right;
    /* font-family: 'Roboto'!important; */
}
.cat-logo{
    max-width: 100%;
    margin-bottom: 30px;
}
.container{
    width: 100%;
    height: 100%;
    /* background: -webkit-gradient(linear,left top,right top,from(#1262b4),to(#25adcb));
    background: linear-gradient(to right,#1262b4,#25adcb); */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: unset;
}
.container::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
    background-image: url(../images/img-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    filter: blur(5px);
}
.login-content{
    width: 400px;
    padding: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: rgba(39, 69, 104, .8);
    z-index: 3;
}
.btn{
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 36px;
    box-shadow: none;
    border: 0;
    color: #ffffff;
    cursor: pointer;
}
.btn:hover,.btn:active,.btn:focus{
    border: 0!important;
    box-shadow: none!important;
    outline:0!important;
}
.btn1{
    background: -webkit-gradient(linear,left top,right top,from(#d3a02a),to(#daa62f));
    background: linear-gradient(to right,#d3a02a,#daa62f);
}
.btn2{
    background: -webkit-gradient(linear,left top,right top,from(#c8643b),to(#ca653a));
    background: linear-gradient(to right,#c8643b,#ca653a);
}
.btn3{
    background: -webkit-gradient(linear,left top,right top,from(#d3628b),to(#ca643a));
    background: linear-gradient(to right,#d3628b,#ca643a);
}
.btn4{
    background: -webkit-gradient(linear,left top,right top,from(#558cc9),to(#558cc9));
    background: linear-gradient(to right,#558cc9,#558cc9);
}
.btn5,.loginContinue{
    background-color: #ffd014;
    line-height: normal;
    font-size: 18px;
    border-radius: 2px;
    height: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
    -webkit-transition: background-color .3s cubic-bezier(.4,0,.2,1);
    transition: background-color .3s cubic-bezier(.4,0,.2,1);
}
.btn5:hover,.btn5:focus,.loginContinue:hover, .loginContinue:focus{
    color: #fff;
}
.frame-modal{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0,-40px,0);
    opacity: 0;
    z-index: -1;
}
.frame-display{
    opacity: 1;
    transform: translateY(0px);
    z-index: 99;
}
iframe{
    border: 0;
}
.closeImg{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 4;
}
.forgotPasswordWrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #005eb8;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.forgotID-content{
    background: transparent;
}
.forgotID-content label{
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
}
.forgotID{
    background: transparent;
    box-shadow: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    padding: 13px 8px;
}
.forgotID:focus{
    outline: none;
}
input.forgotID::-webkit-input-placeholder{
    color:rgba(255,255,255,.3);
}
input.forgotID::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:rgba(255,255,255,.3);
}
input.forgotID:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:rgba(255,255,255,.3);
}
input.forgotID:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:rgba(255,255,255,.3);
}
#promptUpContent{
    color: rgba(0,0,0,.5);
    padding: 0 24px 24px;
    max-height: 240px;
    font-size: 15px;
    font-weight: normal;
}
#promptUp .modal-footer,#promptUpEmail .modal-footer{
    padding: 0;
}
#promptUp .modal-footer .okBtn, #promptUpEmail .modal-footer .okBtn{
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 44px;
    border: 0;
    font-size: 17px;
    color: #3598db;
    background-color: transparent;

}
#promptUpEmail .modal-footer .okBtn{
    width: 50%;
    float: left;
}
#promptUpEmail .modal-footer .okBtn_confirm{
    background-color: #005eb8;
    color: #fff;

}
#promptUp .modal-footer .okBtn:hover,
#promptUp .modal-footer .okBtn:focus,
#promptUpEmail .modal-footer .okBtn:hover,
#promptUpEmail .modal-footer .okBtn:focus{
    outline: none;
}
#promptUp .modal-dialog,#promptUpEmail .modal-dialog{
    max-width: 280px;
}
#promptUp .modal-header,#promptUpEmail .modal-header{
    border: 0;
}
#loadingModal .modal-dialog{
    width: 150px;
    text-align: center;
    top: 45%;
    transform: translateY(-45%);
}
#loadingModal .modal-dialog .modal-body{
    color: #7d7d7d;
    display: flex;
    align-items: center;
}
.toast-portal{
    background-color: #f1ddde;
    height: 52px;
    color: #c10b50;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width:100%;
}
@media (max-width: 500px){
    .login-content{
        width: 100%;
        box-shadow: none;
    }
    .cat-logo-wrap{
        text-align: center;
        margin-top: 55px;
    }
    .forgotPasswordWrap{
        align-items: flex-start;
    }
    .form-box{
        margin-top: 20px;
    }
}

@keyframes ldio-8z5q2v75cax {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
    }
    .ldio-8z5q2v75cax div {
    position: absolute;
    width: 56px;
    height: 56px;
    border: 4px solid #0c63a6;
    border-top-color: transparent;
    border-radius: 50%;
    }
    .ldio-8z5q2v75cax div {
    animation: ldio-8z5q2v75cax 1s linear infinite;
    top: 50px;
    left: 50px
    }
    .loadingio-spinner-rolling-98hfxkmv29j {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    }
    .ldio-8z5q2v75cax {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.6);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
    }
    .ldio-8z5q2v75cax div { box-sizing: content-box; }
    /* generated by https://loading.io/ */
    .iframe-item{
        width: 100%;
        height: 100%;
    }
    .dataProtectionProtocol{
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 20px;
        
    }
    .dataProtectionProtocol a{
        color: #fdb813;
        font-size: 20px;
        text-shadow: 0 0 10px rgba(255,255,255,.5);
    }
    .fontBold{
        font-weight: bold;
    }
    .frame-modal5,.frame-modal7{
        background: #005eb8;
        height: auto;
        display: none;
        min-height: 100%;
    }
    .frame-modal5.frame-display,
    .frame-modal7.frame-display{
        display: block;
    }
    .frame-modal7{
        padding-bottom: 80px;
    }
    .tableWrap{
        padding: 20px;
        background-color: #fff;
        margin: 0 auto;
        width: 800px;
    }
    .faceToFace{
        width: 100%;
    }
    .faceItem{
        transition: none 0s ease 0s;
        padding: 16px 16px 10px 16px;
        min-height: 111px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
        color: #2b2b2b;
        background-color: #fff;
        border-radius: 4px;
    }
    .item-title{
        display: flex;
        justify-content: space-between;
        min-height: 29px;
        padding-bottom: 5px;
    }
    .faceItem p span:first-child{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .item-title h2{
        color: #2b2b2b;
        font-size: 15px;
        margin-bottom: 10px;
        white-space: normal;
        margin:0;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-word;
    }
    .item-title span.badge{
        background: #00a9ce!important;
        color: #fff!important;
        border-radius: 5px!important;
        padding: 6px 14px!important;
        font-weight: normal;
        font-size: 13px;
        height: 25px;
        min-width: 70px;
    }
    .faceItem p{
        clear: both;
        color: #666;
        font-size: 12px;
        min-height: 14px;
        display: flex;
        justify-content: space-between;
    }
    .faceItem p span.null{
        display: none;
    }
    .faceItem p span.true{
        background: url(../images/check.png) no-repeat left center;
        padding-left: 20px;
        color: #666;
        font-size: 12px;
        display: inherit;
    }
    .faceItem p span.true .notCompetent{
        display: none;
    }
    .faceItem p span.false{
        background: url(../images/close.png) no-repeat left center;
        padding-left: 20px;
        color: #666;
        font-size: 12px;
        display: inherit;
    }
    .faceItem p span.false .notCompetent{
        display: block;
        padding-right: 2px;
    }
    .dateHour{
        font-size: 12px;
        font-weight: 700;
        color: #999;
    }
    .dateMonthYear{
        font-size: 12px;
        font-weight: 700;
        color: #00a9ce;
        text-align: right;
    }
    .faceToFace .scrollContent{
        width: 100%;
        padding: 16px;
    }
    @media screen and (min-width: 1200px){
        .faceToFace .scrollContent{
            width: 1200px;
            margin: 0 auto;
            padding: 0px 29px;
        }
    }
    .tableWrap table thead th,
    .tableWrap table tbody td{
        padding: 5px;
        font-size: 14px;
    }
    .tableWrap table tbody td:first-child{
        font-weight: bold;
    }
    .tableWrap table tbody td ul{
        margin: 0;
        padding: 0;
    }
    .tableWrap table tbody td ul li{
        list-style: none;
    }
    .font14{
        font-size: 14px;
    }
    .btn6{
        background-color: rgb(140, 192, 68);
    }
   
    .faceToFace h1{
        color: #fff;
        font-size: 24px;
        text-align: center;
    }
    .emailIcon img{
        position: fixed;
        top: 10px;
        right: 10px;
        width: 35px;
        z-index: 99;
    }
    .faceToFaceContent{
       
    }
    .faceToFaceContent .col-md-4{
        padding: 16px 12px 10px 12px;
    }
    .scrollItem{
        position: relative;
    }
    .faceToFace .scrollItem{
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        /* will-change: scroll-position; */
        /* contain: size style layout; */
        width: 100%;
        margin-top: 56px;
    }
    .faceTofaceTop {
        top: 0;
        position: absolute;
        z-index: 10;
        display: block;
        width: 100%;
        text-align: center;
        background: #005eb8;
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        height: 56px;
    }
    .faceTofaceTop h3{
        color: #fff;
        text-align: center;
        font-size: 32px;
        position: fixed;
        width: 100%;
        top: 0;
        padding: 0;
        margin-top: 10px;
    }
    .faceToFaceBlank{
        margin-top: 56px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        display: block;
    }
    @media screen and (max-width: 610px){
        .faceTofaceTop h3{
            margin-top: 16px;
            font-size: 16px;
        }
        .item-title h2{
            display: block;
        }
    }
    @media screen and (max-width: 414px){
        #loadingModal .modal-dialog{
            left: 30%;
        }
    }

.hidden {
    display: none;
}