﻿a {
    color: #005C88;
}
body {
    font-family: 'Lato', sans-serif;
}
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute !important;
}
#backgroundVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}
.login {
    background-color: #000;
}
.login .logo .logo-img {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 0;
    width: 300px;

}
.login .content {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    width: 291px;
}
.login .content .login-form, .login .content .forget-form {
    margin: 0;
    padding: 0;
}
.login .content .m-wrap {
    width: 270px;
}
.input-icon.left input {
    padding-left: 33px !important;
}
.uneditable-input, textarea, textarea.m-wrap, input.m-wrap[type="text"], input.m-wrap[type="password"], input.m-wrap[type="datetime"], input.m-wrap[type="datetime-local"], input.m-wrap[type="date"], input.m-wrap[type="month"], input.m-wrap[type="time"], input.m-wrap[type="week"], input.m-wrap[type="number"], input.m-wrap[type="email"], input.m-wrap[type="url"], input.m-wrap[type="search"], input.m-wrap[type="tel"], input.m-wrap[type="color"] {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #132C2F;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    filter: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    outline: 0 none;
    padding: 10px !important;
    vertical-align: top;
    display: inline-block;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.input-icon input {
    padding-right: 25px !important;
}
input.m-wrap {
    border: 1px solid #999;
    margin-bottom: 5px;
}
.hideShowPassword-toggle {
    /*margin-top: -17px !important;*/
}

.hideShowPassword-toggle:hover, .hideShowPassword-toggle:focus {
    border-color: #fff;
    outline: medium none transparent;
}
.hideShowPassword-toggle {
    -moz-appearance: none;
    background-color: transparent;
    background-image: url("../../../hideShowPassword/wink.png");/*fallback*/
    background-image: url("../../../hideShowPassword/wink.svg"), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 0 solid transparent;
    border-radius: 0.5em;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    text-indent: -999em;
    width: 46px;
}
.hideShowPassword-toggle.hideShowPassword-toggle-hide {
    background-position: -44px center;
}
.login .content .form-actions .btn {
    margin-top: 1px;
}
.btn {
    background-color: #005C88;
    background-image: none;
    border: 0 none;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    filter: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 7px 14px;
    text-shadow: none;
    margin: 10px 0 0 0 !important;
}
.btn-block {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.login .content .form-actions {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #999;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    clear: both;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px 25px;
}
.control-label {
    margin-top: 2px;
}
.visible-ie8 {
    display: none;
}
.visible-ie9 {
    display: none;
}
.visible-ie8 {
    display: none;
}
label {
    display: block;
    margin-bottom: 5px;
}
.forget-password {
    text-align: center;
}
.forget-password h4 {
    margin-bottom: 0;
}
.forget-password p {
    font-size: 12px;
    margin: 0;
}
.login .copyright {
    color: #005c88;
    font-size: 12px;
    margin: 40px auto 0;
    padding: 10px 10px 0;
    text-align: center;
    width: 270px;
    position: relative;
}

.lang-container {
    position: absolute;
    right: -30px;
    top: 0px;
    padding-top: 10px;
}

.lang-container select {
    border: none;
    padding: 0;
    color: #333;
    height: 20px;
    margin: 0;
    font-size: 12px;
    width: 40px;
    background-color: #fff;
    display: block;
    border: 1px solid #333;
}

.lang-container select option {
    text-transform: uppercase;
}

.LogoImg {
    background-size: cover !important;
    height: 90px !important;
}