body{
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    height: 100;
    margin: 0;
    background-image: url(dental1.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
p{

    font-family:Century Gothic;
    font-size: 40px;
    text-align: center;
    color: rgb(48, 50, 54);
}

h4{
    font-family: "Photograph Signature", Arial;
    font: 1em sans-serif;
    font-size: 20px;
    text-align: center;
    color: rgb(48, 50, 54);
}
.container{
    width: 50%;
    margin: 1em auto;
    padding: 1em 5%;
    /*background: #fff;*/
}
.field{
    border: solid 1px #ffffff;
    padding: 20px;
}
.field:focus{
    border-color: #18A383;
}

form{
    font-family: 'Lucida Sans', Arial, sans-serif;
    border-radius:10px;
    position:relative;
    width: 400px;
    color: rgb(255, 255, 255);
    font-size:15px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(48, 49, 61, 0.527);
}
.btn1{
    background-color: #000000;
    border-radius: 20px;
    font-size: 18px;
    font-family: lato;
    color: #fff;
    width:auto;
    height: 50px;
    padding-left:40px;
    padding-right:40px;
}
.cover{
    object-fit: cover;
}
.bg-image{
    background-image: url(dental.jpg);
    filter:blur(8px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#full-screen-background-image
{
    z-index: -999;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}