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

.login-box-jhanu {
    display: flex;
    justify-content: center;
    margin: 17% auto;
}

.login-logo {
    /*display: block;
    float: left;*/
    width: 200px;
    height: 320px;
    background-color: white;
    position: relative;
    margin: 0 auto;
}

.login-box-body {
    /*float: left;*/
    width: 340px;
    height: 320px;

    /*display: block;
    position: relative;*/
    margin: 0 auto;
}

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

#maincontainer {
    /*width: 450px;*/
    background-color: white;
}

#returnmainpage_container {
    background-color: white;
}