/*
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>
*/
.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;
}

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

.login-box-body-recover {
    float: left;
    width: 340px;
    height: 240px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

#buttoncontainer {
    margin-top: 40px;
}

.spanOption {
    cursor: pointer;
}

#setcodecontainer {
    display: none;
}