

section#main{
  width: 90%;
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
}

input[type=text] {
    width: 50%;
    border: none;
    PADDING: 12PX 20PX;
    /*margin: 8px 0;*/
    background-color: #404040;
    color: white;
}

input[type=password] {
    width: 50%;
    PADDING: 12PX 20PX;
    margin: 8px 0;
    background-color: #404040;
    color: white;
    border:none;
    outline: none;
    border-bottom-color: black;
    border-bottom: 1px;

}

input[type=submit] {
    width: 50%;
    PADDING: 12PX 20PX;
    border:none;
    font-family: 'Nunito', sans-serif;
    /*margin: 8px 0;*/
    background-color: #191919;
    color: white;

}

.btn_pair:hover{
    background-color: #00A8FF;
    color: white;
}

.login_button:hover{
    background-color: #00A8FF;
    color: white;
}

input:hover{
    color: #00A8FF;
}

a:link {
    color: #00A8FF;
}

a:hover {
    color: darkslategrey;
}

a:visited {
    color: #00A8FF;
}

header {

    padding-top: 3%;
    color: white;
    font-size: 550%;
    background-color: #232323;
    clear: left;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}
body {
    background-color: #232323;
    float:left;
    width:99%;
    color: white;

}


footer {
    color: #232323;
    background-color: black;
    clear: both;
    text-align: center;
    padding: 1em;

}

h1 {
    color: #00A8FF;
    text-align: center;
    font-size: xx-large;
}

p {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 20px;
    text-align: center;
}

p.user{
    position: relative;
    top:-35px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    color: #00A8FF;
    font-size: 20px;
    text-align: center;
}


.buttons-div{

    text-align: center;
    margin: auto;
    width:25%;
    position: relative;
    top: -20px;
}

.login-div{

    text-align: center;
    margin: auto;
    width:25%;
    position: relative;
    top: 20px;
}
/*pswdReset*/
.resetMessage{
    font-family: 'Nunito',
    sans-serif;font-size: 15px;
    color: #00A8FF
}

p.setUpAccount{position:relative; top: -20px; font-family: 'Nunito', sans-serif;}



