#content {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100vh - 190px);
}

.container {
    flex-direction: column;
}

a {
    margin-top: 20px;
    color: white;
}

a:hover {
    color: #007bff;
}

form {
    background-color: #f2f2f2;
    padding-left: 41px;
    padding-right: 41px;
    padding-top: 85px;
    padding-bottom: 73px;
    width: 458px;
    height: 439px;
}

form input {
    display: block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: transparent;
    padding: 0px 15px;
    width: 100%;
    height: 44px;
    border-radius: 0px;
    outline: none !important;
    font-family: CalibriI;
    font-size: 14px;
}

form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0bfbf;
    opacity: 1; /* Firefox */
}

form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c0bfbf;
}

form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #c0bfbf;
}

form button {
    background-color: rgb(0,87,95);
    color: white;
    font-weight: bold;
    display: block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px 32px;
    margin-top: 63px;
    width: 162px;
    height: 44px;
    border-radius: 10px;
    border: 0px solid black;
    text-align: left;
    outline: none !important;
    font-family: CalibriB;
    font-size: 16px;
}

.not-accepted {
    background-color: rgb(219, 11, 32) !important;
    padding: 20px 20px;
    font-weight: bold;
    color: white;
}


@media screen and (max-width:991px){
    form {
        width: 100%;
        height: 100%;
    }
}
