<?php $__env->startSection('adminlte_css'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('vendor/adminlte/plugins/iCheck/square/blue.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('vendor/adminlte/css/auth.css')); ?>">
    <style type="text/css">
* {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
}

body, html {
    height: 100%;
background-color: #61afd3 !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 900'%3E%3Cpath fill='%23afe4fa' d='M0 504 0 899 1600 899 1600 120z'/%3E%3Cpath fill='%23afe4fa' d='M1600 567 1600 899 0 899 0 165z'/%3E%3Cpath fill='%2361afd3' d='M0 680 0 899 1600 899 1600 300z'/%3E%3Cpath fill='%2359a1c2' d='M1600 719 1600 899 0 899 0 353z'/%3E%3Cpath fill='%239dcde0' d='M0 788 0 899 1600 899 1600 625z'/%3E%3C/svg%3E") !important;
background-attachment: fixed !important;
background-size: cover !important;
    font-family: "Helvetica Neue",Arial,sans-serif !important;
}
.wrap-input_login .fa {
    font-size: 18px;
}
.footertext {
    padding-top: 30px;
    text-align: center;
}

.Modal:before{
 content: url("<?php echo e(asset('/img/tail.png')); ?>");
    position: absolute;
    z-index: 100;
    left: -60px;
    top: 75%;
    display: block;
}
.Modal:after{
 content: url("<?php echo e(asset('/img/tail-2.png')); ?>");
    position: absolute;
    z-index: 100;
    
    right: -60px;
    top: 12%;
    display: block;
}
/*---------------------------------------------*/
a {
     
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
  color: #57b846;
}


input {
    outline: none;
     min-height: 38px;
   color:bcc6cb;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
    border-radius: 0
}




/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}



[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  
}

.wrap-login {
  width: 800px;
  background: #fff;
  border-radius: 30px;
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 padding: 2em 4em;
  box-shadow: 0 0 15px 1px rgba(33, 159, 220, 0.5);
}

/*------------------------------------------------------------------
[  ]*/
.login-pic {
  width: 316px;
}

.login-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login-form {
  width: 290px;
}

.login-form-title {
 font-size: 20px;
    color: #0865ad;
  line-height: 1.2;
      font-family: "Helvetica Neue",Arial,sans-serif;
  
  width: 100%;
  display: block;
  padding: 10px 0 20px;

}


/*---------------------------------------------*/
.wrap-input_login {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input_login {
  font-size: 15px;
  line-height: 1.5;
  color: #454959;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input_login {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color:rgba(125, 209, 248, 0.8);
  
}


.symbol-input_login {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #8c9aa7;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input_login:focus + .focus-input_login + .symbol-input_login {
 color: #458ec2;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login-form-btn {
  max-width: 150px;
  font-size: 16px;
    font-weight: bold;
    background: #19aa8d;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 35px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login {
    padding: 177px 90px 33px 85px;
  }

  .login-pic {
    width: 35%;
  }

  .login-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login {
    padding: 100px 80px 33px 80px;
  }

  .login-pic {
    display: none;
  }

  .login-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login {
    padding: 100px 15px 33px 15px;
    background: #FFF url( "<?php echo e(asset('/img/raintel_logo.png')); ?>" ) no-repeat center 40px;
  }
  .Modal:after{
 content: '';
}


    </style>
    <?php echo $__env->yieldContent('css'); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('body_class', 'login-page'); ?>

<?php $__env->startSection('body'); ?>

<div class="limiter">
        <div class="container-login">
            <div class="wrap-login Modal">
                <div class="login-pic js-tilt" data-tilt>
                    <img src="<?php echo e(asset('/img/logbg.jpg')); ?>" alt="IMG">
                </div>

                <form class="login-form validate-form" action="<?php echo e(url(config('adminlte.login_url', 'login'))); ?>" method="post">
                 <?php echo csrf_field(); ?>

                    <h2 class="text-left login-form-title">sign in </h2>

                    <div class="form-group has-feedback <?php echo e($errors->has('email') ? 'has-error' : ''); ?>">
                        <div class="wrap-input_login validate-input" data-validate = "Valid email is required: ex@abc.xyz">
                            <input type="email" class="input_login" name="email" placeholder="username" required="required">
                            <span class="focus-input_login"></span>
                            <span class="symbol-input_login">
                            <i class="fa fa-user"  aria-hidden="true"></i>
                            </span>
                            <?php if($errors->has('email')): ?>
                                <span class="help-block">
                                    <strong><?php echo e($errors->first('email')); ?></strong>
                                </span>
                            <?php endif; ?>
                        </div>
                    </div>

                    <div class="form-group has-feedback <?php echo e($errors->has('password') ? 'has-error' : ''); ?>">
                        <div class="wrap-input_login validate-input" data-validate = "Password is required">
                            <input class="input_login" type="password" name="password" placeholder="password">
                            <span class="focus-input_login"></span>
                            <span class="symbol-input_login">
                                <i class="fa fa-lock" aria-hidden="true"></i>
                            </span>
                            <?php if($errors->has('password')): ?>
                                <span class="help-block">
                                    <strong><?php echo e($errors->first('password')); ?></strong>
                                </span>
                            <?php endif; ?>
                        </div>
                    </div>

                    <div class="row">
                        <div class="col-xs-8">
                            <?php echo Igoshev\Captcha\Facades\Captcha::getView() ?>
                            <input type="text" id="captcha" name="captcha"    placeholder="Enter the above characters">
                        </div>
                    </div>

                    <div class="container-login-form-btn">
                        <button class="login-form-btn" type="submit">
                            Login
                        </button>
                    </div>

                
                
                    
                    <div class="row">
                        <div class="col-xs-12 col-md-12 footertext">
                            <p><small> 2021 Raintels HRMS.<small></p>
                           
                        </div>
                    </div>
   
                </form>
            </div>
        </div>
    </div>



<?php $__env->stopSection(); ?>

<?php $__env->startSection('adminlte_js'); ?>
    <script src="<?php echo e(asset('vendor/adminlte/plugins/iCheck/icheck.min.js')); ?>"></script>
    <script>
        $(function () {
            $('input').iCheck({
                checkboxClass: 'icheckbox_square-blue',
                radioClass: 'iradio_square-blue',
                increaseArea: '20%' // optional
            });
        });
    </script>
    <?php echo $__env->yieldContent('js'); ?>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('adminlte::master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>