/* 
    Created on : Jun 7, 2017, 9:01:09 AM
    Author     : beny
*/

body {
    background: url("../img/bg.jpg") no-repeat center center fixed;
    background-size: cover;
    padding: 40px 0 0 0;
    border: none;
    overflow-y: auto;
}

#login-box {
    margin: 0 auto;
    border: 1px solid #0099cc;
    border-radius: 10px;
    width: 470px;
    padding: 20px 20px;
}

#title {
    font-size: 28px;
    font-family: 'Cbt Font Serif', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #ffffff;
    border-bottom: 2px solid #0099cc;
    padding: 0 0 0 70px;
    background: url("../img/key1.png") no-repeat;
    background-position: 10px 5px;
    background-size: 50px 50px;
}

#login-box p {
    font-size: 16px;
    font-family: 'Cbt Font Sans Serif', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    color: #ffffff;
    line-height: 18px;
    margin: 20px 10px 0 20px;
    box-sizing: border-box;
    text-align: justify;
}

.input-elem {
    padding: 20px 0 0 20px;
}

label {
    font-family: 'Cbt Font Sans Serif', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    display: block;
    padding: 0 0 5px 0;
}

input[type=text], input[type=password] {
    font-family: 'Cbt Font Sans Serif', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    display: block;
    width: 400px;
    padding: 5px 5px;
    border: 1px solid #999999;
    border-radius: 3px;
}

input[type=text]:focus, input[type=password]:focus {
    border: 1px solid #ff9900;
}

#lgn-btn {
    margin: 20px 0 10px 95px;
    display: inline-block;
}

.pswd-reset-btn {
    margin: 20px 10px 10px 10px;
    display: inline-block;
    width: 180px;
}

.password-reset {
    font-family: 'Cbt Font Sans Serif', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}

.reset-password:hover {
    color: #ffffff;
}

.reset-menu {
    width: 45%;
}

/*---------------------------------------------- OVERRIDE MESSAGE BAR ---------------------------------------------*/

#msg {
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}

#msg #msg-content {
    width: 97%;
}

/*---------------------------------------------- END OF MESSAGE BAR OVERRIDING ---------------------------------------------*/

#copyright {
    color: #ffffff;
}