* {
  margin: 0;
  padding: 0;
}

body{background-color:#F5A9F2 no-repeat; background-size:100%}

@font-face {
  src: url(Open_Sans/OpenSans-Light.ttf);
  font-family: 'Open Sans', sans-serif;

}
.p {
  font-size: 25px;
  line-height: 25px;
  font-family: 'Open Sans',sans-serif;
  position: relative;
  background-color: #FFF;
  border-radius: 15px;
  color:#F5A9F2;
  width: 30%;
}

.paragraphs {
  font-size: 100%;
  line-height: 100%;
  font-family: 'Open Sans',sans-serif;
  position: relative;
  background-color: #F5A9F2;
  border-radius: 15px;
  color:#FFF;
}
.paragraph {
  font-size: 15px;
  line-height: 15px;
  font-family: 'Open Sans',sans-serif;
  position: relative;
  background-color: #F5A9F2;
  border-radius: 15px;
  color:#FFF;
}

.dot {
 height: 150px;
 width: 150px;
 background-color: white;
 border-radius: 50%;
 box-shadow: 0px 0px 1px 1px #0000001a;
 display: inline-block;
}
.dot2 {
 height: 150px;
 width: 150px;
 background-color: white;
 border-radius: 50%;
 display: inline-block;
}
.colored_dot {
 height: 120px;
 width: 120px;
 background-color: #F5A9F2;
 border-radius: 50%;
 display: inline-block;
}
.space {
  height: 20%;
}

button, input, select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  border-radius: 100px;
  border-color:white;
  background-color:#F5A9F2;
  border-width:30px;
  color: #FFF;
}

.bar {
  height: 66px;
  width: 400px;
  border-radius: 15px;
  background-color: #fff;
}

.form {
  border: 1px;
  border-radius: 0;
  -webkit-appearance: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

#ImageWithText {
  bottom: 90;
  position: absolute;
  width:auto;
  height:80px;
  vertical-align:middle;/*text-bottom or text-top*/
  display: none;
}
@media only screen and (max-width: 414px){
  body {
    background-size:100%;
  }
}

@media only screen and (min-width:300px){
  body {
    background-color:#F5A9F2;
  }
}

A {
  text-decoration:none;
  color:#F5A9F2;
}
#logins {
  display: none;
  transition: width 2s, height 2s;
  -webkit-animation-name: show; /* Safari 12.1.1 */
  -webkit-animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: talk;
  animation-duration: 3s;
}
.window {
width: 500px;
height: 120px;
border-radius: 15px;
background-color: #FFF;
color: #101010;
border-width: 15px;
position: center, absolute;
display: none;

}
.button {
  width: 190px;
  height: 45px;
  border-radius: 5px;
  color: #FFF;
  background-color: #4e57fc;
}
.text {
font-size: 25px;
line-height: 25px;
font-family: 'Open Sans',sans-serif;
position: relative;
}
.small_dot {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}
