<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@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/wind_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;;

}
.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 a:hover{
       color:lightgray;
}
.textholder{
    position:relative;
    font-size: 12px;
    display: inline-block;
    width: 480px;
    text-align:left;
	color: #666666;
	padding-bottom: 0.5em;
}
.copyrighttext{
    position:relative;
    font-size: 12px;
    display: inline-block;
    width: 480px;
    text-align:left;
	color: #666666;
}
</pre></body></html>