body{
    width:auto;
    background-color: #333333;
    color: #FFC110;
    text-align: Center;
    font-size: 16px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: normal;
}
.login{
    width:360px;
    background: white;
    background-color:#4E66C2;
    margin:50px auto;
    font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    border-radius:10px;
    border:2px solid #FFC110;
    padding:10px 40px 25px;
    margin-top:70px;
}
input[type=text], input[type=password]{
    width:99%;
    padding:10px;
    margin-top:8px;
    border:1px solid #000;
    padding-left:5px;
    font-size:16px;
    font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
input[type=submit]{
    width:40%;
    background-color:#FFC110;
    color:#000;
    border:2px solid #000;
    padding:5px;
    font-size:20px;
    cursor:pointer;
    border-radius:5px;
    margin-bottom:15px;
}
.nav-pills > li{
    width: 300px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #4E66C2;
}
.nav-pills > .selected a{
    border-radius: 10px;
    background-color: #FFC110;
    color: black;
    font-size:24px;
    font-weight: bold;
}