html {
    min-height: 100%;
}
body {
    font-family: Tahoma;
    /*background-image: linear-gradient(to top, #ffffff 6%, #eef2f4 32%, #b8c6d0);*/
}
.bg-agent-login {
    /*background: linear-gradient(190deg, #0b4a1d, #16400d, rgb(10, 24, 11) 100%);*/
    background: #5680cd;
    /*#2f78e9;*/
}
.bg-agent-login header {
    background: unset;
}
.standard {
    background-image: linear-gradient(to bottom, #ffffff 6%, #eef2f4 32%, #b8c6d0);
}
.standard header {
    border-bottom-color: #00406f;
}
.standard .language {
    padding: 7px 0;
    background-color: #00406f;
}
.standard h3 {
    color: #00406f;
}
.standard form .btn-primary {
    background-color: #0076cc !important;
    width: 155px;
    margin-right: 10px;
}
.standard form .btn-default {
    background-color: #000000;
}
.standard form .btn-default:active:hover, .standard form .btn-default:active:focus, .standard form .btn-default:active.focus, .standard form .btn-default.active:hover, .standard form .btn-default.active:focus, .standard form .btn-default.active.focus {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.standard form .btn-default:hover, .standard form .btn-default:focus, .standard form .btn-default.focus {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
header {
    line-height: 120px;
    background-color: #fff;
    text-align: center;
    position: relative;
}
header img {
    vertical-align: middle;
}
.language {
    padding: 5px 0;
    background-color: #3a64b2;
    /*#ffaf00;*/
}
.language .language-content {
    width: 360px;
    margin: 0 auto;
}
.language-content .dropdown .btn {
    padding: 1px 5px;
}
.language .language-content .dropdown {
    float: right;
}
.language .language-content .dropdown .dropdown-menu {
    font-size: 12px !important;
}
section {
    width: 365px;
    margin: 0 auto;
}
section h3 {
    text-align: center;
    font-size: 37px;
    /* color: #00406f; */
    color: #ffffff;
    margin: 10px auto;
}
section h3 strong {
    display: block;
}
section h3 span {
    font-size: 20px;
}
section form {
    width: 100%;
    height: 440px;
    padding: 20px 50px;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}
.bg-agent-login section form {
    /*background: linear-gradient(190deg, #0b4a1d, #16400d, rgb(10, 24, 11) 100%);*/
    border: 2px solid #f9db72;
    color: #fbfbfb;
    background: #3a64b2;
}
section form #inputValidation {
    width: 155px;
    margin-right: 5px;
    display: inline-block;
}
section form .validation-img {
    height: 32px;
    width: 77px;
    vertical-align: middle;
}
section form .title {
    /* color: #4f4f4f; */
    color: #ffffff;
    font-size: 25px;
    text-align: center;
}
section form .form-group label {
    font-size: 12px;
}
section form .btn {
    border: none;
    color: #fff;
    height: 45px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}
section form .btn-primary {
    background-color: #900000;
    width: 155px;
    margin-right: 10px;
}
section form .btn-primary:active:hover, section form .btn-primary:active:focus, section form .btn-primary:active.focus, section form .btn-primary.active:hover, section form .btn-primary.active:focus, section form .btn-primary.active.focus {
    color: #fff;
    background-color: #900000;
    border-color: #900000;
}
section form .btn-primary:hover, section form .btn-primary:focus, section form .btn-primary.focus {
    color: #fff;
    background-color: #900000;
    border-color: #900000;
}
section form .btn-default {
    background-color: #4f4f4f;
    width: 90px;
    line-height: 35px;
    color: #fff;
}
section form .btn-default:active:hover, section form .btn-default:active:focus, section form .btn-default:active.focus, section form .btn-default.active:hover, section form .btn-default.active:focus, section form .btn-default.active.focus {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #4f4f4f;
}
section form .btn-default:hover, section form .btn-default:focus, section form .btn-default.focus {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #4f4f4f;
}
footer {
    font-size: 12px;
    /*width: 360px;*/
    margin: 30px auto;
    text-align: center;
}
footer p {
    color: white;
}
/* Custom text box style samilar to materail UI */

@import url(https://fonts.googleapis.com/css?family=Roboto);
html {
    font-family: 'Roboto', sans-serif;
}
.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}
.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #adadad;
    outline: 0;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.form__field::placeholder {
    color: transparent;
}
.form__field:placeholder-shown~.form__label {
    font-size: 16px;
    cursor: text;
    top: 20px;
}
label, .form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #ffffff;
}
.form__field:focus~.form__label {
    color: #ffffff;
}
.form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #ffaf00;
}
/* end Custom text box style samilar to materail UI */