.main_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:#1097cf;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form {
    background-color: #ffffff;
    padding: 3rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.inputs {
    width: 300px;
    text-align: center;
}

.title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1097cf;
}

input {
    display: block;
    width: 300px;
    height: 40px;
    border: 1px solid gray;
    margin: 0;
    padding: 1px 16px;
    outline: none;
}

button {
    /* display: block; */
    /* width: 100%; */
    /* height: 45px; */
    background: #de4026;
    color: white;
    border: 1px solid #f3beb5;
    font-weight: bold;
    margin: 0;
    padding: .5rem 1rem;
    cursor: pointer;
}

.text-small {
    font-size: 11px;
    color: gray;
}
