/*
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 : 14/05/2021, 7:29:05 a. m.
    Author     : Felipe Diaz C <felipediazc@fdcapps.com>
*/

/*
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 : 14/05/2021, 6:29:02 a. m.
    Author     : Felipe Diaz C <felipediazc@fdcapps.com>
*/


.register-logo {
    display: block;
    float: left;
    width: 350px;
    height: 320px;
    background-color: white;
    position: relative;
    margin: 0;
}

.register-box-body {
    display: block;
    float: left;
    width: 350px;
}

img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.login-box, .register-box {
    display: table;
    background-color: white;
}