
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500&display=swap');

* { 
    margin: 0;
    padding: 0; 
    box-sizing:border-box; 
    font-family: sans-serif;
}

a{
    color: aliceblue;
}

a:visited{
    color: lightgray;
}

a:hover, a:active{
    color: #eee;
}

body{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover; 
    background-color: #000;
    display: flex;
    font-family: 'Open Sans', sans-serif;  
}

.headerdiv{
    /* top: 0px; */
    left: 5%;
    width: 90%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    pad: 0rem;
    background-image: url(img/Registrering.png);
    background-position: center;
    background-size:cover
}

.site-nav{
    top: 0;
    left: 5%;
    width:15%;
    height:100%;
    min-height: 100vh;
    min-width: 80px;
    position:fixed;
    padding: 10px 15px;
    border-radius: 1%;
    border:2px solid #000;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    overflow:visible;
    /* transition: width 0.5s; */
}


.rightbar{
    top: 0;
    left: 84%;
    width: 11%;
    height: 100%;
    min-height: 100vh;
    position:fixed;
    border:2px solid #000;
    border-radius: 1%;
    margin: 0px;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content:flex-start;
    justify-content: baseline;
    flex-direction: column;
    overflow:hidden;
    flex-shrink: 100; 
    /* transition: width 0.5s; */
}

.text-wrapper {
    max-width: 800px;
    margin: auto;
  }

.user{
    display:flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 150px;
    padding: 1%;
    border-radius: 5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    overflow:visible;
    background-size: contain;
}

.logo{
    width: 70%;
    height: 80%;
    background-size: contain;
    border-radius: 50%;
    margin: 15%;
    align-items:center;
}

.nospace{
    margin: 1px;
}

.sbul{
    position:relative;
    top: 0%;
    list-style:inside;
    margin-top: 0px;
    padding: 0px 15px;
    display:flex;
    align-items:start;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
    flex-flow:column wrap;
    overflow: hidden;
}

.sbreg{
    position:relative;
    list-style:none;
    margin-top: 0px;
    padding: 0px 15px;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
}

.sblog{
    list-style:none;
    padding: 1px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
    background-color: #000;
}

.sbli{
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex; 
    align-items:center;
    justify-content:left;
    overflow: hidden;
    background: rgba(31, 32, 31, 0.3);
    border-radius: 10%;
    /* background-color: #000; */
    /* justify-content:baseline; */
} 

.sbul img{
    position:relative;
    flex-direction: row;
    justify-content: center;
    margin-top: 2%;
    margin-left: 2%;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 20px;
    height: 20px;
}

.sbda{
    margin: 30px;
    display: flex; 
    align-items: center;
    /* justify-content:baseline; */
} 

.sbp{
    display:block;
    overflow: hidden;
}

.regli{
    list-style:none;
    padding: 1px 1px;
    display: flex;
    align-items: center;
    justify-content:left;
    flex-direction: column;
    white-space: nowrap;
    background-color: #000;
}

.container{
    top: 30px;
    left: 20%;
    width: 62%;
    min-height: 90vh;
    position:relative;
    background-color: rgb(202, 211, 219);
    background: #ffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    overflow: hidden;
    
}


.header {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f7f7f7;
	padding: 20px 40px;
}

.header h2 {
	margin: 0;
}

.form {
	padding: 30px 40px;	
}

.form-control {
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
}

.form-control label {
	display: inline-block;
	margin-bottom: 5px;
}

.form-control input {
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

.form-control input:focus {
	outline: 0;
	border-color: #777;
}

.form-control.success input {
	border-color: #2ecc71;
}

.form-control.error input {
	border-color: #e74c3c;
}

.form-control small {
	color: #e74c3c;
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form-control.error small {
	visibility: visible;
}

.form button {
	background-color: #8e44ad;
	border: 2px solid #8e44ad;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: inherit;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	width: 100%;
}
