﻿body {
  	height: 100%;
	background-color: #76b9f8;
	font-family: Georgia;
}

nav {
	font-weight: 600;
}

h4 {
	text-align: center;
	font-weight: bold;
	padding: 40px;
}

h5 {
	text-align: center;
	font-weight: bold;
	padding: 30px;
}

.footer-link {
	text-align: center;
	font-weight: bold;
}

.login-form {
    background-color: #E6E6E6;
	text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.login-wrapp {
	padding-top: 70px;
}

.img-round-login {
	border-radius: 10px;
}

.img-round-navbar {
	border-radius: 10px;
}

.login-form input[type=password] {
  margin-top: 10px;
  margin-bottom: 10px;
}
