.pmt_login_body_v1 {
    background-image: url('../images/logon_bg.png');
	background-color: #00BCD4;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}

.pmt_login_body_option1 {
	/*background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%);*/
	background-image: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
}

.pmt_login_body {
    background-image: linear-gradient(345deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
}

.pmt_login_bodyX {
    background-color: #4158D0;
    background-image: linear-gradient(130deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

/*
.inner_pic_ov1 {
	background-image: url(../images/flogo-ov1.png);
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: 35%;
}
*/

.inner_pic_ov1 {
	background-image: url(../images/flogo-ov1.png);
    background-position: 20% 90%;
    background-repeat: no-repeat;
    background-size: 45%;
}


.inner_pic {
    background-image: url(../images/flogo.png);
    background-position: 20% 100%;
    background-repeat: no-repeat;
    background-size: 35%;
}

.pmt_login_body .panel {
	border: 0px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,.05);
	min-height: 300px;
	padding-top: 0px;
	background-color: #FFEB3B;
	/*background-color: #c1a2de;*/

}
.pmt_login_button {
	background-color: #9C27B0;
	color:white;
}
	
#header_v1{
    height:120px;
	/*background-color: #3f51b569;*/
	background-color: #3f51b5ad;
}

#header{
    height:120px;
}

	
/*
#pmt-logo {
	margin: 40px 10px 0 0;
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#pmt-logo img{
    margin-top: -17px;
    margin-right: 15px;
    height: 80px;
}
*/

#pmt-logo {
	padding-top: 20px;
}

#pmt-logo img{
   height: 85px;
}

#screen-banner {
    /*position: absolute;
    top: 101px;
    left: 0px;
    width: 100%;
	*/
	
   /* height: 600px;*/
    background: url('../images/app_loginbg.jpg') center center no-repeat;
	/*background: url('assets/images/login.png') left no-repeat;*/
	background-color: #00BCD4;
	background-size: cover;
	 background-position: center;
}
	
#footer {
height: 60px;
background-color: #9c27b06e;
border-top: 0;
}	

#footer .text-muted {
    color: #FFEB3B;
}

.vertical-offset-100{
    padding-top:100px;
}

#error_notification{
	border: 1px #A25965 solid;
	height: auto;
	padding: 4px;
	background: #F8F0F1;
	text-align: center;
	-moz-border-radius: 5px;
}

#login_status{
	text-align: center;
	color:green;
}


.logo-band {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}


.navbar .navbar-brand { 
    max-height: 40px;
    max-width: 30%; 
    overflow: visible;
    padding-top: 20px;
    padding-bottom: 0; 
}

#panel-heading-clear {
    background-color: transparent;
    border: 0;
	text-align: center;
	/*color: #FF5722;*/
	color: #9C27B0;
}