/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/05/2025, 02:05:09 PM
    Author     : PGIL
*/

.gradient-custom-2 {
  /* fallback for old browsers */
  background: #71A47B;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #4B7553, #406447, #1F443D);

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, #4B7553, #406447, #1F443D);
}

.gradient-form{
  background: #EEE;
}

.gradient-form .input-group span{
  background: #71A47B;
}

.gradient-form .card{
  background: #E5EEE7;
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}

.gradient-form a.btn-primary{
  background: #1F443D;
  border-color: #1F443D;
  min-width: 200px;
  border-radius: 20px;
}

.text-itzayana{
  color: #1F443D;
}

