/* ----- DashBoard Page Css ----- */
.start-buttons .btn-blue {
	border: 1px solid #1a82cf;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding: 25px 20px;
	width: 100%;
	text-decoration: none;
}

.start-goback {
    width: 10%;
    position: fixed;
    bottom: 60px;
    height: 10%;
    border: 1px solid #1a82cf;
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 400;
    padding: 25px 20px;
    cursor: pointer;
}

.start-buttons .btn-blue:hover {
	-moz-box-shadow: 0 0 4px #000;
	-moz-transform: scale(1.1);
	-webkit-box-shadow: 0 0 4px #000;
	-webkit-transform: scale(1.1);
	box-shadow: 0 0 4px #000;
	transform: scale(1.1);
}

.start-icon {
	display: block;
	height: 120px;
	margin: 0 auto 10px auto;
	width: 120px;
}

.expert-suite {
	padding: 30px 0 50px 0;
	text-align: right;
}

.expert-suite ul {
	background: #f8f9fb;
	border: 1px solid #edeef2;
	padding: 20px;
}

.expert-suite li {
	color: #778295;
	display: inline-block;
	padding: 0 15px;
}

.expert-suite li:first-child {
	padding-left: 0;
}

.expert-suite a {
	color: #1c9fff;
	font-weight: 600;
}
.welcomepage-logo {
    background-image: url('../images/appvanceutp-logo.png');
    background-repeat: no-repeat;
    margin: auto;
    width: 365px;
    height: 75px;
}

.welcomepage-logo-apc {
    background-image: url('../images/appvanceutpperfcloud.png');
    background-repeat: no-repeat;
    margin: auto;
    width: 306px;
    height: 49px;
    margin-bottom: 20px; 
}
/* ------------------------------ */