Newer
Older
border-radius: $border-radius;
box-shadow: 0px 4px 8px $shadow-color;
display: flex;
flex-direction: row;
flex-wrap: wrap;
.formError {
color: red;
}
.form-container, .form-container-50 {
width: 100%;
// min-width: 100%;
// @media (min-width: $width) {
// min-width: 50%;
// }
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
top: 0;
left: 0;
padding: 10px 0px;
color: gray;
position: absolute;
transition: .5s;
padding: 10px 0;
font-size: 16px;
color: black;
margin-bottom: 30px;
border: none;
border-bottom: 1px solid lightgray;
outline: none;
background: transparent;
.form-control:focus~.form-label,
.form-control:not(:placeholder-shown)~.form-label {
top: -20px;
left: 0;
font-size: $info-input-text-size - 4;
padding: 0.5em;
font-family: $font-title + 4;
width: 100px;
font-size: $info-input-text-size;
border: 1px solid lightgray;
border-radius: $border-radius;
color: white;
background-color: $col-sb-org-l1;
}
background-color: $col-sb-org;
}
.form-container-50 {
width: 50%;
}
#frc-captcha {
border: 1px solid lightgray;
border-radius: $border-radius;
.frc-button {
border: 1px solid lightgray;
border-radius: $border-radius;
color: white;
background-color: $col-sb-org-l1;
}
}
}
display: none;
width: 100%;
color: white;
font-size: $info-input-text-size;
border: 1px solid lightgray;
border-radius: $border-radius;
text-align: center;
}
font-size: $info-input-text-size;
margin: 1em 0em 1em 0.5em;
}
font-size: $info-input-text-size - 4;
margin: 1em 0em 1em 0.5em;
}
}