.dashboardlogin {
	width: 100%;
	text-align: center;
}

.dashboardlogin .navigationbar {
	height: 60px;
	background-color: white;
	width: 100%;
	display: flex;
	box-shadow: 0px 2px 5px #888888;
	position: fixed;
    top: 0;
}
	
.dashboardlogin .navigationbar div {
	color:#19a5de;
	height: 60px;
	line-height: 60px
}

.dashboardlogin .navigationbar .bluegoji-title
 {
 	font-size: 16px;
	color: #19a5de;
	font-weight: 400;
}

.dashboardlogin .navigationbar .logo {
	width: 44.49px;
	margin: 13px;
	height: 34px
}

.dashboardlogin .main-container {
	padding-top: 40px;
	margin-top: 60px;
	width: 100%
}

.dashboardlogin .main-container .title{
	color: #19a5de;
	font-size: 42px;
	margin-bottom: 40px;
}


.dashboardlogin .main-container .title{
	color: #19a5de;
	font-size: 42px;
	margin-bottom: 40px;
}

.dashboardlogin .main-container input{
	width: 250px;
    line-height: 35px;
    margin: 10px;
    text-align: center;
    border: 1px solid #19a5de;
    border-radius: 5px;
}

.dashboardlogin .main-container .button {
	width: 200px;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	margin-top: 30px;
}

.dashboardlogin .main-container .forgot {
	color: #19a5de;
	margin-top: 5px;
	font-size: 15px;
	cursor: pointer;
}

.dashboardlogin .footer {
	color: #19a5de;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;	
	bottom: 10px;
	cursor: pointer;
}

.dashboardlogin .error {
	color: red;
    font-size: 16px;
    margin-top: 18px;
}