.page-login {
   background:rgba(255, 255, 255, 0.5) !important;
}
.main-title{
	    font-weight: bolder;
    font-size: 30px;
text-align: center;
}
.sub-title{
	color: #5a2c81;
    direction: ltr;
    font-size: 18px;
    text-align: center;
    padding-top: 8px;
}
.logo-corp{
	    height: 40px;
}
.full-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.full-bg .img-responsive {
    width: 100%;
    height: 100%;
	display: block;
    max-width: 100%;
}
img {
    vertical-align: middle;
}
.no-padding{
padding: 0 !important;
}