

/* custom */
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-image: url(../Images/ichr-background.jpg);
    background-position: center center;
    background-repeat: repeat;
}


.body-bgl {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    //background: linear-gradient(to right, #f7b61c, #1565c0);
	background-image: url(../Images/ichr-background.jpg);
    background-position: center center;
    background-repeat: repeat;
}

.card{
    margin-bottom:20px;
    border: none !important;
    background-color: unset !important;
}

.box-login {
    width: 500px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0e365a;/*#060807;*/
    text-align: center;
    transition: 0.25s;
    margin-top: 100px;
	border-radius: 50px;
}

.box-login input[type="text"],
.box-login input[type="password"],
.box-login select{
    border: 0;
    background: none;
    display: block;
    margin: 0px auto;
    text-align: center;
    border: 2px solid #3498db;
    padding: 5px 10px;
    width: 250px;
    outline: none;
    color: white;
   // border-radius: 24px;
    transition: 0.25s
}

.box-login h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 500
}

.box-login input[type="text"]:focus,
.box-login input[type="password"]:focus {
    width: 300px;
    border-color: #2ecc71
}

.box-login input[type="submit"], .box-login input[type="reset"] {
    border: 0;
    background: none;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #2ecc71;
    padding: 14px 40px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer
}

.box-login input[type="submit"]:hover {
    background: #2ecc71
}

.navbar-dark .navbar-nav .nav-link {
	font-size:14px;
    color: #fff;
}

.bg-site{
	background-color:#002856 !important;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
	color:#212529;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #002856;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

.dropdown:hover>.dropdown-menu {
  display: block;
}


.dropdown-item a:focus, .dropdown-item a:hover {
    color: #fff;
    background: #002856;
	 text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link{
	font-size:15px;
	font-family:inherit;
	margin-left: 1rem;
	}
	.dropdown-menu .show{
	left:95%;
	top:5% !important;
	}
.cbody-cust{
	padding: 1px;
    background-color: #ffffff;/*#b1caed;*/
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: math;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.cbody-cust label{
	margin:0 auto;
}
#footer{
	background: #00285691;
    color: #fff;
    font-size: 16px;
    bottom: 0;
    position: fixed;
    width: 100%;
	}