@font-face
{
font-family: Frutiger_Roman;
src: url('../font/Frutiger CE 55 Roman.ttf');
}
@font-face
{
font-family: FrutigerL_Roman;
src: url('../font/FrutigerLTStd-Roman.otf');
}
@font-face
{
font-family: Frutiger_Bold;
src: url('../font/FrutigerLTStd-Bold.otf');
}
@font-face
{
font-family: Frutiger_Light;
src: url('../font/Frutiger LT 45 Light.ttf');
}
/* ------ GENERAL -----------*/
*{
	position:relative;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0; 
}
p{
	margin: 0;
	font-family: Frutiger_Roman;
}
a{
	color:#00aeef;
	text-decoration: none;
}
form {
    float: right;
    text-align: right;
	margin-right:25px;
	font-family: FrutigerL_Roman;
}
input{
	margin-bottom:5px;
}
.row{
	height: 49%;
}
.half{
	display: inline-block;
	width: 49%;
}
/* ------ CONTENT FORMATING -----------*/
.wrapper{
	width: 100%;
	height: 100%;
	background:url("../images/login_new/background.jpg") no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.content_wrapper{
	width: 850px;
	height:433px;
	margin: 0 auto;
	top:200px;
}
.content{
	width: 850px;
	height:412px;
	background:url("../images/login_new/content_bg.png") no-repeat;
}
.welcome{
	top:-115px;
}
.horisen_logo img{
	float:right;
	margin: 25px 25px 0 0;
}
.welcome p{
	font-size: 25px;
	margin-left: 25px;
}
.multimedia_center{
	top:30px;
}
.multimedia_center span{
	font-family: Frutiger_Bold;
}
.multimedia_center p{
	font-size: 66px;
	font-family: Frutiger_Light;
	margin-left:25px;
}
.button{
	background-color: #000541;
	color: #fff;
	border:none;
	padding:5px 15px;
	font-weight: bold;
}
.button:hover{
	background-color: #0282bf;
	cursor: pointer;
}
.login{
	top:38px;
}
/* ------ FOOTER -----------*/
.copyRight{
	width: 850px;
	height:20px;
	padding-top: 3px;
	background:url("../images/login_new/copyright_bg.jpg") no-repeat;
}
.copyRight p{
	color:#fff;
	text-align:right;
	font-size: 11px;
	margin-right:30px;
}
/* ------ RESPONSIVE -----------*/
@media (max-width: 870px){
	.content_wrapper{
		width: 700px;
	}
	.content{
		width: 700px;
	}
	.copyRight{
		width: 700px;
	}
        form input{
            max-width: 165px;
        }
}
@media (max-width: 710px){
	.content_wrapper{
		width: 400px;
		height: 595px;
		top:150px;
	}
	.content{
		width: 400px;
		height: 575px;
		background-size:cover;
	}
	.copyRight{
		width: 400px;
	}
	.row{
		height:38%;
	}
	.welcome {
		text-align: center;
		top: 0px;
	}
	.horisen_logo img {
		float: none;
		margin: 30px 25px 0 118px;
	}
	.half {
		display: block;
		width: 100%;
	}
	.welcome p{
		margin-left: 0;
                padding-top: 20px;
	}
	.multimedia_center{
		text-align: center;
		top:20px;
	}
	.multimedia_center p{
		margin-left:0;
	}
	.login{
		top:50px;
	}
	
        form {
		float: none;
		margin: 0 auto;
		width: 250px;
	}
        
        form input{
            max-width: 155px;
        }
        
        .copyRight p{
            margin-right: 12px;
        }
        
	input[type="text"], input[type="password"]{
		max-width:135px;
	}

}
@media (max-width: 410px){
	.content_wrapper {
		width: 300px;
	}
	.content{
		width: 300px;
	}
	.copyRight{
		width: 300px;
	}
	.horisen_logo img {
		margin: 20px 25px 0 62px;
                
	}
	.multimedia_center {
		top: 40px;
	}
	.multimedia_center p {
		font-size: 48px;
	}
	.login {
		top: 90px;
	}
	form {
		float: none;
		margin: 0 auto;
		width: 240px;
	}
        
        form input{
            max-width: 135px;
        }
        
	input[type="text"], input[type="password"]{
		max-width:135px;
	}
}


.ui-dialog, .ui-dialog .ui-dialog-content, .ui-dialog-buttonpane {
    padding: 0;
    border: none;
    color: #fff;
    border-radius: 0px;
}
#dialog {
    display: none;
    border: none;
    font-family: Frutiger_Roman;
    background-color: #0EB6EE;
}
#dialog p {
    padding: 30px 30px;
}
#dialog h1 {
    padding: 0px 30px;
}
.ui-dialog-titlebar {
    display: none;
}
#dialog input.buttonClose {
    background-color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 22px;
    color: #0EB6EE;
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}





