html,
		body {
			height: 100%;
		}

		body {
			display: flex;
			margin: 0;
			padding: 0;
			background-color:#63AEBB;
			/*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
			font-family: 'Open Sans', sans-serif;
			color: rgba(53, 53, 53);
			font-weight: 300 !important;
		}

		th {
			color: #6B6B6B !important;
			font-weight: 300 !important;
		}

		ul, ol{
			padding: 0;
			margin: 0;
		}

		ul li, ol li{
			font-size: 15px;
			list-style-type: none;
			display: flex;
			align-items: center;
			}

		a.disabled{
			background: #c3e8ef !important;
			pointer-events: none !important;
			color: #635659 !important;
		}

		.main-client-login-container{
			min-width: 320px;
			background: #63AEBB;
			height: 100%;
			padding-top: 50px;
		}

		.logo-img {
			width: 35px;
			height: 35px;
			margin-right: 5px;
			vertical-align: top;
		}

		.email-list{
			height:700px; 
			overflow:auto;
		}

		a.btn,
		button.btn{
			color: #FFFFFF;
			background-color: #63AEBB !important;
			border-color: #63AEBB !important;
			padding: 10px 25px;
			font-weight: 200;
		}