<!DOCTYPE html>
<html>
  <head>
    <% include ../partials/login_head.ejs %>
    <%- style %>
    <style>
      .login-page {
        background: #73b33bb0;
      }

      .register-page {
        background: #73b33bb0;
      }

      .login-card-body,
      .register-card-body {
        border-top: 0;
        color: #666;
        padding: 20px;
      }

      .login-box,
      .register-box {
        width: 100%;
        max-width: 600px;
        border-radius: 10px;
      }

      .toplogo {
        text-align: center;
        margin-bottom: 15px;
      }

      .lgnbox .input-group-text {
        width: 53px;
        height: 100%;
        border-radius: 25px 0 0 25px !important;
        background: #21880c!important;
        padding: 0;
        display: flex;
        padding-top: 0;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 4;
        font-size: 25px;
        color: #ffffff;
        border-color: #21880c;
        align-items: center;
        justify-content: center;
        color: #fff !important;
      }

      .lgnbox .input-group input {
        background: #fff;
        border: 1px solid #999;
        padding: 15px 15px 15px 62px;
        font-size: 15px;
        height: 48px;
        color: #040707;
        display: block;
        width: 100%;
        float: none;
        box-shadow: none;
        border-radius: 25px 5px 5px 25px !important;
      }

      .lgnbox .btn.btn-primary {
        background: linear-gradient(91.04deg, #21880c -35.23%, #0a3302 106.97%);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
        color: #ffffff;
        width: 100%;
        padding: 12px 15px 15px;
        font-size: 20px;
        height: 48px;
        position: relative;
        line-height: 100%;
        display: block;
        border-radius: 5px;
        border-radius: 5px;
        border-color: #6c0c0c;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-bottom: 10px;
      }

      .lgnbox .btn.btn-primary:hover {
        background: #21880c;
        color: #fff;
        border-color: #21880c;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
      }

      .login-card-body .input-group .form-control,
      .register-card-body .input-group .form-control {
        border-right: 1px solid #999;
      }

      a {
        color: #21880c;
      }

      a:hover {
        color: #000;
      }
    </style>
  </head>
  <body class="hold-transition login-page">
    <%- body %>
    <%- script %>
    <% include ../partials/alerts.ejs %>    
  </body>
</html>
