@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@media (min-width: 380px){
	.login-page {
  		width: 380px;
  	}
}
.login-page {
  padding: 45px 18px 10px;
  margin: auto;
	min-height: 100vh;
	overflow: auto;
}
.form {
  position: relative;
  border-radius: 15px;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
	position: absolute;
	top: 45%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  padding: 35px 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
@media (max-width: 350px){
	.form{
	max-width: 275px;
	    padding: 35px 25px;
	}
}
.form input {
	text-align: left !important;
	font-family: "Roboto", sans-serif;
    outline: 0;
    background: var(--backd);
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    color: var(--yol);
    border-radius: 10px;
}
.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: var(--yol);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 25px;
    font-weight: 700;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.form button:hover {
  background: var(--yold);
}
.form .message {
    margin: 15px 0 0;
    color: #979696;
    font-size: 16px;
    margin-bottom: -10px;
    font-weight: 600;
    margin-top: 40px;
}
.form .less{
  font-size: 17px;
  font-weight: 700;
}
.form .message a, .form .green {
  color: var(--yol);
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  background-repeat: no-repeat;
  background: #b1cd52;
  background: -moz-radial-gradient(center, ellipse cover, #b1cd52 0%, #8baa20 69%);
  background: -webkit-radial-gradient(center, ellipse cover, #b1cd52 0%,#8baa20 69%);
  background: radial-gradient(ellipse at center, #b1cd52 0%,#8baa20 69%);
	background: radial-gradient(ellipse at center, #b1cd52 0%,#8baa20 69%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1cd52', endColorstr='#8baa20',GradientType=1 );
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form .title{
    color: var(--yold);
    font-weight: 800;
    font-size: 3rem;
    margin-top: -25px;
    margin-bottom: 30px;
}
.form .title img{
       width: 70px;
    position: relative;
    top: 12px;
    right: 5px;
}
.form .version{
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 15px;
    font-family: initial;
    color: var(--yol);
    opacity: .7;
}
