.myButton {
	box-shadow:inset 0px 1px 0px 0px #93a8dd;
    /* background-color:#3f5691; */
    background-color: #1b253e;
	border-radius:5px;
    border: 5px;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
    padding:6px 24px;
    text-decoration:none;
    margin: 5px;
	text-shadow:0px 1px 0px black;
}

.myButton:hover {
	background-color:#3f5691;
    transition-duration: 0.2s;
    border-radius:15px;
}
.myButton:active {
	position:relative;
	top:5px;
}
a:link {
    color:   #1b253e;
    text-decoration: none;
  }
a:visited {
    color: #1b253e;
    text-decoration: none;
  }
  a:hover {
    color: #3f5691;
  }

.nobull{
    list-style-type: none;
}

.login-div {
    display: block;
    width: 400px;
    margin: 0 auto;
    margin-top: 200px;
    text-align: center;
}

.login-btn {
    /* height: 1000px; */
    width: 120px;
    position: absolute;
    /* top: 0; */
    right: 0;
    /* bottom: 150px; */
    left: 0;
    margin: auto;
    overflow: auto
}