* {overflow: hidden;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
    background-image: url(img/Bg.jpg);
    overflow: hidden;
}

.container{
    height: auto;
    width: 300px;
}

#main {
    width: 300px;
    height: 300px;
    margin: auto;
    margin-top: 300px;
    background: #FAFAFA;
    box-shadow: 0px 0px 10px #888888;
    overflow: scroll;
}

#colored-title {
    width: 100%;
    height: 80px;
    background: rgb(103,58,183);
    /*box-shadow: 0px 15px 15px #888888;
    -webkit-box-shadow: 0 4px 4px 0px #888888;
   -moz-box-shadow: 0 4px 4px 0px #888888;
        box-shadow: 0 4px 4px 0px #888888;*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

h1 {
    font-family: 'Roboto';
    font-size: 25px;
    display: inline-block;
}

input {
    height: 25px;
}

#usernamediv, #cusernamediv{
    margin-left: 75px;
    margin-top: 5px;
}

#passworddiv, #cpassworddiv {
    margin-left: 75px;
    margin-top: -15px;
}

#cschooldiv {
    margin-left: 75px;
    margin-top: 15px;
}

#cfirstnamediv{
    margin-top: -15px;
    margin-left: 75px;
}

#clastnamediv {
    margin-top: -15px;
    margin-left: 75px;
}

#ctokendiv {
    margin-top: -15px;
    margin-left: 75px;
}

#create, #back {
    font-family: 'Roboto';
    color: grey;
    text-align: center;
    margin-top: 5px;
}

#schoolselect {
    min-width: 150px;
    margin-left: 75px;
}

#fel {
	color: red;
	font-size: 12px;
	text-align: center;
	font-family: roboto;
	margin-left: 57px;
	position:absolute;
}

/*#cusernamediv {
    margin-left: 75px;
    margin-top: 15px;
}

#cpassworddiv {
    margin-left: 75px;
    margin-top: -15;
}*/
