html{
    height: 100%;
}
/*LOGIN*/
body.login_body{
    background: url("../images/login/background.jpg") no-repeat scroll 50% 50%;
    background-size: cover;
    margin:0;
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    height: 100%;
}

body.login_body_evensys{
    background: url("../images/login/background_evensys.png") no-repeat scroll 50% 50%;
    background-size: cover;
    margin:0;
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    height: 100%;
}

div.over_background,
div.first_markup,
div.second_markup{
    height: 100%;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}

div.over_background{
    background: transparent;
    background: linear-gradient(top, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0));
    -svg-background: url("../images/login/top.png"),linear-gradient(top, #ffffff 15%, rgba(255, 255, 255, 0));
    background-position: 0 0, 0 0;
    background-repeat: repeat-x, no-repeat;
}

div.first_markup{
    padding: 10px;
    border: 2px solid #2b2d35;
}
div.second_markup{
    border: 3px solid #2b2d35 ;
}

div.semicircle{
    background: #F7EBE3;
    width: 280px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
}

div#login{
    overflow: auto;
}

body.login_body .login_header{
    height: 200px;
    width: 100%;
    background: transparent url("../images/login/logo.png") no-repeat scroll 50% 50%;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 50px;
}

body.login_body_evensys .login_header{
    height: 75px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    background: transparent url("../images/login/logo_evensys.png") no-repeat scroll 50% 50%;
    background-size: auto 100%;
    position: absolute;
    left: 0;
}

.login
{
    float:right;
    text-align:center;
    margin-right: 10px;
    margin-top: 6px;
    color: white;
}

div.content-login {
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    height: 300px;
    width: 100%;
}

/*div.form-admin{*/
    /*float: left;*/
    /*margin-left: 35px;*/
    /*margin-top: 160px;*/
/*}*/

.div_field_login .property{
    float: left;
    width: 123px;
    text-align: right;
    font-family: sans-serif;
    font-size: 13px;
    margin-top: 2px;
}

.div_field_login .text_value{
    padding: 10px;
}

.div_field_login input[type=text], .div_field_login input[type=password] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFF;
    min-height: 17px;
    height: 30px;
    padding: 4px 10px;
    width: 278px;
    text-align: center;
    color: #2b2d35;
    font-weight: bold;
}

.div_field_login input[type=submit]{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: none;
    background: #2b2d35 url("../images/login/arrow.png") no-repeat scroll 50% 50%;
    color: #ffffff;
}

.input_login
{
    background-color: #F0F0F0;
    border: 1px solid #666666;
    color: #333333;
    cursor: pointer;
    float: right;
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    height: 27px;
    margin-right: 94px;
    margin-top: 12px;
    width: 93px;
    border-radius: 5px 5px 5px 5px;
}

.input_login:hover
{
    background-color:#CCCCCC;
    color: #E41415;
}

body.login_body .content-login-margin
{
    width: 318px;
    height: 200px;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
}

body.login_body_evensys .content-login-margin
{
    background-color: white;
    width: 400px;
    height: 310px;
    position: absolute;
    top: 190px;
    left: 50%;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
}

.div_field_login_evensys .property{
    float: left;
    width: 123px;
    text-align: right;
    font-family: sans-serif;
    font-size: 13px;
    margin-top: 2px;
}

.div_field_login_evensys .text_value_user, .div_field_login_evensys .text_value_pass{
    width: 290px;
    margin-left: 45px;
    border: 1px solid #404040;
    padding: 10px;
}

.div_field_login_evensys .text_value_user{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.div_field_login_evensys .text_value_pass{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.div_field_login_evensys input[type=text], .div_field_login_evensys input[type=password] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFF;
    min-height: 17px;
    height: 15px;
    padding: 4px 10px;
    width: 278px;
    text-align: center;
    color: #2b2d35;
    font-weight: bold;
}

.div_field_login_evensys input[type=submit]{
    width: 310px;
    margin-top: 10px;
    height: 50px;
    border-radius: 10px;
    background-color: #009ed8;
    border: none;
    color: #ffffff;
    font-weight: bold;
}

.content-error{
    height: 40px;
    width: 395px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
}

.content-error .error {
    border: 1px solid #FBC2C4;
    margin-bottom: 1em;
    padding: 0.6em 0.8em;
    background: #FBE3E4;
    color: #8A1F11;
    font-family: arial;
    font-size: 13px;

}

.content_error_evensys{
    margin-top: 5px;
    height: 40px;
    width: 360px;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
}

.content_error_evensys .error {
    border: 1px solid #FBC2C4;
    margin-bottom: 1em;
    padding: 0.6em 0.8em;
    background: #FBE3E4;
    color: #8A1F11;
    font-family: arial;
    font-size: 13px;

}
/*LOGIN END*/