/*
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 : May 16, 2019, 9:11:42 AM
    Author     : lizzethzaragoza
*/

 .box-footer{
        border-image-slice: 0.9; 
        border-image-width: 22px;  
        border-image-outset: 0 0;
        border-top: 10px solid #f4f4f4;
        padding-top: 0px !important;
    }
    .box-widget{
        background: #ffffff; 
        border-top: 5px solid #d2d6de; 
        border-radius: 15px;
    }
    .widget-user-header{
        background-color: #6f7e92 !important; 
        background-size: 700px 200px; 
        padding: 0px !important; 
    }
    .login-box-body{
        border-radius: 15px;
    }
    .widget-user .box-footer{
        padding-top: 0px;
    }

    .btn.btn-flat{
        border-radius: 15px;
    }
    .btn-info{
        background-color: #009ddc;
    }
    .btn-info:hover, .btn-info:active, .btn-info.hover{
        background-color: #00b194;
    }
    
    .button5 {
        border-radius: 25%;
        background-color: #009DDC;
        border: none;
        color: white;
        padding: 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
    }
    
    .label-gris{
        color: #666666;
    }
    
    
    .corners1 {
        border-radius: 25px;
        background: #009DDC;
        color: #FFFFFF;
        width: 320px;
        height: 35px; 
        font-size: 14px;
        font-family: Arial, sans-serif;
    }
    
    .corners1:hover{
    color: #ffffff;
   background-color: #02B194;
}
    