.h-40 {
    height: 40rem !important;
}

.i1 {
    color: #ffffff;
    font-size: 90px;
}

.p1 {
    margin: 0;
    line-height: 1.75;
}

.btn-lang {
    outline: none !important;
    box-shadow: none !important;
}

.send_bt button {
    width: 100%;
    float: left;
    background-color: #810000;
    color: #fefeff;
    text-align: center;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 4px;
}

#error {
    width: 100%;
    float: left;
    color: red;
    font-weight: bold;
    font-size: 22px;
    padding-left: 80px;
}

#success {
    width: 100%;
    float: left;
    color: green;
    font-weight: bold;
    font-size: 22px;
    padding-left: 80px;
}

.bgc-0 {
    background-color: #ffffff;
}

.bgc-1 {
    background-color: #83C1DE;
}

.bgc-2 {
    background-color: #C87B59;
}