.main {
	background: url("../images/POST bank-01.png");
	background-repeat: no-repeat;
	background-size: 100% 150%;
	background-position: fixed;
}

@font-face {
	font-family: Aileron;
	src: url(fonts/Aileron-Light.otf);
}

*, h1, h2, h3, h4, h5, b, h6, p, label, input, select, option, button, a,
	ul, li, font, copyright, span, table, th, tr, caption {
	font-family: Aileron;
}
/*  #page-wrap { 
  background: url("../images/POST bank-01.png") no-repeat fixed;
  width: 500px; margin: 40px auto;
}  */

/* logo image */
.ima {
	  /* background: linear-gradient(to bottom, #0073b3 0%, #0098d5 100%); */
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
    width: 224px;
}

/*--  --*/
.rounded {
	border-radius: 2px;
	border: 1px solid #2a0031;
	box-shadow: 0px 0px 1px #000000;
}
.form-control:focus {
	border: 1px solid #2a0031 !important;
	box-shadow: 0px 0px 1px #000000;
}

.loginButton {
	width: 100%;
	background-color:#eb7823;
	/*background: transparent linear-gradient(
180deg
, #7a437a 0%, #7a437a 11%, #2a0031 100%) 0% 0% no-repeat padding-box;*/
    color: white;
    border: none;
}
.loginButtoncolor {
	background: transparent linear-gradient(180deg, #7a437a 0%, #7a437a 11%, #2a0031 100%) 0% 0% no-repeat padding-box;
	color: white;
}

.btncancel {
	background-color: #dbcb45;
}

/* applying background color */
.img-background, .form-background {
	height: 450px; /*400px*/
}

.img-background {
	background: transparent linear-gradient(
 
180deg, rgb(42 0 49) 70%, rgb(239 106 37 / 59%) 100%) 0% 0% no-repeat padding-box;
	display: flex;             
  justify-content: center;
  align-items: center;
}

.form-background {
	background: white;
}

/* changing the text color */
.txtcolor {
	font-size: 12px;
	color: #aa822e;
	margin-top: -10px;
}

.loginform {
	margin-top: 100px;
	height: 400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/* login form height*/
.login-ht {
	width: 90%;
	/* margin-top: 10px; */
	text-align: center;
	margin: 5%;
}

.postbank {
	color: white;
	text-align: center;
	/*text-shadow: 1px 1px;*/
	font-family: Aileron;
}

.textcolor {
	color: #2a0031;
	text-align: left;
	margin-bottom: 10px;
}

/* navabar */
.navbarcolor {
	background: #1E90FF;
	color: #ffffff;
}

/*header {
	background: linear-gradient(to top, #3c66b0 10%, #59b4e5 100%);
	color: #ffffff;
	margin-top: 0px;
	margin-left: -20px;
	margin-right: auto;
	/*	width:100%*/
/*}*/
header {
	background:transparent linear-gradient(180deg, #7a437a 0%, #7a437a 11%, #2a0031 100%) 0% 0% no-repeat padding-box;color: white !important;
	color: #ffffff;
	margin-top: 0px;
	margin-left: -20px;
	margin-right: auto;
	height: 100px;
	/* width:100%*/
}

footer {
	color: rgb(255, 255, 255);
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: transparent linear-gradient(180deg, #7a437a 0%, #7a437a 11%, #2a0031 100%) 0% 0% no-repeat padding-box;color: white; border-radius: 8px !important;
	padding: 25px;
}
/* sidebar */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #ef6a25;
	/*background: linear-gradient(to bottom, #59b4e5 0%, #3c66b0 100%);*/
	overflow-x: hidden;
	transition: .5s;
	padding-top: 0px;
	box-shadow: 0 2px 15px #000000;
}

.sidenav a {
	padding: 2px 2px 2px 20px;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #ffffff;
	background-color: #3c66b0;
	height: 100%;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 20px;
	margin-left: 60px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 10px;
	}
	.sidenav a {
		font-size: 15px;
	}
}

/* scroll bar */
.wrapper {
	overflow-y: scroll !important;
	overflow-x: scroll !important;
	height: 640px !important;
	box-sizing: border-box;
}

.wrapper::-webkit-scrollbar {
	width: .5em;
}

.wrapper::-webkit-scrollbar-thumb {
	background-color: #2a0031;
}

.wrapper::-webkit-scrollbar {
	width: .5em;
	height: .5em;
}

.wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px #ccc;
	background: #ffffff;
}
.btn-primary {
    color: #fff;
    background-color: #2a0031 !important;
    border-color: #2a0031 !important;
}

.btn-primary:hover {
    color: white !important;
    background-color: #2a0031 !important;
    border-color: #2a0031 !important;
    border: none;
}
/* cards-scss */
.bodycolors {
	background: transparent linear-gradient(180deg, #7a437a 0%, #7a437a 11%, #2a0031 100%) 0% 0% no-repeat padding-box;color: white !important;
	color: #ffffff;
	box-sizing: border-box;
	height: 100px;
}

body {
	background-color: #FFFFF0;
}
a {
    color: #2a0031;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a0031 !important;
    text-decoration: none;
}
.alignment1 {
	width: 350px;
	margin: 3%;
	padding: 10px;
	height: 180px;
	box-sizing: border-box;
	padding-left: 50px;
	border-radius: 10px 0px 10px 10px;
}

.bodycolor {
    /* background-color: #DAA520; */
    background: linear-gradient(to bottom, #ef6a25 12%, #ef6a25bf 100%);
    height: 180px;
    /* margin-top: -15px; */
    padding: 10px;
}

.fontcsss {
	font-size: 24px;
}

.sliderfont1 {
	font-size: 24px;
	margin-right: 10px;
}

.inputfieldbordercolor {
	border-color: #b3b1b1;
}

.textcolor1 {
	margin-left: -15px;
}

.accordiancss a:hover {
	/*
	background-color: #ffffff; */
	color: #3c66b0;
}

/*
.container-fluid {
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
*/

/* css for drpdown */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 300px;
	/* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
	z-index: 1;
}

.dropdown-content a {
	color: #3c66b0;
	padding: 12px 16px;
	text-decoration: none;
	/* display: block; */
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown a:hover {
	backgroubd-color: #3c66b0;
}

.txtdesign {
	color: #ffffff;
	text-align: center;
	padding: 50px 10px 10px 5px;
}

/* css for accordian sub menu */
.vertical-menu a:hover {
    background-color: #ef6a25;
    color: white !important;
}

.vertical-menu a {
    background-color: #2a0031 !important;
    color: white !important;
    display: block;
    padding: 10px;
    text-decoration: none;
    height: 60px;
    z-index: 1;
    box-shadow: 7px 3px 10px #ccc;
    margin-top: -10px;
}

/* .vertical-menu a.active {
	background-color: #4CAF50;
	color: white;
} */
.panelcss>a {
    color: white !important;
    background: #2a0031;
    padding: 15px 10px;
    border-bottom: 1px solid #ee6b26;
}

.panelcss a:hover {
	background: #2a0031;
	color: white !important;
}
.h4css {
    background: transparent linear-gradient(180deg, #7a437a 0%, #7a437a 11%, #2a0031 100%) 0% 0% no-repeat padding-box !important;
    /* background: #3c66b0; */
    color: white;
    text-align: center;
    color: white;
    height: 70px;
    padding: 20px;
}

.h6own_acct {
    background: transparent linear-gradient(180deg, #7a437a 0%, #7a437a 11%, #2a0031 100%) 0% 0% no-repeat padding-box !important;
    width: 100%;
    color: white;
    height: 40px;
    padding: 10px;
}

.accordiancsssidenav>a {
    background: #7a437a;
    padding: 15px 10px;
    border-bottom: 1px solid #2a0031;
}

.accordiancsssidenav a:hover {
    background: #7a437a;
}

.subchildcss a {
	background-color: #ffffff;
	color: black;
	padding: 15px 10px;
	border-bottom: 1px solid #d1e8f1;
}

.subchildcss a:hover {
	background-color: #dee1e2;
	color: black;
}

/* login form */
div.transbox {
	background-color: #ffffff;
	box-shadow: 0 0 10px #000000;
	opacity: 0.5;
	z-index: -1;
	padding: 50px;
	width: 85%; /*80%*/
	height: 500px; /*450px*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -425px;
}

.opacitycss {
	width: 80%; /*75%*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* .logincss {
	margin-top: 50px;
} */

/* side nav buttons */
.btnsize {
	padding: 4px 4px;
	border-radius: 5px;
}

.backbutton {
	margin-top: 28px;
}

/*a:hover, a:focus {
     color: #ffffff;
    text-decoration: none;
}*/
a:hover, a:focus {
     color: #337ab7;
    text-decoration: none;
}

/*----------Add the below css in style.css---------*/
@media screen and (max-width: 845px) {
	.alignment1 {
		width: 300px;
		margin: 4%;
		padding: 10px;
		height: 180px;
		box-sizing: border-box;
		padding-left: 50px;
		border-radius: 10px 0px 10px 10px;
	}
}

@media screen and (max-width: 991px) {
	.img-background {
		background: transparent linear-gradient(180deg, rgb(42 0 49) 70%, rgb(239 106 37 / 59%) 100%) 0% 0% no-repeat padding-box;
		height: 220px;
	}
	div.transbox {
		height: 720px;
		margin-bottom: 100px;
	}
	.login-ht {
		margin: 0;
	}
}