
    
    /* ===== LOGIN PAGE ===== */SS

    .logo{
      justify-content: center;
      text-align: center;
      padding-top: 5%;
      padding-bottom: 5%;
    }
    .row{
      justify-content: center;
      text-align: center;
    }
    .alid{
      padding-top: 5%;
      display: flex;
      justify-content: center;

    }

    .blue{
      background-color: #003263;
    }

    .verde{
      background-color: #00A886;
    }

    .naranjita{
      background-color: #f89a51;
    }

    .amarillo{
      background-color: #ffd51d;
    }

    .gris{
      background-color: #C6C6C7;
    }

    .cardp{
      border-radius: 25px;
      padding-top: 5%;
      padding-bottom: 0%;
      padding-right: 2%;
      padding-left: 2%;
    }
    
    .btnw{
      background-color: #ffffff;
    }

    .carddos{
      background-color: #00a886;
      /*border-radius: 25px;*/
      
    }
    
    
    .form-group .zmdi {
        position: absolute;
        z-index: 1;
        color: #fff;
        background-color: #00A886;
        border-radius: 5px;
        height: 100%;
        width: 45px;
        text-align: center;
        font-size: 20px;
        padding-top: 2%;
        
    }
    
    .form-group input[type='text'], .form-group input[type='email'], .form-group input[type='password'] {
        padding-left: 60px;
       
    }
    
    .form-control {
        border: 1px solid #e1e1e1;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 5px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #ffffff;
        color: #000000;
        font-weight: 400;
        position: relative;
        margin-top: 2%;
        margin-bottom: 2%;
        
    }
    
   
  

        