body {
    background-color: #1F1F1F;
}

.head {
    padding-left: 10%;
    padding-top: 10%;
    font-family: monospace;
}

h1 {
    color: rgb(255, 255, 255);
}

h1:hover {	
	text-shadow: 0 0 5px #babdb6;
	cursor: pointer;
}

.signuppanel {
    padding-top: 6%;
}

.signup-form {
    background-color: white;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 5px lightgrey;
    -webkit-box-shadow: 0px 0px 5px lightgrey;
    box-shadow: 0px 0px 10px lightgrey;
    padding: 5%;
}

.marg10 {
    margin-bottom: 10px;
}

.marg202 {
    margin-bottom: 20px;
}

.marg20 {
    margin-top: 20px;
}

.but-reset{
    background-color: #446994;
    color: white;
}

.loader{
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:white;
    background-image:url('/resources/images/loading-buffering.gif');
    background-size: 300px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
