body {

    background: rgb(241,241,241);
    background:linear-gradient(0deg, rgba(255,255,255,1), rgba(66,146,179,1));
    align-items: center;
    height: 100vh;
    flex-direction: column;
}
*{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    box-sizing: padding-box;
}
form {
    margin-right: auto;
    margin-left: auto;
    width: 256px;
    padding: 20px;
    border-radius: 20px;
}

h2 {
    text-align: center;
    margin-bottom: 40px;
}

input {
    display: block;
    border: 2px solid #ccc;
    width: 100%;

    border-radius: 5px;
}

label {

    color: #888;
    font-size: 18px;
    text-align: center;
}

button {
    font-family: Arial, Helvetica, sans-serif!important;
    border-radius: 100px!important;
    border: 0;
    width:100%;
    background-color: #635BF5;
    color: aliceblue;
    padding: 5px;
    max-height: 76px;
    transition: all ease-in 0.3s;
}

button:hover{
    background-color: #837BF8;
    color: white;
    box-shadow: 0px 0px 10px -2px grey;
    line-height: 1.5em;
}


.error {
   background: #e8b4b4;
   color: #0c0101;
   padding: 10px;
   width: 100%;
   border-radius: 5px;
   
}

h1 {
    text-align: center;
    color: rgb(134, 3, 3);
}

@media (max-width: 950px){




  }

