html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
 
body {

    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: 50px 50px;
    background-size: 100px 100px;
    background-attachment:fixed;
}

h1 {
  font-size: 35px;
  text-align: center;
  text-decoration: underline;
}

div.main {
    position: relative;
    margin-left: 300px;
}

.form {
    font-size: 20px;
    text-align: center;
}

input[type=text] {
    color: transparent;
    text-shadow: 0 0 0 black;
    text-align: center;
}

div.switch {
    position: fixed;
    top: 200px;
    left: 50px;
}

.logout {
    position: fixed;
    top: 5px;
    right: 5px;
    text-align: right;
}

button.switch {
    border-radius: 8px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
    font-weight: bold;
    font-size: 18px;
    width: 200px;
    height: 100px;
  }

.alert {
    padding: 10px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: auto;
    opacity: 0.4;
}

.notifications {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    margin: 20px 3%;
    width: 94%;
}

.notifications > div.alert {
  position: relative;
  margin: 5px 0px;
}

.alert .glyphicon {
    font-size: 100%;
    margin-right: 10px;
}