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: max-content;
    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 ,.content-login-margin-register
{
    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%);
}

body.login_body_evensys .content-login-margin-register {
	background-color: white;
	width: auto;
	height: max-content;
	top: 50px;
	box-sizing: border-box;
	padding: 10px 10px 20px 10px;
}



.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;

}

.div_field_login_evensys-2{
   width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#submit_register-2 {
	width: 310px;
	margin-top: 10px;
	height: 50px;
	border-radius: 10px;
	background-color: #009ed8;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

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

.div_field_login_evensys-2 a{
   text-decoration: none;
   display: block;
    margin: auto 10px;
       
}


.div_field_login_evensys-v2 ,.div_field_login_evensys-v2-emai{
    width: 100%;
    display: grid;
    justify-content: space-around;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.div_field_login_evensys-v2-emai{
    grid-template-columns: 1fr;
}

.div_field_login_evensys-v2 .left_column ,.div_field_login_evensys-v2-email .left_column{
  float: none; 
}

.div_field_login_evensys-v2 .text_value_user, .div_field_login_evensys-v2 .text_value_pass , .div_field_login_evensys-v2-email .text_value_user{
    width: auto !important;
    margin: 0px 20px;
    border: 1px solid #404040;
    padding: 10px;
    box-sizing: border-box;
}

.div_field_login_evensys-v2 .text_value_user input ,.div_field_login_evensys-v2-email .text_value_user input {
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
}

.div_field_login_evensys-v2 .select2-container {
  width: 100% !important;
}

.input-group{
	position:relative;
	
}

a.input-group-addon {
  top: 10px !important;
   right: 10px !important;
}
/*LOGIN END*/

.opt_login{
        width:100%;
        display:flex;
        justify-content:space-around
    }


@media screen and (max-width: 373px){
	body.login_body_evensys .content-login-margin-register {
    background-color: white;
    width: 100%;
    height: max-content;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0px 10px 30px 5px;
    top: 25px;
    bottom: 25px;
}
}


@media only screen and (max-width: 375px) {

    body.login_body_evensys {
        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 {
        /* margin: 7px; */
        padding: 0px !important;
    }

    div#login {
        margin: 0px !important;
        height: 100vh;
    }

    div.content-login {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body.login_body_evensys .content-login-margin {
        background-color: white;
        width: 90%;
        height: max-content;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 10px 20px 10px 20px;
    }

    body.login_body_evensys .content-login-margin-register {
        background-color: white;
        width: 90%;
        height: max-content;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 10px 20px 10px 20px;
    }


    body.login_body_evensys .login_header {
        background: transparent url("../images/login/logo_evensys.png") no-repeat scroll 50% 50%;
        background-size: auto 70%;
    }

    .div_field_login_evensys input[type=submit] {
        width: 100%;
    }

    .content_error_evensys {
        height: 40px;
        width: 360px;
    }

    .div_field_login_evensys {
        margin-top: 3px;
    }

    .div_field_login_evensys .text_value_user,
    .div_field_login_evensys .text_value_pass {
        margin-left: 0px;
        width: auto;
    }

.div_field_login_evensys input[type="text"], .div_field_login_evensys input[type="password"] {
	 background: transparent;
	 border: none;
	 border-bottom: none;
	 min-height: 17px;

	padding: 4px 10px;
	width: 100%;
	text-align: center;
	color: #2b2d35;
	font-weight: bold;
	box-sizing: border-box;
}

}



@media screen and (max-width: 600px){
	.div_field_login_evensys-v2 ,.div_field_login_evensys-v2-emai{
	    width: 100%;
	    display: grid;
	    box-sizing: border-box;
	    grid-template-columns: 1fr;
	    grid-gap: 10px;
	}
	.div_field_login_evensys-v2 .left_column ,.div_field_login_evensys-v2-email .left_column{
	  float: none; 
	}

	.div_field_login_evensys-v2 .text_value_user, .div_field_login_evensys-v2 .text_value_pass , .div_field_login_evensys-v2-email .text_value_user{
	    width: auto !important;
	    margin: 0px 0px;
	    border: 1px solid #404040;
	    padding: 10px;
	    box-sizing: border-box;
	}

	.div_field_login_evensys-v2 .right_column ,.div_field_login_evensys-v2-email .right_column{
	  margin-left:0px;
	}
	
}





