*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.box{
    display: flex;
    flex-direction: column;
    background: rgb(0, 109, 128);
    color: #fff;
    height: 350px;
    width: 325px;
    border-radius: 8px;
}

h1{
    padding: 18px;
}

span {
   font-size: 18px; 
   margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

input{
    width: 280px;
    height: 25px;
    margin-left: 15px;
    padding: 16px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

h4{
    font-size: 18px; 
   margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 400;
}