button[type="submit"] {
width: 100%;
margin-top: 10px !important;
color:white !important;
background: #2c3345 !important;
border: 1px solid #2c3345 !important;
}
.form-all {
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center top;
background-size: cover;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert {
padding: 15px;
margin-top:10px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
#heading{
color: #FFFFFF;
font-family: "Poppins", Sans-serif;
font-size: 1.5rem;
font-weight: 600;
}
.hybrid-form-label{
margin-top: 1.2em !important;
margin-bottom: 1.2em !important;
font-weight: bold;
color: #ffffff;
margin-top:8px !important;
}
.hybrid-form-select, input[type="email"] {
padding: 4px 3px 2px 3px !important;
margin-bottom: 0.2em !important;
box-shadow: 0 1px 2px #eee inset;
line-height: 1.071em;
}
.line-form{
margin-top: 3em !important;
margin-bottom: 1em !important;
background: transparent;
box-sizing: border-box;
clear: both !important;
display:block;
margin: 6px 0;
width: 100%;
}
.divider{
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: #f5f5f5;
height: 1px;
margin-left: 0px;
margin-right: 0px;
margin-top: 3em;
margin-bottom: 5px;
}