/* Add here all your CSS customizations */
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');
body {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
}
.loginpage header.header{
	width: 100%;
	height: 13vh !important;
	display: block;
	position: unset !important;
	text-align: left;
	background-repeat: no-repeat;
}
.loginpage .bodysection{
	width: 100%;
	height: calc(100vh - 28vh);
	display: block;
	position: unset;
}
.loginpage header .logosection{
	display: block;
	width: 100%;
	overflow: auto;
}
.loginpage header .logosection .logo{
	float: none;
	margin: 0;
	padding: 10px 0;
	display: inline-block;
}
.loginpage .header .logo img {
    height: calc(13vh - 30px);
}

.loginpage footer.footer{
	height: 15vh;
    font-family: 'Work Sans', sans-serif;
}
footer.footer{
	width: 100%;
	display: block;
	position: unset !important;
	background-color: #00314e;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
}
footer .support{}
footer .support .title{}
footer .support .title h3{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 10px 0;
	color: #fff;
}
footer .support a{
	display: inline-flex;
	width: 100%;
	font-size: 15px;
}
footer .support.text-left a{
    float: left;
    text-align: left;
    display: inherit;
}
footer .support.text-center a{
    float: none;
    text-align: center;
    display: inherit;
}
footer .support.text-right a{
    float: right;
    text-align: right;
    display: inherit;
}
footer .support a:hover{
	text-decoration: none;
	color: #2196F3;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
footer .support a font{
	line-height: 30px;
	letter-spacing: 0.7px;
}
footer .support a span{
	display: inline-block;
    width: 35px;
    height: 35px;
    padding: 6px 7px;
    margin-right: 20px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 100px;
    line-height: normal;
}
footer .support a:hover span{
	box-shadow: 0 0 12px 0px rgba(236, 237, 240, 0.25);
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
    background-color: #0b2346;
    border: 1px solid #f1f1f1;
}
footer .support a:hover span i{
	color: #f1f1f1;
}
footer .support a span i{
	color: #184892;
	line-height: normal;
    font-size: 19px;
}
footer .extremefooter{
	margin-top: 0;
    padding: 10px 0;
    border-top: 0;
}
footer .extremefooter ul{
	padding: 0;
	margin: 0px;
	list-style: none;
}
footer .extremefooter ul li{
	display: inline-flex;
	width: calc(99% / 2);
}
footer .extremefooter ul li:last-child{
	float: right;
	text-align: right;
	display: block;
}
footer .extremefooter ul li a{
	font-weight: 600;
}
footer .extremefooter ul li a:hover{
	color: #2196F3;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
    text-decoration: none;
}
.loginpage .bodysection{
	padding: 30px 0;
}
.loginpage .bodysection .loginform{
	height: calc(100vh - (28vh + 60px));
	border-right: 1px solid #ccc;
}
.loginpage .bodysection .loginform form{}
.loginpage .bodysection .loginform form label.topname{
	text-transform: capitalize;
	color: #184892;
}
.loginpage .bodysection .loginform .title{
	display: block;
}
.loginpage .bodysection .loginform .title h2{
	text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 30px !important;
    padding-bottom: 5px;
    font-family: 'Audiowide', cursive;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
    color: #7b7b7b;
    font-weight: 700;
    letter-spacing: 0.7px;
}
.loginpage .bodysection .loginform .title h2:hover {
    color: #184892;
    -webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}
.loginpage .bodysection .loginform .title h2:hover span i{
    color: #2265ce;
    -webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}
.loginpage .bodysection .loginform .title h2 span i{
	color: #bbbbbb;
    font-size: 110px;
    display: block;
}
.quickdescr .accordion .card .card-header h2{
	margin-top: 0px;
}
.quickdescr .accordion .card .card-header h2 button.btn.btn-link{
	display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    background-color: #184892;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.quickdescr .accordion .card .card-header button.btn.btn-link.collapsed{
	background-color: #ddd;
    color: #184892;
}
.loginform a.forgetpwd{
	color: #777;
}
.loginform a.forgetpwd:hover{
	cursor: pointer;
}
.btnsignin, .modal-body .btnemail, .btn-primary{
	background: #184892 !important;
	color: #fff;
	padding: 10px 25px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 0px;
}
.btnsignin:hover, .btnsignin:active, .btn-primary:not(:disabled):not(.disabled):active, .btnsignin:focus,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.modal-body .btnemail:hover, .modal-body .btnemail:active, .modal-body .btnemail.btn-primary:not(:disabled):not(.disabled):active, .modal-body .btnemail:focus{
    background-color: #0b2346;
    -webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.modal-header{
	background-color: #0b2346;	
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    border: none;
    text-shadow: none;
    color: #fff;
}
.modal-header h5{
	margin-top: 0px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #eee;
}
.modal-body .btnemail{
	background: #184892;
	color: #fff;
	padding: 5px 25px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.nomp-sides{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.loginform .checkbox-custom label, #lblUserId, #lblUserPwd, #lnkForgetPwd, #lblFinancialYear {
    color: #000;
    font-size: 15px;
}

@media only screen and (min-width: 1441px) {
    .body {
        min-height: 50vh;
    }
    .inner-wrapper {
        min-height: 91vh;
    }
}

@media only screen and (max-width: 1440px ) and (min-width: 1367px ){
    .loginpage .header .logo img {
        height: calc(13vh - 28px);
    }
    .loginpage .bodysection {
        padding: 25px 0;
    }
    .loginpage .bodysection .loginform, .loginpage .bodysection .quickdescr {
        height: calc(100vh - (28vh + 50px));
    }
    .quickdescr .accordion .card .card-header h2 button.btn.btn-link {
        font-size: 18px;
        line-height: 24px;
    }
    .quickdescr .accordion .card-body {
        padding: 12px 15px;
    }
    .loginpage .bodysection .loginform .title h2 {
        margin: 0px 0px 12px !important;
    }
}
@media only screen and (max-width: 1366px ) and (min-width: 1281px ){
    .loginpage .header .logo img {
        height: calc(13vh - 28px);
    }
    .loginpage .bodysection {
        padding: 15px 0;
    }
    .loginpage .bodysection .loginform, .loginpage .bodysection .quickdescr {
        height: calc(100vh - (28vh + 30px));
    }
    .quickdescr .accordion .card .card-header h2 button.btn.btn-link {
        font-size: 16px;
        line-height: 20px;
    }
    .quickdescr .accordion .card-body {
        padding: 10px 15px;
    }
    .loginpage .bodysection .loginform .form-group {
        margin-bottom: 10px !important;
    }
    .loginpage .bodysection .loginform .title h2 {
        margin: 0px 0px 10px !important;
    }
    .btnsignin {
        padding: 7px 25px;
    }
}
@media only screen and (max-width: 1280px ) and (min-width: 768px ){
    .loginpage .header .logo img {
        height: calc(13vh - 28px);
    }
    .loginpage .bodysection {
        padding: 15px 0;
    }
    .loginpage .bodysection .loginform, .loginpage .bodysection .quickdescr {
        height: calc(100vh - (28vh + 30px));
    }
    .quickdescr .accordion .card .card-header h2 button.btn.btn-link {
        font-size: 16px;
        line-height: 20px;
    }
    .quickdescr .accordion .card-body {
        padding: 10px 15px;
    }
    .loginpage .bodysection .loginform .title h2 {
        margin: 0px 0px 10px !important;
    }
}

@media only screen and (max-width: 767px){
	.loginpage{
		width: 100%;
		height: auto !important;
		overflow: hidden;
		font-family: 'Work Sans', sans-serif !important;
	}
	.loginpage header.header{
		height: auto !important;
	}
	.loginpage .bodysection{
		height: auto !important;
		padding: 10px 0;
	}
	.loginpage header .logosection {
	    overflow: unset;
	    text-align: center;
	}
	.loginpage header .logosection a.logo {
	    padding: 15px 0;
	}
	.header .logo img {
	    width: 75%;
	}
	.loginpage .bodysection .loginform {
	    height: auto !important;
	    border-bottom: 20px solid #fff;
	    border-right: none;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.btnsignin {
	    padding: 5px 25px;
	    margin-top: 0px;
	}
	.loginpage .bodysection .loginform .title h2 {
	    font-size: 30px;
	}
	.loginpage .bodysection .loginform .title h2 span i {
	    color: #bbbbbb;
	    font-size: 100px;
	    display: block;
	}
}

.loginpage {
    background-image:url(../images/bg-login.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.loginpage .body-sign .card-sign .card-title-sign .title {
    background-color: #184892;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    display: inline-block;
    font-size: 15px;
    padding: 4px 15px;
    vertical-align: bottom;
    letter-spacing: 1px;
    font-weight: 600;
}
.loginpage .body-sign .card-sign .card-body {
    border-top: 5px solid #184892;
}

.pr-0 {
    padding-right: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.checkbox-custom {
    padding: 0 0 0 0px;
}

   .switch label {
    font-size: 13px;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #cb36e0;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #540d7e;
}
