#warp{
    width: 42%;
    background-color: rgba(255,255,255,0.3);
    margin: 0 auto;
    border-radius: 10px;
    border: 3px solid;
    border-color: white;
    position: relative;
}
#login{
    position: absolute;
    width: 94%;
    margin-top:10px;
    margin-left: 3%;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
}
#header{
    width: 100%;
    background-color: rgb(10,106,196);
    border-radius: 10px 10px 0px 0px;
    line-height: 60px;
}
#img{
    float: left;
    padding-left: 15px;
}
#header span{
    float: left;
    color: white;
    font-size: 32px;
    margin-left: 20px;
}
.input{
    text-align: center;
    font-size: 23px;
}
.input input{
    width: 70%;
}
a{
    text-decoration: none;
    color: black;

}
#btn{
    border: none;
    width:40%;
    background-color:rgb(10,106,196);
    border-radius: 5px;
    color: white;
    font-size: 22px;

}
.copy{
    text-align: center;
    color: white;
}
.check input{
    width: 20px;
    height: 20px;
}