.login-form{
    width: 300px;
    height: 220px;
    padding: 25px;
}


.loginBox{
    height: 30px !important;
    width: 300px;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.loginTitle{
    color: #1A4466;
    font-family: arial;
    font-size: 18px;
    
}

.loginButton{
    height: 50px;
    width: 150px;
}

.authInfoBox{
    padding: 25px;
    border:1px solid #B8B8B8;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.authTitle{
    font-size: 22px;
    color: #1A4466;
}

.authInfoList{
    width: 300px;    
}

.authInfoList{
    font-size: 14px;
    color: #284F6F;
}

.btn-purple {
    background-color: hsl(298, 35%, 37%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f4da1", endColorstr="#7d3d7f");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#9f4da1), to(#7d3d7f));
    background-image: -moz-linear-gradient(top, #9f4da1, #7d3d7f);
    background-image: -ms-linear-gradient(top, #9f4da1, #7d3d7f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f4da1), color-stop(100%, #7d3d7f));
    background-image: -webkit-linear-gradient(top, #9f4da1, #7d3d7f);
    background-image: -o-linear-gradient(top, #9f4da1, #7d3d7f);
    background-image: linear-gradient(#9f4da1, #7d3d7f);
    border-color: #7d3d7f #7d3d7f hsl(298, 35%, 34.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    -webkit-font-smoothing: antialiased;
}

.boldBtn{
    font-weight: bold;
}

.recoverPass{
    font-size:16px;
    width: 60px;
}

