
.textUp {
    margin-top: 70px;
}
.fontFace {
    font-family: Open-Sans;
    margin-bottom: 20px;
    word-wrap: break-word;
    font-size: 18px;
    letter-spacing: normal;
}  
.form2 {
    background-image: url('../image/5bc3c2946e8ac.png.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    max-width: 610px;
    border-radius: 20px;
    height: calc(100vh - 126px);
    position: relative;
} 
.tagline{
    color:#fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 20px;

    
}
.color {
 
    background-color: rgba(27,36,51,.5);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
#subm1t{
    position: center;
    font-family: sans-serif;
    font-size: 20;
    background-color: #36C060;
    color: #fff;
    border: 0px;
    border-radius: 20px;
   width: 300px;
   max-width:100% ;
   padding:10px;
    cursor: pointer;
} 
.share {
    margin-top: 30px;
    font-size: 36px;
    font-weight: 300;
    font-weight: bold;
}
.socialMed {
    margin-bottom: 20px;
    color: royalblue;
}
.divTagline {
    margin-top: 28%;
    margin-bottom: 5%;
}
.margin {
    margin:0;
    margin-bottom: 75px;
    margin-right: 30%;
}
@media screen and (max-width: 929px){
    .margin {
        margin-right: 30%;
    }
}
