body {
	background-color: #f2f2f2;
}

.topbox {
    background-color: #4cf1e9;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
}

.topbox p {
    color: #525252;
    font-size: 1.2em;
    font-weight: 600;
}

.topbox span {
    color: #800000;
    font-weight: bold;
}

.bottombox {
    background-color: #4cf1e9;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px;
}

.bottombox p {
    color: #525252;
    font-size: 1.2em;
    font-weight: 600;
    text-align: justify;
}

.loginform {
	background-color: #085E51;
	/*background-color: #27bfb8;*/
    border-radius: 30px;
    /*margin-top: 100px;*/
    padding: 20px;
}

.btn-success {
    color: #000;
}
.btn-success:hover {
    color: #000;
}

.loginform h1 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.loginform label {
	color: #fff;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
}

.loginform a {
	text-decoration: none;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}

.loginform p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}

.loginform input {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}

.mainfooter {
   	position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	background-color: #000;
  	color: white;
  	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}

.topbox1 {
	background-color:red;
	padding:10px;
	border-radius:12px;
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.topbox1 span {
    color: #fff;line-height: 1.35;
}

.topbox2 {
	background-color:green;
	padding:10px;
	border-radius:12px;
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.topbox2 span {
    color: #fff;line-height: 1.35;
}

.topbox3 {
	background-color:brown;
	padding:10px;
	border-radius:12px;
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.topbox3 span {
    color: #fff;line-height: 1.35;
}