/*
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 : 04-05-2021, 1:06:08
    Author     : Nadia
*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    /* background-image:url( 'logo_erp.png') ; */
    /* background-size: 100% 100%;
    background-attachment: fixed;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-position: top; */

    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('logo_erp.png');
    background-repeat: round;
}
/*
body:before {
	content:'';
	position: absolute;
  top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}
*/
/*
.nuevo{
    width: 100%;
    height: 100%;
}

*/
.form-register{
    width: 400px;
    background: #24303c;
    padding: 30px;
    margin: auto;
    margin-top: 80px;
    border-radius: 4px;
    font-family: 'calibri';
    color: white;
    box-shadow: 7px 13px 37px #000;
}

.form-register h3{
    font-size: 24px;
    margin-bottom: 20px;

}

.form-register h4{
    font-size: 20px;
    margin-bottom: 10px;

}

.controls{
        width: 100%;
        background: #24303c;
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 16px;
        border: 1px solid #1f53c5;
        font-family: 'calibri';
        font-size: 18px;
        color: white;

}

.form-register p {
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.form-register a {
    color: white;
    text-decoration: none;
}
.form-register a:hover {
    color: white;
    text-decoration: underline;
}
.form-register .botons{
        width: 100%;
        background: #1f53c5;
        border: none;
        padding: 12px;
        color: white;
        margin: 16px 0;
        font-size: 16px;

}
.form-register .boton{
        width: 100%;
        background: #808080;
        border: none;
        padding: 12px;
        color: white;
        margin: 16px 0;
        font-size: 16px;

}
