* {
    margin: 0;
    padding: 0; 
}

html {
    background-color: white;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: auto;
    margin: 0 auto;
    background-image: url(../image/Apply.png);
    background-repeat: no-repeat;
    background-size: cover;
}

a:focus, a:hover {
    text-decoration: underline;
}

header {
    padding-top: 10px;
    padding-bottom: 50px;
    background-color:#005A8B;
    height: 15px;
}

header img {
	float:left;
    padding-top: 0;
    padding-left: 10px;
}

#nav_menu ul li a:hover {
    text-decoration: underline;
    font-size: 110%
}

#nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

#nav_menu ul li {
    float: left;
}

#nav_menu ul li a {
    display: block;
    width: 100px;
    padding: 0.5em 0em;
    margin-left: 4em;
    margin-right: 4em;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#nav_menu ul li a.alpha:hover {
    text-decoration: none;
    font-size: 95%;
}

#nav_menu a.alpha {
    color:  white;
    text-align: left;
    padding-left: 70px;
    padding-top: 10px;
    width: 200px;
    margin-left: 2em;
    font-size: 95%
}

#nav_menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #005A8B;
}

#nav_menu ul ul li {
    float: none;
}

#nav_menu ul li:hover > ul {
    display: block;
}

#nav_menu ul::after {
    content: "";
    clear: both;
    display: block;
}

#nav_menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

#nav_menu ul ul li {
    float: none;
}

#nav_menu ul li:hover > ul {
    display: block;
}

#nav_menu ul::after {
    content: "";
    clear: both;
    display: block;
}

main {
	clear: left;
}

main p.banner1 {
    background: #b3e0ff;
    color: black;
    text-align: center;
    font-size: 150%;
    padding: 30px 0px;
}


main form.box{
    width: 300px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

main form.box h1{
    color: white;
    font-weight: 500;
}

main form.box input{
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 3px solid #66b3ff;
    padding: 14px 10px;
    width: 200px;
    outline: none;
    color: black;
    border-radius: 40px;
    transition: 0.8s;
}

main form.box input[type = "text"]:focus,main form.box input[type = "password"]:focus,main form.box input[type = "email"]:focus{
    width: 280px;
    border-color: #005A8B;
}

main form.box input[type = "submit"]{
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 3px solid #66b3ff;
    padding: 14px 40px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 1s;
    cursor: pointer;
    width: 50%
}

main form.box input[type = "submit"]:hover{
    background:#005A8B ;
}

::placeholder {
  color: white;
}

main p.confirmation {
    text-align: center;
    font-family: sans-serif;
    margin-top: 5%;
    font-size: 200%;
    text-shadow: 3px 3px white;
}

footer {
    margin-top: 33.7%;
    background-color:#005A8B;
    clear: both;
    height: 70px;
}

footer.alpha {
    margin-top: 21.6%;
    background-color:#005A8B;
    clear: both;
    height: 70px;
}

footer p {
    text-align: center;
    color: white;
    padding: 1em 0;
}

.breadcrumb {
    margin-left: 2em; 
    margin-top: 1em; 
    font-size: 130%;
    color: #005A8B;
    text-decoration: none;  
}
.breadcrumb a {
    color: #005A8B;
}
#link1 {
    font-weight: bold;
    color: #4d4d4d
}

#home {
    text-decoration: none
}
#home:hover {
    text-decoration: underline;  
}