  /* optional */
      * {
        margin: 0px;
        padding: 0px;
      }
      body {
        background-image: linear-gradient(to bottom, #9bd947, #5eb535);
        color: #fff;
      }
      /* custom css start here */
      #loginarea {
        background: url("../../images/admin-login/top-base.png") no-repeat center top;
      }
      .login-area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
      }
      .login-area h1 {
        font-size: 31px;
        margin-bottom: 5px;
        margin-top: 290px;
		font-weight:500;
      }
      .login-area .subtitle {
        color: #fff;
        font-size: 14px;
      }
      .loginForm {
        padding-top: 15px;
      }
      .emailField {
        background: #fff url("../../images/admin-login/user.png") no-repeat;
        background-size: 22px;
        background-position: 10px 11px;
      }
      .passwordField {
        background: #fff url("../../images/admin-login/pass.png") no-repeat;
        background-size: 21px;
        background-position: 11px 11px;
      }
      /* optional */
      .loginForm input[type="email"],
      [type="password"] {
        margin-bottom: 15px;
        padding: 12px 22px 12px 60px;
        color: #999;
        font-size: 16px;
      }
      .loginForm .option {
        display: flex;
        justify-content: space-between;
      }
		.remember input {
		float: left;
		margin-right: 5px;
		position: relative;
		top: 4.2px;
		}
		.remember span {
			font-weight: 400;
			font-size: 14px;
			line-height: 13px;
		}
      .loginForm .loginBtn {
        padding: 10px 15px;
        background: #fff;
        color: #73bf44;
        font-size: 20px;
        text-align: center;
        border-radius: 30px;
        border: none;
        margin-top: 13px;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 15px;
		font-weight:500;
      }
      /* optional */
      .loginForm a {
        color: #fff;
      }
      .logo-container {
        position: fixed;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -5%);
        text-align: center;
      }
      .field-container {
        display: inline-block;
        margin-top: 43px;
        text-align: center;
		width:100%;
        max-width: 28%;
      }
	  .field-container-next {
        display: inline-block;
        margin-top: 0px;
        text-align: center;
        max-width: 28%;
      }
      /* optional */
      .loginForm ::-webkit-input-placeholder {
        font-size: 19px;
        color: #a1a1a1;
      }
	  .loginForm :-ms-input-placeholder {
        font-size: 19px;
        color: #a1a1a1;
      }
	  .loginForm ::placeholder {
        font-size: 19px;
        color: #a1a1a1;
      }
	  
	  @media (min-width: 992px) and (max-width: 1236px) {
		.field-container {
          max-width: 32%;
        }
		.field-container-next {
          max-width: 32%;
        }
	  }
      /* Breakpoint */
      @media screen and (max-width: 991px) {
		.field-container {
          max-width: 38%;
        }
		.field-container-next {
          max-width: 38%;
        }
        .loginForm {
          padding-top: 15px;
          width: 100%;
        }
		.login-area h1{
			margin-top:238px
		}
       
		 #loginarea {
          background-size: 1470px;
        }
		.logo-container {
        position: absolute;
		}
      }
      @media screen and (max-width: 768px) {
		  
		.field-container {
          max-width: 40%;
        }
		.field-container-next {
          max-width: 38%;
        }
        #loginarea {
          background-size: 1370px;
        }
		.logo-container {
        position: absolute;
		}
        .logo-container .adminLogo {
          width: 90%;
        }
        
        .login-area h1 {
          margin-top: 202px;
        }
		.loginForm input[type="email"], [type="password"]{
			padding:8px 22px 8px 60px;
			
		}
		.emailField{
			background-position:11px 9px
		}
		.passwordField{
			background-position:11px 6px
		}
      }
	  @media screen and (max-width: 680px) {
       .field-container {
          max-width: 50%;
        }
		.field-container-next {
          max-width: 50%;
        }
	  }
      @media screen and (max-width: 576px) {
       .field-container {
          max-width: 60%;
        }
		.logo-container {
        position: absolute;
		}
		.loginForm input[type="email"], [type="password"]{
			padding:8px 22px 8px 60px;
			
		}
		.emailField{
			background-position:11px 9px
		}
		.passwordField{
			background-position:11px 6px
		}
      }
      @media screen and (max-width: 480px) {
       
		.logo-container {
        position: absolute;
		}
        #loginarea {
          background-size: 927px;
        }
      }

      /* custom css end here and css will be filtered in live */