body{ 
    background: #222; 
    font-family: 'Lato','ThaiSans Neue', sans-serif; 
}

.topBar{ position: relative;  width: 100%; height: 240px; background: #ccc; margin: 0px;
         background-image: linear-gradient(180deg, #222 0%, #111 100%);
}
.topBar #topBarLogo{ display: block; position: relative;  height: 100px;  margin:auto; top: 60px; }

.screenline1{ width: 100%; height: 2px; background: #ff5000; }
.cfbLine1{ width: 100%; height: 1px; background: #ff5000; margin: 10px auto; }

.contentBody{  min-width: 320px; max-width: 798; margin: auto; }
.contentNotiBox{ background-color: #d0021b; min-height: 40px; padding: 0px 20px; }
.contentNotiBox .cntLabel{ 
    color: white;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 8px 0px; 

}

.contentBody .ngSlideView .cfbLabelType1{ 
    max-width: 439px;
    min-height: 72px;
    margin: 40px auto;
    color: rgba(255, 255, 255, 0.54);
    font-size: 18px;
    font-weight: 200;
    line-height: 36px;
    text-align: center;
}
.contentNotiBox .ngSlideView .cfbForm{

}
.cfbForm {
    padding: 0 20px;
}
.cfbForm .cfbFormRow{
    margin: 40px 0px;
}
.cfbForm .cfbFormRow .formLabelH2{ 
    text-align: center;
    min-width: 29px;
    color: white;
    font-size: 24px;
    font-weight: 200;
    line-height: 29px;
}
.cfbForm .cfbFormRow .formDLabelH2{
    text-align: center;
    min-width: 29px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 24px;
    font-weight: 100;
    line-height: 32px;
    font-family:inherit;
}  
.cfbForm .cfbFormRow .formInputH2{
    border: 0px; background: none; margin: 10px;
}
.cfbForm .cfbFormRow .formInputH2 .cfbInputH2{
    border: 0px; background: none;
    outline: none;
    width: 100%;
    text-align: center;
    color: #ff5000;
    font-size: 48px;
    font-weight: 200;
}
.cfbForm .cfbFormRow{

}
.cfbForm .cfbFormRow.navButton{
    text-align: center; 
    margin: 50px 0px;
}

.cfbForm .cfbFormRow .formNavButton{
    cursor: pointer;
    margin: 0px 20px;
}

.forgotpassword_btn,.forgotpassword_btn:visited,.forgotpassword_btn:focus{ text-decoration: none; outline: none; }
.forgotpassword_btn:hover{ text-decoration: none;  color: #666;}

.footBar{}


/*  Animate  */

.ngSlideView {
    padding: 0px; margin: 0px;
    position: relative;
    transition: 300ms;
}

.ngViewBox {
    min-height: 820px;
    padding: 0px; margin: 0px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.ngViewBox.n {
    text-transform: none;
}


.navViewFade .ngSlideView.ng-enter{
    opacity: 0;
}

.navViewFade .ngSlideView.ng-enter.ng-enter-active{
    opacity: 1;
}

.navViewFade .ngSlideView.ng-enter.ng-leave{
    opacity: 1;
}

.navViewFade .ngSlideView.ng-leave.ng-leave-active{
    opacity: 0;
}


/* Prev animation*/
.navViewPrev .ngSlideView.ng-enter{
    left: -100%;
}

.navViewPrev .ngSlideView.ng-enter.ng-enter-active{
    left: 0%;
    opacity: 1;
}

.navViewPrev .ngSlideView.ng-leave{
    left: 0%;
    opacity: 1;
}

.navViewPrev .ngSlideView.ng-leave.ng-leave-active{
    left: 100%;
    opacity: 0;
}

/* Next animation*/
.navViewNext .ngSlideView.ng-enter{
    left: 100%;
}

.navViewNext .ngSlideView.ng-enter.ng-enter-active{
    left: 0%;
    opacity: 1;
}

.navViewNext .ngSlideView.ng-leave{
    left: 0%;
    opacity: 1;
}

.navViewNext .ngSlideView.ng-leave.ng-leave-active{
    left: -100%;
    opacity: 0;
}