﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.reqd {
	font-weight: bold;
	color: red;
}

.center {
	margin: auto;
	width: 460px;
	padding: 10px;
}

/*New Style added here*/
body {
	margin: 0px;
	padding: 0px;
}

.login-box {
	padding: 30px;
	max-width: 500px;
	margin: 50px auto 0px auto;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 4px 8px 16px #22405929;
}

	.login-box table {
		width: 100%;
	}

	.login-box h2 {
		margin: 0 0 20px 0;
		text-transform: uppercase;
		font-weight: 700;
		color: #254460;
		text-align: center;
		border-bottom: #eee solid 1px;
		padding-bottom: 15px;
	}

	.login-box .logo {
		text-align: center;
		margin-bottom: 15px;
	}

	.login-box span {
		margin: 0 0 10px 0;
		color: #254460;
		font-size: 14px;
		font-weight: 700;
		text-transform: capitalize;
	}

	.login-box td {
		padding: 10px;
	}

	.login-box input[type="text"],
	.login-box input[type="password"] {
		height: 30px;
		width: calc(100% - 20px);
		padding: 10px;
		border: 1px solid #a3b6c5;
		border-radius: 10px;
		background: #f3f6fb;
	}

	.login-box input[type="submit"] {
		height: 50px;
		width: 100%;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		border: 1px solid #a3b6c5;
		color: #fff;
		border-radius: 10px;
		background: #005082;
	}

.main-header {
	border-bottom: #eee solid 1px;
	padding: 15px;
	box-shadow: 4px 8px 16px #22405929;
}

.d-flex {
	display: flex;
}

.container {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.main-header span {
	color: #005082;
	font-weight: 700;
}
.white-box {
	padding: 30px;
	margin: 20px auto 0px auto;
	border-radius: 15px;
	background: #fff;
	width: 100%;
	display: inline-block;
	border: 1px solid #eee;
	box-shadow: 4px 8px 16px #22405929;
	margin-bottom: 30px;
}
.RadGrid.RadGrid_Default{
	margin-bottom:15px;
}