VC Cafe

Date:

Node: 4942478
Subscribe:
@import url(‘https://fonts.googleapis.com/css?family=Montserrat:700’);@import url(‘https://fonts.googleapis.com/css?family=Montserrat:400’);
.form-preview {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 30px;
padding: clamp(17px, 5%, 40px) clamp(17px, 7%, 50px);
max-width: none;
border-radius: 6px;
box-shadow: 0 5px 25px rgba(34, 60, 47, 0.25);
}
.form-preview,
.form-preview *{
box-sizing: border-box;
}
.form-preview .preview-heading {
width: 100%;
}
.form-preview .preview-heading h5{
margin-top: 0;
margin-bottom: 0;
}
.form-preview .preview-input-field {
margin-top: 20px;
width: 100%;
}
.form-preview .preview-input-field input {
width: 100%;
height: 40px;
border-radius: 6px;
border: 2px solid #e9e8e8;
background-color: #fff;
outline: none;
}
.form-preview .preview-input-field input {
color: #000000;
font-family: “Montserrat”;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: center;
}
.form-preview .preview-input-field input::placeholder {
color: #000000;
opacity: 1;
}

.form-preview .preview-input-field input:-ms-input-placeholder {
color: #000000;
}

.form-preview .preview-input-field input::-ms-input-placeholder {
color: #000000;
}
.form-preview .preview-submit-button {
margin-top: 10px;
width: 100%;
}
.form-preview .preview-submit-button button {
width: 100%;
height: 40px;
border: 0;
border-radius: 6px;
line-height: 0px;
}
.form-preview .preview-submit-button button:hover {
cursor: pointer;
}

Get new posts by email:

Archives