html,
body,
p,
div {
    margin: 0;
    padding: 0;
    border: 0;
}
html{
    font: 62.5%
}
.container{
    width: 100%;
    height: 424rem;
    background-color: rgb(239,240,244);
    position: fixed;
    top: 0;
    left: 0;
}


.header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 5rem;
    margin-bottom: 5.8rem;
    margin-bottom: 0.8rem;
    color: white;  
    background-color: rgb(95, 192, 205);
}
.close{
    padding-left: 1.5rem;
    font-size: 1.2rem;
}
.login{
    font-size: 1.25rem;
}
.regsiter {
    padding-right: 1.5rem;
    font-size: 1.2rem;
}
    
.wrap{
  margin-top: 5.8rem;  
}
.account,
.paw {
    position: relative;    
    width: 100%;
    height:5rem;
    margin-bottom: 0.8rem;
    line-height:5rem;
    font-size: 0;
    background-color: white; 
}

input {
    display: inline-block;
    width: 8rem; 
    height: 2.2rem;
    border:  0;
    padding-left: 1.5rem; 
    font-size: 1rem;
    vertical-align: middle;  
    border-left:solid rgb(239,240,244);
    margin-left: 4.5rem; 
}

input:focus,
input:checked
 {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
    outline:none;
}
.pic{
    position: absolute;
    left: 0rem;
    top: 1.3rem;    
    width: 1.5rem;
    height: 2.2rem;
    margin: 0 1.5rem;
    
}
.loginbar {
    width: 100%;
    height:5rem;
    border:0;
    margin-bottom: 0.8rem;
    color: white;
    font-size: 1.25rem;
    background-color: rgb(95, 192, 205);
}
.forget-paw {
    float: right;
    padding-right: 3rem;    
    color: rgb(95, 192, 205);
    font-size: 1.2rem;
}