body {
    margin: 0;
    padding: 0;
    background: url('../iconos/fondo.jpg');
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
}
.loginbox{
    width: 320px;
    height: 400px;
    background: #ff7900;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    border-radius: 4%;
    padding: 70px 30px;
}
.icono{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}
h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 25x;
}
.loginbox p{
    margin: 50;
    padding: 0;
    font-weight: bold;
}
.loginbox input{
    width: 100%;
    margin-bottom: 20px; 
}
.loginbox input[type="password"], input[type="text"]{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 45px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    -webkit-text-fill-color: #fff;
}
.loginbox input[type="button"]{
    border: none;
    outline: none;
    margin-top: 5px;
    margin-bottom: 100px; 
    width: 230px;
    height: 40px;
    background: #fff;
    color: #ff7900;
    margin-bottom: 100px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    position: absolute;
}
.loginbox input[type="button"]:hover{
    cursor: pointer;
    background: #088508;
    color: #fff;
}
.button {
    background-color: #088508; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-size: 8px;
    cursor: pointer;
    border-radius: 100px;
    position:absolute; top:269; left:270;
}
.button2 {
    background-color: #ffffff; /* Green */
    border: none;
    color: #ff7900;
    padding: 8px;
    text-align: center;
    display: inline-block;
    font-size: 8px;
    cursor: pointer;
    border-radius: 100px;
    position:absolute; top:320; left:270;
}
.button:hover{
    cursor: pointer;
    background: #ffffff;
    color: #ff7900;
}
.button2:hover{
    cursor: pointer;
    background: #088508;
    color: #fff;
}
  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }