body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #FFBF00;
    background-repeat: no-repeat
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin: 30px 30px 0;  
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 360px;
    height: 280px
}

.border-line {
    border-right: 1px solid #EEEEEE
}
 
.text-sm {
    font-size: 15px !important;
	color:#005DAA!important
	
}

.LoginForm {
    padding: 10px 14px 10px 25px;
    box-shadow: none;
    font-size: 16px;
    height: 46px;
    border: none;
    border-bottom: 2px solid #ced4da!important;
    width: 100%;
}
.input-item{
    position: absolute;
    z-index: 99;
    font-size: 14px;
    top: 12px;
    left: 2px
}


.form-group {
    margin-bottom: 15px!important;
    position: relative;
}



.btn-blue {
    background-color: #005DAA;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    font-size: 16px;
	transition:.7s
}

.btn-blue:hover {
    background-color: #005DAA;
	box-shadow:0px 0px 4px #656363;
    cursor: pointer;
	color:#fff;
	transition:.7s
}

.bg-blue {
    color: #fff;
    background-color: #1A237E
}
h5. a{
	font-size:14px
} 
.welcomeNote{
	    color: #6C7E91;
    font-size: 16px;
    font-weight: 400;
}
.text-danger {
    color: #005DAA!important;
}

#eye {
    /* background: #fff; */
    color: #005daa;
    margin: 5.9px 0 0 0;
    margin-left: -20px;
    padding: 5px 5px 0px 0px;
    border-radius: 0px 5px 5px 0px;
    float: right;
    position: relative;
    right: 1%;
    top: 0%;
    z-index: 5;
    cursor: pointer;
    font-size: 11px;
} 

.footerMenu {
	list-style:none;
	text-align:center
}
.footerMenu li{
	display:inline-block;
	margin:15px
}
.footerMenu li a{ 
	color:#005DAA;
	font-size:15px
}
.footerMenu li a:hover{ 
	color:#005DAA;
	font-size:15px
}

@media (max-width:420px){

.LoginPage .card2 {
    margin: 20px 0px 0;
}


.footerMenu li{
	display:inline-block;
	margin:15px 10px
}
}
@media (max-width:320px){

.footerMenu li{ 
	margin:15px 5px
}
}