@font-face {
    font-family: "Circular Std";
}
body.modal-open .bg{
    filter:blur(12px);
    /*-webkit-filter: blur(12px);*/
}
.close{
    position: absolute;
    margin-left: 90%;
    margin-top:1rem;

}
#close{
  color: #53B8A7;
}

.modal-dialog{
    border-radius: 10px;
    width:80%;
    height:15rem;
    background-color: white;
    top:25%;

}
.modal-content{border-radius: 10px;}
.input{
    padding-left: 0.875rem;
    border:none;
    opacity: 77%;
    border-radius:5px;
    height:16%;
    background-color: #C3E3E9;
}
.form{
    padding-left:60px;

}
.input::placeholder{
    color: #004651;
    font-size: 0.6875rem;
}
.button{
    font-size: 0.875rem;
    font-weight: bold;
    background-color:#53B8A7;
    text-transform:uppercase;
    color:#ffffff;
    border: none;
}

.p8{
    padding-top: 9%;
    font-size:1.1rem;
    text-transform: uppercase;
    color:#004651;
    text-align: center;

}
.p9{
    font-size: 1.1rem;
    font-weight: bolder;
    text-transform: uppercase;
    color:#53B8A7;
    text-align:center;
}
#name1, #name2{
    position: absolute;
    width:75%;
}
#email1, #email2{
    position: absolute;
    width:36%;
    margin-top: 3rem;
}
#number1, #number2{
    position: absolute;
    width: 36%;
    margin-left: 39.2%;
    margin-top: 3rem;
}
#submit, #submit2{
    width:25%;
    height:2.2rem;
    text-align:center;
    margin-left:30%;
    margin-top: 6.3rem;
    margin-bottom: 1rem ;
}
.p10{
    margin-top: 15%;
    text-align: center;
    font-size: 1.375rem;
    color:#004651;
    font-weight: bold;
    height: 3.25rem;
}
.p11{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.375rem;
    color:#53B8A7;
    font-weight: bolder;
}
