﻿body {

    font-family: 'Droid Sans',sans-serif;
    color: white;
    

}

a {
    color: white;
}

div#page1{
    width: 50%;
    margin: 10px 30% 10px 25%;
    background-color: #212121;
    padding: 10px 0;
    border: 1px solid #d52027;
    border-radius: 10px;
}

div#add_new, div#navigation, div#role_options, div#results_div, div#show_servers, div#done{
    width: 85%;
    margin: 10px 10% 10px 10%;
    background-color: #212121;
    padding: 10px 25px;
    border: 1px solid #d52027;
    border-radius: 10px;  
    align-content:center;  
    text-align:center;
}

div#show_users, div#role_options, div#results_div, div#show_servers, div#done{
    width: 85%;
    margin: 10px 10% 10px 10%;
    background-color: #212121;
    padding: 10px 25px;
    border: 1px solid #d52027;
    border-radius: 10px;  
    align-content:center;  
   
}

input[type=text], input[type=password] {
    margin-bottom: 20px;
    margin-top: 10px;

    padding: 15px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
}

select[multiple=multiple],select[size='4'] {
    width:70%;
    background-color: #212121;
    color: white;
    height:200px;
}

select[name=servers] {
    width:100%;
    background-color: #212121;
    color: white;
    border:none;
}

input[type=submit] {
    margin-bottom: 10px;
    width:25%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #d51f26;
    background-color: #d51f26;
    color: white;
}

