input[type=text],[type=email],[type=password],[type=submit],[type=number],select, textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color: #0a2f48;
    background-color: #fcf3d2;
}

option:checked {
    background-color: #A5260A;!important
    color: white;!important
}



.btn {
    border: none;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;/* -moz -Firefox */
    -o-transition-duration: 0.3s;/* -o- Opera */
    transition-duration: 0.3s;
    cursor: pointer;
    color: #033C73;
    border: 2px solid #033C738;
}

.btn:hover {
    color: #A5260A;
;
}
.btn-danger{
    color: #FF1111;
    border: 2px solid #FF1111;
    border-radius: 0;
}
.btn-danger:hover{
    background-color: #FF1111;
    color: #FFFFFF;
}
.redim{
    width: 100px;
}
.redimDangerDelete{
    width: 200px;
}

.containerContact {
    border-radius: 30px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 18%;
    margin-right: 18%;
}
.alert-danger{
    padding: 20px;
    background-color: #F44336;
    color: white;
    margin-bottom: 50px;
}
.closebtn {
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}


option[value=""]{
    background-color: #A9A9A9;
    font-style: italic;
}

option[value=""]:hover {
    background-color: #A5260A;
    color: white;
}

button[type="submit"]:hover {
    background-color: #A5260A;
    color: white;
}



@media only screen and (max-width: 800px) {
    .containerContact {
        border-radius: 30px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }
}