/* overwritten general.css */

.containerTre
{
//	position: absolute;
	height: 100%;
	background-image: url(../img/pages/login/background.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 990px;
}

.containerTre .top_login {
    float: left;
    width: calc(100% - 20px);
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.containerTre .footer_c
{
	position: absolute;
    bottom: 0;
}

input
{
	width: 70%;
	margin-left: 15%;
}

/* page styles */

.containerTre .login
{
	position: absolute;
    left: calc(50% - 220px);
    top: 6%;
    width: 440px;
    height: calc(90% - 110px);
    background-color: #FFF;
    min-height: 575px;
    max-height: 575px;
}

.containerTre .login .pin
{
	position: absolute;
    left: -1px;
    top: -27px;
    width: 130px;
}

.containerTre .login .logo
{
	float: left;
    margin-left: 22%;
    margin-top: 27px;
    width: 56%;
}

.containerTre .login h1
{
	float: left;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

.containerTre .login .btn.md
{
	width: 70%;
    margin-left: 15%;
    margin-bottom: 10px;
}

.containerTre .login a
{
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	margin-left: calc(50% - 37px);
}

.containerTre .login h3
{
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	text-align: center;
	width: 100%;
	margin-top: 8px;
}

.containerTre .login h3 a
{
	color: #000;
	margin: 0;
}

.containerTre .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.containerTre .alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media all and (orientation: portrait){
	.containerTre
	{
	    position: relative;
	    height: 100%;
	    background-image: url('../img/pages/login/background.png');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    padding-top: 30px;
	}

	.containerTre .login
	{
	    position: relative;
   		margin-left: 5%;
   		padding-top: 15%;
	    width: 90%;
	    height: auto;
	    background-color: #FFF;
	    margin-bottom: 50px;
	    left: 0;
	    padding-bottom: 0;
	}
	.containerTre .footer_c {
		position: relative;
		bottom: 0;
	}
	.containerTre .login .btn.md {
	    width: 90%;
	    margin-left: 5%;
	    margin-bottom: 10px;
	}

}
