body.security-page {
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-top: 3px solid #00306B;
    margin: 0;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

.loginFeedback {
    min-height: 40px;
    min-width: 340px;
    margin: 0 auto;
    text-align: right;
    white-space: nowrap;
    width: 0;
}

.security-page .loginFeedback ul {
    list-style: none;
    margin: 0;
    /*padding: 10px 0;*/
}

.security-page .loginFeedback ul li {
    font-weight: bold;
}

/*#container {*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: rgb(193, 193, 193);*/
/*border-radius: 15px;*/
/*background-image: -moz-linear-gradient(90deg, rgb(228, 228, 228) 0%, rgb(220, 220, 220) 46%, rgb(250, 250, 250) 100%);*/
/*background-image: -webkit-linear-gradient(90deg, rgb(228, 228, 228) 0%, rgb(220, 220, 220) 46%, rgb(250, 250, 250) 100%);*/
/*background-image: -ms-linear-gradient(90deg, rgb(228, 228, 228) 0%, rgb(220, 220, 220) 46%, rgb(250, 250, 250) 100%);*/

/*margin: 0 auto;*/
/*min-height: 345px;*/
/*width: 340px;*/
/*direction: rtl;*/
/*box-shadow: 0 0 1px 40px rgba(88, 161, 221, 0.68);*/
/*position: relative;*/
/*top: -5px;*/
/*}*/

.security-page #container {
    background-color: white;
    box-shadow: 1px 2px 2px 2px lightgray;
    padding-bottom: 40px;
}

.security-page #container table td {
    padding: 0 0 20px;
}

.security-page .loginBoxLogo {
    border-bottom: 2px solid lightgray;
    height: 96px;
    line-height: 96px;
    margin: 0 auto;
    width: 90%;
}

.security-page .loginBoxLogo .loginBoxTitle:before {
    content: "";
    background-image: url(image/login-logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 27px;
    height: 30px;
    margin-left: 10px;
}

.security-page .loginBoxLogo .loginBoxTitle {
    color: #00316C;
    font-size: 30px;
}

.security-page .wrapper .outer .thlLogo {
    background-image: url("image/thlLogo.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    position: relative;
    right: 32px;
    top: -13px;
    width: 42px;
}

.security-page .wrapper .outer .malamPayrollLogo {
    background-image: url("image/malamPayrollLogo.png");
    background-repeat: no-repeat;
    background-size: 390px 75px;
    display: inline-block;
    height: 70px;
    width: 390px;
}

.security-page .button {
    border: 1px solid rgb(53, 147, 216);
    background-image: -moz-linear-gradient(90deg, rgb(40, 129, 191) 0%, rgb(75, 163, 252) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(40, 129, 191) 0%, rgb(75, 163, 252) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(40, 129, 191) 0%, rgb(75, 163, 252) 100%);
    box-shadow: 0px 2px 2px 0px rgb(0, 0, 0);
    width: 116px;
    height: 36px;
}

/* Selections */
.security-page ::selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

.security-page * {
    font-size: 14px;
}

.security-page ::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

/* Basics */

.security-page * {
    font-family: arial, helvetica, clean, sans-serif;
}

.security-page #container form {
    margin: 0 auto;
    margin-top: 20px;
}

.security-page #container label.baseHeader {
    color: #555555;
}

.security-page #container p a {
    font-size: 11px;
    color: #aaa;
    float: right;
    margin-top: -13px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.security-page #container p a:hover {
    color: #555;
}

.security-page #container input {
    outline: none;
}

.security-page #container input[type=email] {
    direction: ltr;
}

.security-page #container input,
.security-page #container select {

    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;

    border: 1px solid #C7D0D2 !important;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 2px #F5F7F8;
    color: #777777;
    height: 35px;
    margin: 3px 0;
    width: 300px;
    padding-right: 3px;
}

.security-page #container select {
    padding-left: 0;
    text-align: right;
    width: 305px;
}

.security-page #container input:hover,
.security-page #container select:hover {
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1px 3px rgba(190, 190, 190, .7), 0 0 0 2px #f5f7f8;
}

.security-page #container input:focus,
.security-page #container select:focus {
    border: 1px solid #a8c9e4;
    box-shadow: inset 0 1px 3px rgba(190, 190, 190, .4), 0 0 0 2px #e6f2f9;
}

.security-page #lower {
    margin: 15px;
    text-align: left;
}

.security-page #container input[type=checkbox] {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}

.security-page #container input[type=submit] {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; /*IE fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

.security-page #container input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

.security-page #container input[type=submit]:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
    background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
    background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

.security-page .mislakaAutocomplete.invalidFieldValue {
    box-shadow: none !important;
}

.security-page .invalidFieldValue {
    box-shadow: 0 0 2px 1px #D41A08 !important;
}

.security-page .invalidFieldValue:focus {
    box-shadow: 0 0 2px 1px #ffabab !important;
}

.security-page .fieldTooltip {
    background-image: url("image/info_tooltip_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}