body {
    height: 100vh;
}

.input-row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.input-row .input-group {
    flex-basis: 60%;
}

form {
    padding-top: 25vh;
}

input {
    background-color: white;
    width: 100%;
    height: 80%;
    outline: none;
    border-radius: 15px;
    border: 2px solid rgb(135, 135, 135);
}

button {
    background: #f87060;
    width: 100px;
    height: 7vh;
    border: none;
    outline: none;
    Color: #ffffff;
    border-radius: 30px;
    margin-top: 15px;
    margin-left: 20px;
    box-shadow: 0px 5px 12.5px 0px #566270;
}

button:active {
    background: #ffffff;
    Color: #f87060;
}

label {
    font-size: xx-large;
    color: #454d57;
}

label, input {
    margin-top: 15px;
}