* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
}
body {
  	background-color: #ffffff;
    margin:0;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #ceba88;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #2f3947;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: auto;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
	width: 1000px;          /* width: 740px; */
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;     /*   padding: 1px;   */
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;

}
.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}


.register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}

.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

th {
            border: 0px solid black;
            border-radius: 10px 10px 10px 10px;
            color: white;
            font-family: "Lucida" Grande, sans-serif;
            size=40;
        }
td {
            border: 0px solid black;
            border-radius: 10px 10px 10px 10px;
            color: white;
            
        }

ha1 {
            color: darkgoldenrod;
            font-size: 30px;
            font-family: Tahoma, "Trebuchet MS", sans-serif;
            font-weight: 100;
            line-height: 0px;
            margin: 0 0 40px;
            white-space: nowrap;
        }
ha2 {
            color: whitesmoke;
            line-height: 60px;
            margin: 0 0 0px;
            font-family: Tahoma, "Trebuchet MS", sans-serif;
        }
ha3 {
            color: whitesmoke;
            line-height: 60px;
            margin: 0 0 0px;
            font-family: Tahoma, "Trebuchet MS", sans-serif;
        }
main {
            display: flex;
            flex-direction: column;
            text-align: center
        }
#footer {
            background-color: #FFFFFF;
            border-top: 0px solid #000000;
            padding: 2px 0;
            text-align: center;
        }
#footer p {
            font-size: 12px;
            line-height: 30px;
            padding-left: 0px;
            text-align: leftwards;
        }
input {
            text-align: center;
            font-family: Tahoma, "Trebuchet MS", sans-serif;
            border-radius: 10px 10px 10px 10px;
            column-width: auto;
  
        }
.button {
            padding: 15px 150px;
            font-size: 44px;
            text-align: center;
            cursor: pointer;
            outline: none;
            color: #fff;
            background-color: #ceba88;
            border: none;
            border-radius: 60px;
            box-shadow: 0 9px #999;
        }
.button:hover {
            background-color: #3e8e41
        }  
.button:active {
            background-color: #04AA6D;
            box-shadow: 0 5px #666;
            transform: translateY(4px);
        }
.button1 {
            padding: 15px 100px;
            font-size: 30px;
            text-align: center;
            cursor: pointer;
            outline: none;
            color: #fff;
            background-color: #ceba00;
            border: none;
            border-radius: 60px;
            box-shadow: 0 9px #999;
        }
.button1:hover {
            background-color: #3e8e41
        }  
.button1:active {
            background-color: #04AA6D;
            box-shadow: 0 5px #666;
            transform: translateY(4px);
        }

buttonx {
  cursor: pointer;
  outline: none;
    &.outline {
        position: relative;
        z-index: 3;
        background: transparent;
        color: #1172c4;
        font-size: 14px;
        border-color: #1172c4;
        border-style: solid;
        border-width: 2px;
        border-radius: 22px;
        padding: 10px 40px;
        text-transform: uppercase;
        transition: all 0.2s linear;
        a {
            text-decoration: none;
        }
    }
    &.outline:hover {
        color: white;
        background: #1172c4;
        border-color: white;
        transition: all 0.2s linear;
    }
    &.outline:active {
        border-radius: 22px;
    }
    &.white-blue {
        font-weight: 700;
        color: #00aeef;
        border-color: white;
        background: white;
    }
    &.white-blue:hover {
        color: white;
        background: #00aeef;
        border-color: white;
    }
    &.white-green {
        font-weight: 700;
        color: #7dc21e;
        border-color: white;
        background: white;
    }
    &.white-green:hover {
        color: white;
        background: #7dc21e;
        border-color: white;
    }
   &.green-white {
        font-weight: 700;
        color: #7dc21e;
        border-color: #7dc21e;
        background: transparent;
    }
    &.green-white:hover {
        color: white;
        background: #7dc21e;
        border-color: #7dc21e;
    }
    &.purple-white {
        font-weight: 700;
        color: #664e96;
        border-color: #664e96;
        background: transparent;
    }
    &.purple-white:hover {
        color: white;
        background: #664e96;
        border-color: #664e96;
    }
    &.white-purple {
        font-weight: 700;
        color: #664e96;
        border-color: white;
        background: white;
    }
    &.white-purple:hover {
        color: white;
        background: #664e96;
        border-color: white;
    }
}
.image-blurred-edge {
  background-image: url('portalpics9.png');
  width: 1070px;
  height: 603px;
  /* you need to match the shadow color to your background or image border for the desired effect*/
  box-shadow: 0 0 8px 8px white inset;
  margin: 0 auto;
}
.container {
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
}








/* both DIVs have the same image */
.bg-image-blur,
.bg-image {
  background-image: url('KokoCorrect.png');
  width: 760px;
  height: 200px;
  /* you need to match the shadow color to your background or image border for the desired effect*/
  box-shadow: 0 0 8px 8px white inset;
  margin: 0 auto;
}
ul{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  white-space: normal;
}
/*a {
  
  width: 25%;
  padding: .75rem 0;
  margin: 0;
  text-decoration: none;
  color: #333;
  font-size: 40;
    
}
*/
.two:hover ~ hr {
  margin-left: 25%;
}
.three:hover ~ hr {
  margin-left: 50%;
}
.four:hover ~ hr {
  margin-left: 75%;
}
hr {
  height: .25rem;
  width: 50%;
  margin: 0 auto;
  background: tomato;
  border: none;
  transition: .3s ease-in-out;
}
div {
  white-space: normal;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
#tagline h1 {
	margin-left: 20px;
}
#tagline > div {
	float: none;
	width: auto;
	margin: 0 20px;
}
#contents .features {
	width: 810px;
	margin: 0 auto;
}

/* CSS */
.button-18 {
  align-items: center;
  background-color: #9BB78F;
  border: 0;
  border-radius: 0px 0px 0px 80px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 25px;
  max-width: 300px;
  min-height: 20px;
  min-width: 100px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #16437E;
  color: #ffffff;
}

.button-18:active {
  background: #9BB78F;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-radius: 20px 0px 0px 20px;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
    border-radius: 0px 20px 20px 0px;

}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
