/*/*
Style CSS of login page \password change page
    */
body
{
    background:#eeeeee;
}

.invisibleWrapper
{
    opacity: 0;
    -moz-transition: all linear 1s;
    -o-transition: all linear 1s;
    -webkit-transition: all linear 1s;
    transition: all linear 1s;
}

.visibleWrapper
{
    opacity:1 !important;
}

.logo
{
    width:92.8%;
    height:80%;
    border:none;
}

.containerStyle
{
    margin-top:10%;
}

.containerPadding
{
    margin-top: 10%;
    margin-bottom: 10%;
}

#the-invisible{
	display:none;
	}
