body,html {
  min-height: 100%;
  font-family: calibri,sans-serif;
 
  font-size: 1em;
  color: #5a5a5a;
}
body {
  background: white;
  
 
}


.login_ini {position: relative;
    width: 296px;
    text-align: center;
    margin: auto;
    top: 110px;
    height: 360px;
    background: white;
    overflow: hidden;
    box-shadow: 2px 2px 25px -7px #4c4c4c;
    border-radius: 8px;}

 

 
.content_agentes_top {
    width: 298px;
height: 276px;
    top: 34px;
    left: 0px;
    border-radius: 0px 154px 158px 8px;
    position: relative;
    background-color: white;
    -moz-border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    /* -webkit-border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; */
    /* border-radius: 0% 0% 0% 0% / 25% 38% 37% 15%; */
}

.content_agentes_top ul li{

text-decoration: none;
list-style: none; 
position: relative;
    left: -20px;
  text-align: left;
    top: 40px;
}



#rpta_log h2 {
    position: relative;
    width: 100%;
    height: 30px;
    top: -19px;
    margin: auto;
    left: 0px;
    font-size: 12px;
    border-radius: 4px;
    padding-top: 16px;
}

#resultado h2 {
    position: relative;
    width: 100%;
    height: 30px;
    top: -25px;
    margin: auto;
    left: 0px;
    font-size: 12px;
    border-radius: 4px;
    padding-top: 16px;
}


.left_data_login {
    position: relative;
    width: 56%;
    height: 346px;
    float: left;
    border-radius: 8px 50% 50% 8px;
    background: #3363e8;
    overflow: hidden;

}
.signin {
display: block;
    position: relative;
    border: none;
    float: right;
    width: 250px;
    margin: 0px -1px;
    padding: 20px;
    background-color: white;
 
    border-radius: 0 8px 8px 0;
}
.signin .avatar {
  width: 180px;
 height: 130px;
  margin: 0 auto 35px auto;
 
 
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.signin .avatar img {
    
    position: absolute;
   top: 57px;
    left: 79px;
    
}
 
.signin .inputrow {
  position: relative;
    top: 17px;
}
.signin .inputrow label {
  position: absolute;
  top: 12px;
  left: 10px;
}
.signin .inputrow label:before {
  color: #538a9a;
  opacity: 0.4;
  -webkit-transition: opacity 300ms 0 ease;
  -moz-transition: opacity 300ms 0 ease;
  transition: opacity 300ms 0 ease;
}
.signin input[type="text"],
.signin input[type="password"] {
  padding: 10px 12px 10px 32px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgba(255,255,255,0.5);
  background-color: #fff;
  color: #333;
  font-size: 1em;
  font-weight: 300;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: border-color 300ms 0 ease;
  -moz-transition: border-color 300ms 0 ease;
  transition: border-color 300ms 0 ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.signin input[type="text"]:focus + label:before,
.signin input[type="password"]:focus + label:before {
  opacity: 1;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 36px;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 16px;
  opacity: 0.8;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
input[type="checkbox"] + label:before {
  left: 0;
  top: -2px;
  width: 30px;
  background: rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
}
input[type="checkbox"] + label:after {
  opacity: 0.3;
  background: #fff;
  top: 0px;
  left: 2px;
  height: 12px;
  width: 12px;
  -webkit-transition: all 200ms 0 ease;
  -moz-transition: all 200ms 0 ease;
  transition: all 200ms 0 ease;
}
input[type="checkbox"]:checked + label {
  opacity: 1;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  left: 16px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
 

.foot {
position: relative;
    width: 100%;
    height: 50px;
    bottom: -239px;
    text-align: center;
    z-index: 9000;
    /* background: red; */
    /* color: #ff4040; */
    font-family: calibri;
}
.msg {
    position: relative;
    /* background: red; */
    color: red;
    width: 179px;
    left: 51px;
    height: 40px;
    margin: auto;
    top: 211px;
    z-index: 200;
}
 