body{
   
}
.landing-box{
   background-color: white;
   min-height: 200px;
   border-radius: 5px;
   margin-top: 12%;
   padding: 35px;
}
.copy-logo{
   margin-top: 40px;
}
.powerby-posvision{ color:#000000; font-size:10px; font-weight:bold;}
.preload{
   top:0px;
   left: 0px;
   width: 100%;
   height: 100%;
   position: absolute;
   
   border-radius: 5px;
   background-color: rgba(255, 255, 255, 0.5);
   padding-top: 27%;
   text-align: center;
   display: none;
}
#register-section{
   min-height: 150px;
   display: none;
}
#register-section .col-sm-12{
   margin-bottom: 15px;
}
.btn-register{
   margin-bottom: 10px;
}
