
body{
    background:#F7FAFC;
}

.test{
    margin:auto;
    position: absolute;;
    height:410px;
    width:260px;
    background:#90AC70;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:10px;
    opacity:0.6;
}
.enter a{
  text-decoration:none; 
  color:#eee;
}
h3{
    color:#fff;
}
.logo{
    width:260px;
    height:250px;
}

img{
    width:100%;
    height:100%;
}

.add{
    font-size:0.7rem;
}