* {
	 -webkit-font-smoothing: antialiased;
	 text-rendering: optimizeLegibility;
}
 html, body {
	 height: 100%;
}
 body {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column;
	 position: relative;
	 background: linear-gradient(135deg, rgba(36, 46, 77, .9), rgba(137, 126, 121, .9));
	 font-family: 'Roboto', helvetica, arial, sans-serif;
	 font-size: 1.5em;
}
 body:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 background-image: url('http://94.130.12.74/images/logos/background.jpg');
	   background-repeat: no-repeat;
	 opacity: 0.3;
	  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
 .login-form {
border-radius: 20px;
	 padding: 2em;
	 position: relative;
	 background: rgba(0, 0, 0, .15);
}
 .login-form:before {
	 content: '';
	 position: absolute;
	 top: -2px;
	 left: 0;
	 height: 2px;

	 background: linear-gradient(to right, #35c3c1, #00d6b7);
}
 @media screen and (min-width: 600px) {
	 .login-form {
		 width: 30%;
		 
	}
}
 .flex-row {
	 display: flex;
	 margin-bottom: 1em;
}
 .lf--label {
	 height: 60px;
	 width: 60px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background: #f5f6f8;
	 cursor: pointer;
}
 .lf--input {
	 
	 height: 33px;
	 flex: 1;
	 padding: 1em;
	 border: 0;
	 color: #8f8f8f;
	 font-size: 30px;
}
 .lf--input:focus {
	 outline: none;
	 transition: transform 0.15s ease;
	 transform: scale(1.1);
}
 .lf--submit {
	     display: block;
    padding: 10px;
    width: 100%;
    background: #179cac;
    border: 0;
    font-size: 35px !important;
    color: white;
    cursor: pointer;
    font-weight: 600;
    text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
}

.copyright{
	color: #fff;
}
 .lf--submit:focus {
	 outline: none;
	 transition: transform 0.15s ease;
	 transform: scale(1.1);
}
 .lf--forgot {
	 margin-top: 1em;
	 color: #00d6b7;
	 font-size: 0.65em;
	 text-align: center;
	 position: relative;
}
 ::placeholder {
	 color: #8f8f8f;
}
 
 .copyright{
	 	 margin-top: 5em;
	 
 }

img {
   
height: auto;
   width: 100%;
   object-fit: contain;
}
