

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {text-decoration: none;}

.txt-rt {text-align: right;}

.txt-lt { text-align: left;}
.txt-center {text-align: center;}

.float-rt {float: right;}

.float-lt {float: left;}

.clear {clear: both;}

.pos-relative {position: relative;}
.pos-absolute {position: absolute;}
.vertical-base { vertical-align: baseline;}
.vertical-top { vertical-align: top;}
.underline { border-bottom: 1px solid #eee; margin: 0 0 20px; padding-bottom: 5px;}
nav.vertical ul li {display: block;}
nav.horizontal ul li { display: inline-block;}
img {max-width: 100%;}

body { font-family: "Montserrat",sans-serif;font-size: 100%;}
.login-form {padding: 40px 0 50px;}

.login-form h1 { color: #fff; font-size: 32px; font-weight: 800;margin-bottom: 12px;text-align: center;}
.top-login {
    display: block;
    height: 88px;
    margin: 0 auto 2em;
    position: relative;
    width: 88px;
}

.top-login span {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 0 #fff;
    display: block;
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 0;
}

.top-login span img { margin: 7% 7% 3%;}
.login-top {display: block;margin: 0 auto;width: 460px;}
.login-ic {
    background: rgba(255, 255, 255, 0.32) none repeat scroll 0 0;
    margin-bottom: 1.5em;
    padding: 8px;
}
.login-ic i {
    background: rgba(0, 0, 0, 0) url("../images/m.png") no-repeat scroll 6px 6px;
    display: inline-block;
    float: left;
    height: 38px;
    width: 38px;
}
.login-ic i.icon {
    background: rgba(0, 0, 0, 0) url("../images/l.png") no-repeat scroll 6px 6px;}

.login-ic input[type="text"], .login-ic input[type="password"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #576286;
    border-image: none;
    border-style: none none none dotted;
    border-width: medium medium medium 2px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin-left: 7px;
    outline: medium none;
    padding: 10px 16px;
    width: 82%;
   // text-transform:uppercase;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}




.log-bwn { text-align: center;}
.log-bwn input[type="submit"] {
    background: #1ab394 none repeat scroll 0 0;
    border: 2px solid #1ab394;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    outline: medium none;
    padding: 13px 0;
   // text-transform: uppercase;
    width: 100%;
}

.log-bwn input[type="submit"]:hover {
    transition: all 0.3s ease 0s;
	background:#0a896f;
}
p.copy {
    color: #fff;
    font-size: 14px;
    margin-top: 6em;
    text-align: center;
}
p.copy a {
    color: #fff;
    text-decoration: underline;
}
p.copy a:hover {
    text-decoration: none;
}

@media (max-width: 1024px) {
p.copy {
    margin-top: 3.5em;
}
.login-form {
    padding: 60px 0 40px;
}
}

@media (max-width: 768px) {

body {
    min-height: 929px;
}
}
@media (max-width: 768px) {
body {
    min-height: auto;
}
}

@media (max-width: 600px) {
.login-top {
    width: 425px;
}
.login-ic input[type="text"], .login-ic input[type="password"] {
    width: 79%;
}
}

@media (max-width: 480px) {
p.copy {
    font-size: 0.9em;
    line-height: 1.8em;
    padding: 0 0.5em;
}
}
@media (max-width: 450px) {
.login-top {
    width: 360px;
}
.login-ic input[type="text"], .login-ic input[type="password"] {
    width: 76%;
}
.top-login {
    height: 90px;
    margin: 0 auto 3em;
    width: 90px;
}
.top-login span img {
    margin: 5px 0 0 5px;
}
.top-login span {
    height: 75px;
    left: 5px;
    top: 5px;
    width: 75px;
}
.login-form h1 { font-size: 1.7em; margin-bottom: 1em;}
p.copy {margin-top: 3em;}
.login-form {padding: 80px 0 45px;}
.login-ic {margin-bottom: 1em; padding: 3px;}
.log-bwn input[type="submit"] { padding: 10px 0;}
p.copy { font-size: 0.8em;}

body { min-height: 672px;}
}
@media (max-width: 384px) {
.login-top {width: 340px;
}
.login-ic input[type="text"], .login-ic input[type="password"] {width: 75%;}
body { min-height: 600px;}
}
@media (max-width: 320px) {
.login-top {width: 280px;}
.login-ic input[type="text"], .login-ic input[type="password"] { width: 70%;}
.login-form {padding: 50px 0 45px;}
body { min-height: 540px;}
}

.form_container { width:70%;margin-left:20%
}

.page_heading {
   background: #cccccc none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
}
.login-top h3{
    font-size:11px;
    padding:10px 0;
    color:#fff;
}
.log-bwn {
   
    text-align: center;
}

.login-top .input_field {
    border: medium none;
    padding: 10px;
    width: 40%;
}
.mandat-str {
    color: red;
    padding: 5px;
}
.mid_btn {
   background: #1ab394 none repeat scroll 0 0;
    border: 2px solid #1ab394;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    outline: medium none;
    padding: 13px 0;
    width: 100%;
}
.back-link {
    color: #fff;
    float: right;
    margin-bottom: 20px;
    padding: 10px;
    text-decoration: none;
}