body {
background: #F8F9FA;
padding: 0;
margin: 0;
text-decoration: none;
}
* {
outline: none;
border: none;
font-family: "Montserrat", sans-serif;
}
.text {
font-weight: 600;
margin-top: 20px;
margin-left: 28px;
font-size: 18px;
}
.text::after {
content: '';
display: block;
position: relative;
background: #000;
width: 80px;
height: 3px;
top: 8px;
}
.wrapper {
position: absolute;
top: 27%;
left: 30%;
background-color: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
width: 350px;
height: 250px;
border-radius: 20px;
}
.main {
position: relative;
top: 22%;
left: 20%;
}
#message {
display: block;
color: #2094E9;
font-weight: 500;
padding: 15px 18px;
border-radius: 16px;
border: 2px solid #adadad;
transition: .4s;
}
#message:hover {
border: 2px solid #2094E9;
}
#message:focus {
box-shadow: 0px 0px 1px 3px rgba(32, 148, 233, 0.20);
border: 2px solid #2094E9;
}
input:focus ~ .message__placholder,
input:valid ~ .message__placholder {
color: #2094E9;
left: 16px;
bottom: 57px;
font-size: 12px;
z-index: 10;
}
.message__placholder {
display: block;
position: relative;
bottom: 35px;
left: 20px;
font-size: 12px;
font-size: 14px;
color: #aaaaaa;
font-weight: 500;
background-color: #fff;
width: 60px;
text-align: center;
transition: .3s;
}
.line {
position: absolute;
top: 240px;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
background-color: #c9c9c9;
width: 350px;
height: 10px;
}
.line-up {
position: absolute;
top: 240px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
background-color: #2094E9;
width: 0; /*350*/
height: 10px;
}