#contactus .fa {
  font-size: 1.5rem;
  position: relative;
  top: 0.2rem;
}
a, a:hover {
  text-decoration: none;
}
main {
  height: calc(100% - 47px);
}
.clean-block {
  height: 100%;
}
body, html {
  font-size: 13px;
  background-color: #f6f6f6;
}
footer.page-footer.dark {
  padding-top: 0;
}
.footer-copyright {
  margin-top: 0 !important;
}
.modal-header {
  padding-bottom: 0;
  border: none;
  margin: 0;
}
.modal-body {
  padding: 2rem;
}
.invalid-feedback {
    font-size: 100%;
}
.input-group-append-password {
    background: #002368;
    font-size: 1.5rem;
    padding: 0 1rem;
    line-height: 3rem;
    color:white;
}
.bg-yellow{
  background: #FFDC00;
}

.clean-navbar .logo {
    font-weight: bolder;
    color: white;
    background: black;
    padding: 0.5rem 2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
    color: black !important;
    -webkit-box-shadow: inset 0 -15px 0 #40C0FF, inset 0 -5.5px 0 #40C0FF;
    box-shadow: inset 0 -15px 0 #40C0FF, inset 0 -5.5px 0 #40C0FF;
    display: inline;
    text-transform: uppercase;
    font-weight: bolder;
}

.clean-block.clean-form form {
    border: 0;
    border-radius: 1rem;
}

body {
    font-weight: 600;
}

button {
    text-transform: uppercase;
    font-weight: bold;
}

button {
    color: #fff !important;
    background-color: #FF4B8F !important;
    border: none !important;
    border-radius: 13rem !important;
    /* width: auto !important; */
    /* margin: 0 auto; */
    padding: 0.5rem 2rem !important;
    font-weight: bolder !important;
    /* margin-top: 2rem !important; */
}
input:focus, textarea:focus, select:focus{
        outline: none;
    }