/*
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 : 10-may-2018, 17:03:38
    Author     : Usuario
*/
.login_wrapper {
        right: 0px;
        margin: 0px auto;
        margin-top: 5%;
        max-width: 550px;
        position: relative;
    }
    .login_content h1:before, .login_content h1:after {
        background: #ffffff00;

    }
.login {
    /*background: #003d73;
    overflow: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/fondo-login.png);
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.registration_form, .login_form {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 25px;
}

