body {
    margin: 0;
    background:#f3f7fd;
    font-family: 'NB Akademie GEO';
    line-height: 24px;
    font-size: 16px;
}

a {text-decoration: none; }
a img {border:"0"}


.content_box{
    background: #fff;
    border-radius: 15px;
    margin: 0 auto; 
    padding: 30px;
    display:block;
}

.content_caption{
    font-size: 20px;
    color: #00446b;
    font-family: 'BPG Mrgvlovani Caps2010' !important;
    text-align: center;
    padding-bottom:35px;
}

input[type=text]{
     outline: none;
     box-sizing: border-box;
     border-radius: 7px;
     border: 1px solid #deeaf5;
     height: 36px;
     line-height: 36px;
     color: #00446b;
     font-family: 'BPG Mrgvlovani Caps2010' !important;
     font-size: 16px;
     padding: 0px 5px;
    }

input[type=text]:focus {
    border: 1px solid #deeaf5;
    color: #00446b;
}

input:focus::placeholder {
    color: transparent;
}

input[type=button], 
input[type=submit]{
    display:inline-block;
    outline: none;
    box-sizing: border-box;
    border-radius: 7px;
    background: #38a1d9;
    border: none;
    padding: 0px 30px;
    height: 36px;
    text-align: center;
    color: #fff;
    font-weight:bold;
    text-decoration: none;
    cursor: pointer;
    font-family: 'NB Akademie GEO' !important;
    font-size: 14px;
}

input[type=button]:hover,
input[type=submit]:hover {
  background: #36b7e5;  
}

input[type=button]:active,
input[type=submit]:active {
  background: #0384b2; 
}

.form_row{ padding-bottom:15px;}
.form_row label{ display:block; margin-bottom: 5px;}
.form_row input{margin-bottom:15px;}


#root_wrapper{
    position:relative;
    min-height:100vh;
}

#header_wrapper{
    padding:25px;
}

#content_wrapper{
    padding:0px 20px 100px 20px;
}

#footer_wrapper{
    position: absolute;
    width:100%;
    height: 40px;
    bottom:0px;
    overflow: hidden;
}

#login_box{
    max-width: 494px;
    min-height:430px;
    box-sizing: border-box;
}

#login_box_wrapper{
    max-width:294px;
    margin: 0 auto;
}

#login_box input {
    display:block  !important;
    width: 100%;
}


#login_box .errmsg {
    display:block !important;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #deeaf5;
    color:#bf0000;
    font-family: 'NB Akademie GEO';
    font-size: 13px;
    padding:10px 5px; 
    box-sizing: border-box;      
}

.return_back_btn{
  display: inline-block;
  padding-left: 45px;
  color: #28a2db;
  font-size: 13px;
  line-height: 37px;
  cursor: pointer;
  background: url('../images/back_btn.png') no-repeat top left;
}

.hiddenclass{display:none;}

.center_info{
  padding: 100px 20px;
  text-align: center;
  color: #00446b;
}

.copyright{color: #a4a5a6;
   font-family:Arial;        
   font-size: 14px; 
   padding:10px 40px;
   text-align:center;
}