body{
	margin:0px;
	padding: 0px;
	font-family: 'rubikregular', 'sans serif';
}
@font-face {
    font-family: 'rubikregular';
    src: url('../font/rubik-regular-webfont.eot');
    src: url('../font/rubik-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/rubik-regular-webfont.woff2') format('woff2'),
         url('../font/rubik-regular-webfont.woff') format('woff'),
         url('../font/rubik-regular-webfont.ttf') format('truetype'),
         url('../font/rubik-regular-webfont.svg#rubikregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'rubikregular';
}
.wrapper{
	width:100%;
	min-height: 500px;
	background-image: url('../img/menu2.png'), url('../img/bg.jpg');
	background-size: auto, cover;
	background-position: right bottom, center;
	background-repeat: no-repeat, no-repeat;
}
.login-form{
	width:100%;
	min-height: 200px;
	margin: 0px 0 175px 0;
	background: rgba(19, 19, 19, 0.05);
	padding: 30px;
}
.login-form h3{
	    color: #066989;
    font-size: 40px;
    font-weight: bold;
	padding-bottom: 20px;
}
.login-form input[type="text"], input[type="password"]{
    width: 100%;
    min-height: 30px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 0px;
    color: #4a4a4a;
	    margin-bottom: 20px;
}
.login-form input[type="text"], input[type="password"]:focus{
	outline:none;
}
.login-form .btn{
    padding: 4px 50px;
    font-size: 20px;
    background: #14723e;
    margin-bottom: 30px;
}

/*-- registertion page start -----*/
.wrapper-second{
	width:100%;
	min-height: 500px;
	background-image:url('../img/bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.left-sec{
	background: #717124;
	min-height: 660px;
	padding: 0px;
}
.logo{
	padding: 25px 0;
	border-bottom: 3px solid #d7e9ef;
}
.menu{
	
}
.menu ul{
	list-style-type: none;
	margin:5px 0 0 0px;
	padding: 0px;
}
.menu ul li a{
	font-size: 16px;
    color: #d7e9ef;
    padding: 15px 0;
    display: inline-block;
}
.menu ul li a:hover{
	text-decoration: none;
	color: #fff;
}
.seprater{
	    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
    width: 80%;
}
.logout{
	min-height: 40px;
	background: #1d1d1a;
	margin-top: 50px;
	border-top: 3px solid #d7e9ef;
}
.logout a{
	    line-height: 40px;
    color: #c7c7c7;
    font-size: 17px;
}
.logout a:hover{
	text-decoration: none;
	color: #fff;
}
.right-sec{
	padding: 0px;
	display: block;
}
.topbar {
    min-height: 75px;
    background-color: #cbe7ee;
    box-shadow: 0 0px 10px #2b2b29;
	/*background-image: url('../img/side-logo.png');*/
	background-position: right;
	background-repeat: no-repeat;
}
.topbar h2{
	color: #066989;
}
.bottom-sec{
	width: 100%;
	padding: 50px 100px 50px 100px;
	display: inline-block;
}
.bottom-sec label{
	    font-size: 18px;
    color: #004a62;
	margin-top: 20px;
}
.my-select{
	    width: 80%;
    min-height: 35px;
    border: 0px;
    border-radius: 4px;
	    padding-left: 10px;
}
.my-select:focus{
	outline: none;
}
.text-box{
	width: 80%;
	min-height: 35px;
	  border: 0px;
    border-radius: 4px;
	    padding-left: 10px;
}
.text-box:focus{
	outline: none;
}
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.submit{
	width: 150px;
    font-size: 20px;
    background: #14723e;
    margin-bottom: 30px;
	margin-top: 30px;
}
.reset{
	width: 150px;
    font-size: 20px;
    margin-bottom: 30px;
	margin-top: 30px;
}
.submit:focus{
	outline: none !important;
}


