@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');

body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #eab4b4 23%, #e05252 95%);
    /* height: 100vh; */
    /* overflow: hidden; */
    font-family: 'Noto Sans TC', sans-serif;
}

.center {
    width: 430px;
    margin: auto;
    position: relative;
    
}

.center .header {
    font-size: 28px;
    font-weight: bold;
    color: white;
    padding: 25px 30px 30px 25px;
    background: linear-gradient(to bottom, #e05252 23%, #eab4b4 95%);
    border-bottom: 1px solid #370e3f;
    border-radius: 5px 5px 5px 5px;
}

.center form {
    position: absolute;
    background: white;
    width: 100%;
    padding: 50px 10px 0 30px;
    box-sizing: border-box;
    border: 1px solid #6d1c7d;
    border-radius: 5px 5px 5px 5px;
}

form input {
    height: 40px;
    width: 90%;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid silver;
    font-size: 18px;
    outline: none;

}

.boutton[type="submit"] {
    text-decoration: none;
    font-size: 9px;
    padding: 0 0 0 50px;
    height: 30px;
    width: 30%;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid ;
    outline: none;
} 

input[value="Cancel"] {
    text-decoration: none;
    font-size: 18px;
    padding: 0 0 0 50px;
    height: 47.6px;
    width: 30%;
    padding: 0 10px;
    border-radius: 8px;
    outline: none;
}