/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');*/

html,body{
    height:100%;
    width:100%;
    position:absolute;
    margin:0;
    padding:0;
    background:#000;
}
body{
    font-family: Roboto, sans-serif;
    font-weight:400;
    background-image: url("../images/ma_bg.jpg");
    font-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    box-sizing:border-box;
    align-items: center;
    justify-content: center;
}
.loginscreen{
    background-image: url("../images/ma_start.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display:inline-block;
    width: 720px;
    height: 544px;
    text-align:center;
    position:relative;
	line-height: 130%;
}
.loginscreen a{
    text-decoration: underline;
    color: #666666;;

}
.kundutvarderingscreen {
    background-image: url("../images/kundutvardering.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display:inline-block;
    width: 720px;
    height: 544px;
    text-align:center;
    position:relative;
	line-height: 130%;
}
.kundutvarderingscreen a{
    text-decoration: underline;
    color: #666666;;

}
.buttonholder{
    position:relative;
    margin-top: 160px;
    height:auto;
    display:block;
    margin-bottom:24px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;
}

.buttonholder a{
    position:relative;
    padding-top:10px;
    background-color: #666666;
    border: 1px solid #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
    width: 480px;
    height: 40px;
    text-transform: uppercase;
    color:white;
    box-sizing: border-box;
    text-decoration: none;

}
.buttonholder_1 {
    position:relative;
    margin-top: 200px;
    height:auto;
    display:block;
    margin-bottom:0px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;
}
.buttonholder a:hover{
       color:lightgray;
}
.buttonholder_1 a{
    position:relative;
    padding-top:10px;
    background-color: #666666;
    border: 1px solid #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
    width: 480px;
    height: 40px;
    text-transform: uppercase;
    color:white;
    box-sizing: border-box;
    text-decoration: none;

}
.buttonholder_1 a:hover{
       color:lightgray;
}
.buttonholder_2 {
    position:relative;
    margin-top: 4px;
    height:auto;
    display:block;
    margin-bottom: -6px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;
}
.buttonholder_2 a{
    position:relative;
    padding-top:10px;
    background-color: #666666;
    border: 1px solid #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;

    text-align: center;
    width: 480px;
    height: 40px;
    text-transform: uppercase;
    color:white;
    box-sizing: border-box;
    text-decoration: none;

}
.buttonholder_2 a:hover{
       color:lightgray;
}
.textholder{
    position:relative;
    font-size: 12px;
    display: inline-block;
    width: 480px;
    text-align:left;
	color: #666666;
	padding-bottom: 0.5em;
}
.kundutvardering-text {
    position:relative;
    top: 180px;
    font-size: 18px;
    line-height: 1.4em;
    display: inline-block;
    width: 480px;
    text-align:left;
	color: #666666;
	padding-bottom: 1em;
}
.kundutvardering-text p {
  margin-bottom: 0;
  margin-top: 0;
	padding-bottom: 0.3em;
}
.copyrighttext{
    position:relative;
    font-size: 12px;
    display: inline-block;
    width: 480px;
    text-align:left;
	color: #666666;
}
.addressbox {
    background: #e9e9e9;
    color:#535353;
    display:flex;
    padding: 20px;
    width: 600px;
    justify-content:space-between;
    align-items:center;
    font-size: 12px;
    color:#535353;
}
