body {
    background-color: #f2f2f2;
}

.body-maintenance {
    background-color: #ffffff;
}

.section {
    position: fixed;
    width: 400px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -250px;
    background-color: #0e2240;
    border: 2px solid #e25829;
    color: white;
}

.section-maintenance{
    position: fixed;
    left: 25%;
    top: 30%;
    width: 900px;
    height: 800px;
    color: #0e2240;
}

.button {
    background-color: #e25829;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 8px 35px;
}

.img {
    background-color: white;
    position: absolute;
    padding: 15px;
    border-radius: 100%;
    width: 87px;
    height: 87px;
    left: 50%;
    margin-left: -43px;
    top: -43px;
}

.form-control {
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
}
