input[type=text] {
    width:100%;
    max-width:100%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 1px solid #44434D;
    border-radius: 5px;
    font-size: 18px;
    transition: all 0.4s ease 0s;
    color: #000;
    }
.VHr { 
    color:#625799;
    float: right;
    border: none;
    margin: 5px;
    border-left: 3px solid #625799;
    height: auto;
    width: 1px;
  }
.pemail{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align:center;
}
.emailcontainer{
    width: 100%;
    height: auto;
    display: flex;
}
.email1{
    width:55%;
}
.email2{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width:45%;
}
input[type=text]:focus {
    border: 1px solid #8374cd;
    outline: 0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);   
}


input[type=submit] {
    padding: 1.3em;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    float: right;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #44434D;
    background-color: #fff;
    border: dotted;
    margin: 0.5% auto;
    border-radius: 45px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    cursor: pointer;
    outline: none;
    }
input[type=submit]:hover {
        background-color: #8374cd;
        color: #fff;
}    
textarea {
    border-radius: 5px;
    width:100%;
    max-width:100%;
    resize:vertical;
    max-height:250px;
    min-height:100px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    border: 1px solid #44434D;
}
textarea:focus {
    border: 1px solid #8374cd;
    outline: 0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
      
}
::placeholder{
    transition: all 0.4s ease 0s;
    color: black;
}

.tbmail{
    width:100%;
    max-width:100%;
    border:0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@media (max-width: 767px) {
    .emailcontainer{
        display: flex;
        justify-content:center;
        flex-direction:column;  
    }
    .email1{
        width:80%;
    }
    input[type=submit]{
        float:none;
        display: block;
        margin-left: auto;
        margin-right: auto;
  
    }
    .email1{
        width:100%;
    }
    .email2{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:60%;
        text-align:center;
    }
    input[type=text] {
        width:90%;
        }
    textarea {
        width:90%;
        }
    .VHr { 
        color:#625799;
        float: none;
        border: 1px solid;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: none;
        width: 100%;
}
}