*{
  font-family: Segoe UI, sans-serif;
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #d1d3e2;
  box-sizing: border-box;
  border-radius: 25px;
}

button {
  background-color: green;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
  border: none;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 #999;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
} 

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
  margin-top: -15%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.login {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
  border-radius: 20px;
}

.login-content {
  background-color: #fefefe;
  margin: 15% auto 15% auto;
  border: 1px solid #888;
  width: 30%;
  border-radius: 30px;
  box-shadow: 10px 10px 10px 0;
}
.container{
  border-radius: 30px;  
}

.animate {
  -webkit-animation: animatezoom 1s;
  animation: animatezoom 1s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
}

.btn-registration{
  text-decoration: none;
  font-weight: bold;
  color: green;
}

.btn-registration:hover{
  opacity: 0.8;
}

input .termss{
  color: red;
}