
/*! General */

html, body{
    margin: 0px;
    font-size: sans-serif;
    background-color: #F2F2F2;
    height: 100%;
}

svg{
    width: 45px;
    height: 45px;
    margin: 15px;
}

#box{
    position: relative;
    left: 50%;
    top: 15%;
    transform: translate(-50%);
    display: block;
    padding-bottom: 30px;

    width: 320px;
    padding: 11px 0px;
    margin-bottom: 30px;
}

#lbox{
    width: 300px;
    height: 372px;
    background-color: white;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 2px 2px 4px black;
}

#box h3{
    font-family: sans-serif;
    text-align: center;
    display: block;
}

#box .redirect{
    display: block;
    left: 50%;
    position: relative;
    margin-bottom: 30px;

    background-color: white;
    transform: translate(-50%);
    text-decoration: none;
    box-shadow: 2px 2px 4px black;
}

#box .active{
    background-color: #B1C0FF;
}

.btnImg{
    width: 32px;
    position: relative;
    left: 12px;
    top: 8px;
    display: inline-block;
}

a p{
    display: inline-block;
    text-decoration: none;
    color: black;
    position: relative;
    left: 22px;
    font-size: 21px;
    font-family: sans-serif;
}

#box .redirect:active{
    box-shadow: none;
    background-color: white;
}

.testLogo{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    top: 35px;
    display: block;
    text-decoration: none;
    height: auto;
}

.logo{
  position: relative;
  width: 120px;
  text-decoration: none;
  height: auto;
}

.goBack{
    width: 35px;
    position: absolute;
    top: 20px;
    left: 15px;
}

.logout{
    width: 35px;
    position: absolute;
    top: 20px;
    left: 15px;
}

#uidShow{
    position: fixed;
    bottom: 1px;
    right: 10px;
    font-family: sans-serif;
    display: none;
}

html, body{
    margin: 0px
}

/*HANBURGER_______________________________________*/

#hamOpen{
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
}

#hamOpen .open{
    width: 30px;
    height: 5px;
    background-color: black;
    position: relative;
    margin-bottom: 5px;
}

#hamClose{
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 15px;
}

#hamClose .close{
    background-color: black;
    width: 35px;
    height: 5px;
    position: relative;
}

#hamClose .c1{
    transform: rotate(45deg);
    }

#hamClose .c2{
    transform: rotate(-45deg);
    top: -5px;
}

#block{
    width: 100%;
    background-color: #F2F2F2;
    display: none;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1020px;
}

#block #toggleham{
    position: absolute;
    top: -152px;
    left: 12px;
}

#block .logo{
    width: 120px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

#block #content{
    display: block;
    position: relative;
    top: 90px;
}

#block #content a{
    display: block;
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 48px;
    font-size: 23px;
    text-decoration: underline;
}

#block #content #loguit{
    background-color: #B1C0FF;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 205px;
    padding: 11px 0px;
    text-decoration: none;
    border: 1px solid #707070;
    border-radius: 2px;
    box-shadow: 2px 2px 4px black;
}

#block #content #loguit:hover{
    background-color: rgb(255, 57, 57);
    color: white;
    border: 1px transparent;
}

#block #content #loguit:active{
  box-shadow: none;
}

.klikbutton {
    width: 32px;
    position: relative;
    left: 12px;
    top: 8px;
    display: inline-block;
}

.infoBox{
    overflow: hidden;
    background-color: white;
    box-shadow: 2px 2px 4px black;
    border-radius: 2px;
    margin-top: 30px;
}

.infoBox li{
    display: block;
    text-align: center;
    position: relative;
    top: -16px;
    font-family: sans-serif;
}

.infoBox img{
    width: 32px;
    display: inline-block;
    position: relative;
    top: 16px;
    left: 50px;
}

.op h4{
    text-align: center;
    font-family: sans-serif;
}

.op .box{
    background-color: white;
    position: relative;
    top: -10px;
    padding: 9px;
    box-shadow: 2px 2px 4px black;
    border-radius: 2px;
}

.op .box li{
    list-style-type: none;
    font-family: sans-serif;
    text-align: center;
}

#change{
    background-color: #B1C0FF;
    text-decoration: none;
    position: relative;
    display: block;
    font-family: sans-serif;
    text-align: center;
    padding: 9px;
    font-size: 20px;
    color: black;
    margin-top: 55px;
    border-radius: 3px;
    box-shadow: 2px 2px 4px black;
}

#change:active{
    box-shadow: none;
}

#change{
	width: 90%;
	position: relative;
	left: 50%;
	transform: translate(-50%);
    border: 0px;
}

.radial{
    width: fit-content;
    position: relative;
    left: 55px;
    padding-right: 18px;
    margin-top: 12px;
    top: 25px;
}

.radial input{
    width: 18px;
    height: 18px;
}

.radial li{
    display: inline-block;
    position: relative;
    top: -3px;
    font-family: sans-serif;
    left: 15px;
}

#box #standHeader{
    font-family: sans-serif;
    text-align: center;
    position: relative;
    top: 15px;
}

.help-block{
    display: block;
    color: red;
    font-family: sans-serif;
}

h4{
    position: absolute;
    top: 520px;
    font-family: sans-serif;
    letter-spacing: 1px;
    left: 50%;
    transform: translate(-50%);
    width: fit-content;
	color: #7E7E7E;
}

form{
    display: block;
    width: fit-content;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

form .content{
    display: block;
    height: auto;
    margin-bottom: 20px;
}

form input{
    width: 187px;
    padding: 0px 10px;
    height: 47px;
    border-radius: 2px;
    font-size: 20px;
    border: 1px solid #707070;
    box-shadow: 2px 2px 4px black;
    outline: 0px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

form input:active{
    outline: 0px;
}

form li{
    list-style-type: none;
    font-family: sans-serif;
    font-size: 18px;
    position: relative;
}

form input[type=submit]{
    font-size: 18px;
    background-color: #B1C0FF;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 207px;
}

form input[type=submit]:active{
    box-shadow: none;
}

