﻿
body{
	background-image: url(../images/EZY_Corfu_Greece.jpg);
    background-size: auto;
	background-repeat: no-repeat;
}

#Login,#forgotPasswordArea {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    width: 550px;
    border:solid 1px #d7d7d7;
    background-color:#fff;
}
#ServerDown {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	width: 550px;
	border: solid 1px #d7d7d7;
	background-color: #f8f8f8;
}
#Login_Params{
    width:100%;
}
.field{
    width:350px;
    /*margin-left:100px;
    margin-right:100px;*/
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
}
.field input{
    background-color:#FFF;
    vertical-align:middle;
}
#loginButton{
    float:right;
    margin-right:86px;
    margin-bottom:30px;
}
#logo{
    margin-left:80px;
    margin-top:38px;
    margin-bottom:18px;
}
#ServerDown #logo{
    margin-left:40px;
    margin-top:28px;
    margin-bottom:18px;
}
#serverDownInfo{
    margin-left:60px;
    width:450px;
    margin-bottom:100px;
}
#serverDownInfo .divider{
    height:1px;
    border-bottom:solid 1px #d7d7d7;
    margin-top:20px;
    margin-bottom:20px;
}
#serverDownInfo .hl3{
    font-size:14px;
    font-weight:bold;
}
#Login .hl1{
    margin-left:100px;
}
#UserRequests{
    float:right;
}
/*************************************/
/*   on screen messages */
/*************************************/
.alertMsg{
    margin-top:15px;
    mmin-height:29px;
    color:#FFF;
    font-size:13px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 8px;
}
#loginFail{
    background-color:#ae6669;
}

/*************************************/
/*  forgot password */
/*************************************/

#forgotPasswordArea .divider{
    height:1px;
    border-bottom:solid 1px #d7d7d7;
    margin-top:10px;
    margin-bottom:20px;
}
#forgotPassword_Params{
    padding:20px 20px 20px 20px;
}
#forgotPasswordArea .hl1{
    padding:10px 10px 0 10px;
}
#forgotPassword_Params .field{
    /*margin-left:0px;
    margin-right:0px;*/
    padding-top:10px;
}
#forgotPassword_Params .field .label{
    font-weight:bold;
}
#forgotPasswordError{
    background-color:#ae6669;
}
.actions{
    float:right;
}