* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

body{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:65vh
}
.wrapper{
    width: 420px;
}
.wrapper h1{
    font-size:36px;
    text-align:center;
}
.wrapper .input-box{
    margin:30px;
}
.input-box input{
    width:100%;
    height:30px;
    border-radius: 40px;
}
.remember-forgot a{
    text-decoration: none;
}
.remember-forgot a:hover{
    text-decoration: underline;
}
.bottom-link{
    position:absolute;
    bottom:5px;
}
.button{
    height:25px;
    width:100%;

}