/*
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 : Jan 16, 2016, 3:21:12 AM
    Author     : tuzasia
*/

body {
    background: url('../../images/template/cocoa-background.jpg') no-repeat center center fixed #fff;
}
.loginpage {
    margin-top: 50px;
}
.fa.fa-lock {
    float: right;
    font-size: 66px;
    color: #ddd;
}
.logo-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.btn-primary {
    color: #ffffff;
    background-color: #68078D;
    border-color: #5a073c;
    background-image: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #ffffff;
    background-color: #7A0A51;
    border-color: #5a073c;
}