@charset "utf-8";
/* CSS Document */

.wrapperFrm {
	width: 380px;
	margin: 1em auto;
  	background-color: no;
	padding: 2em;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.wrapperFrm h2{
    font-size: 24px;
    color: #fff;
    margin-top: 0;
}
.form-input label {
	font-size: 1em;
	color: #FFFFFF;
	/*	margin-bottom: 0.5em; */
	font-weight: 125;
	letter-spacing: 10px;
}
.form-input input[type="text"], .form-input input[type="email"] {
    width: 100%;
    color: #9370DB;
    background: #fff;
    outline: none;
    font-size: 0.9em;
    padding: .2em 1em;
    border: 1px solid #9370DB;
    -webkit-appearance: none;
    display: block;
/*    margin-bottom: 1.2em; */
}
.form-input textarea {
    resize: none;
    width: 100%;
    background: #fff;
    color: #9370DB;
    font-size: 0.9em;
    outline: none;
/*    padding: .2em 1em; */
    border: 1px solid #9370DB;
    min-height: 5em;
    -webkit-appearance: none;
}
.btn {
    outline: none;
    color: #FFFFFF;
    padding: 0.5em 0;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #9370DB;
    transition: 0.5s all;
    border: 2px solid #795CB4;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 47%;
    cursor: pointer;
}
.btn:hover {
    background: none;
    color: #9370DB;
}
::-webkit-input-placeholder {
	color:#9370DB !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#9370DB !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#9370DB !important;
}
:-ms-input-placeholder {  
	color:#9370DB !important;
}

.status-msg{
	font-size: 16px;
  padding: 6px;
  border: 2px dashed;
  background: #fff;
  margin-bottom: 5px;
}
.status-msg p{
    margin-top: 0;
    margin-bottom: 5px;
}
.status-msg.error{
	color: #EA4335;
}
.status-msg.success{
	color: #34A853;
}

.footer {
  text-align: center;
  padding: 3vw 0vw 2vw;
  color: #333;
	letter-spacing:1px;
	line-height:25px;
}
.footer a {
  color:#8159d6;
  text-decoration: none;
}
.footer p {
  font-size:15px;
	letter-spacing:2px;
}
