/*
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 Jun, 2019, 1:08:47 AM
    Author     : ppawar
*/
html, body {
	min-height: 100%;
}
body {
	background: transparent;
}
html {
	background: url("../images/login_background.png") top left no-repeat;
	background-size: cover;
}
.powered-by-emroc-wrapper {
    position: fixed;
    top: 5px;
    right: 1rem;    
}

.powered-by-text {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
}

.powered-by-emroc-text {
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    padding-left: 0.312rem;
    font-weight: 600;
}

.login-wrapper {
    /* The image used */
    /*background: url("../images/emroc-logo/EMROC_Logo_White_new.png");*/

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: conver;
    min-height: calc(100vh - 25px);
}

.login-box {
    position: absolute;
    top: 50%;
    left: 20%;
    padding: 0;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 20rem;   
    border-radius: 0.5rem;
    box-shadow: none;  
    /*perspective: 3000px;*/
}

.login-heading {
    font-size: 1.875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
}

.logo_text {
	width: 250px;
}

.login-btn {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
}

#login-forget-password {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    /*text-align: center;*/
    color: #3a3738;
    /*float: left;*/
    cursor: pointer;
}

#login-back-tologin {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    /*text-align: center;*/
    color: #3a3738;
    /*float: left;*/
    cursor: pointer
}

.has-icon .form-control-password {
    position: absolute;
    right: 0.5rem;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    cursor:pointer;
}

.back {
    display: none;
}