#loggedInOrgBox {
    border: none;
    background-color : inherit;
    box-shadow: none;
}

#canvas{
    width:100%;
    height:100%;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    /*background-color: #015249;*/
    /*background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#4da0b0), to(#d39d38));*/
    /*background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#be93c5), to(#7bc6cc));*/
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#13547a), to(#80d0c7));
}

.canvas-wrap{
    position:relative;
    height : 500px;
}

div.canvas-content{
    position:relative;
    z-index:95;
    color:#fff;
    text-align:center;
    top : 50px;
    height : 79px;
    margin : 0 auto;
}

#customLoginBox {
    background : #fff;
    color : #333;
    width : 500px;
    margin : 70px auto 0;
    text-align : left;
    padding : 20px;
    border-radius : 5px;
}

#customLoginBox input {
    width : 100%;
}