/* this is for the login box */
.form {
    font-family: Helvetica, Arial,sans-serif;
    color: #717171;
    width: 250px;
    border: solid #6a6c6e 1px;
    background-color:whitesmoke;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heading{
    text-align: left;
    margin-left: 1px;
}

input[type=password],input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #04539e;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #1188f8;


}
#localIp {
display:none;}


