



.loginbox {
   background: #ffffff;
   padding: 16px;
   margin: 0;
   max-width: 360px;
   -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}

.loginbox p:nth-child(1) input,
.loginbox p:nth-child(2) input,
.loginbox button {
   font-size: 1em;
   padding: 8px 16px;
   width: 100%;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.loginbox p:nth-child(1) input,
.loginbox p:nth-child(2) input {
   border: 1px solid #cccccc;
}

.loginbox input[type="checkbox"] {
   vertical-align: bottom;
}

.loginbox .info {
   height: 24px;
   line-height: 24px;
   font-size: .8em;
   text-align: center;
   color: #CF0000;
}

.loginbox .submitpar {

}




/* FORGOT PASSWORD */

.fptrigger {

}
.fppop {
   display: none;
   position: fixed;
   z-index: 5000;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,.75);
}
.fppop .loading {
   color: var(--primarylightcolor);
   z-index: 5100;
}
.fppop .content {
   display: none;
   background: #ffffff;
   padding: 16px;
   z-index: 5200;
   -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
   font-size: .9em;
   min-width: 200px;
   max-width: 280px;
}
.fppop .loading,
.fppop .content {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
