﻿body, .degrade {
            color: #333333;
            background: rgba(158,195,88,1);
            background: -moz-linear-gradient(left, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(158,195,88,1)), color-stop(100%, rgba(57,150,205,1)));
            background: -webkit-linear-gradient(left, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
            background: -o-linear-gradient(left, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
            background: -ms-linear-gradient(left, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
            background: linear-gradient(to right, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec358', endColorstr='#3996cd', GradientType=1 );
        }

        .centro {
            background-color: #ffffff;
            border-top: 2px solid rgba(57,150,205,1);
            border-bottom: 2px solid rgba(57,150,205,1);
        }

        .formularioLogin {
            background-image: url(img/bg-login1.png);
            background-size: cover;
            min-height: 350px;
            height: 56vh;
        }

        .botonRecuperar {
            color: #ffffff;
            font-size: .9rem;
            font-weight: bold;
        }

        .naming {
            color: #333333;
            font-size: 1.6rem;
            font-weight: bold;
        }
