﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

body.loginBack {
    /*padding-top: 0 !important;*/
    overflow: hidden;
}

.navbar-brand > img {
    height: 43px;
    width: auto;
}

.navbar-right > img, .w-73>img {
    height: 73px; 
    width: auto;
}

/*Making logo list appear within the available space*/

.login-header .container-fluid {
    margin: 0 auto;
}

.login-header .navbar-brand {
    float: left;
}

@media (min-width: 968px) {
    .login-header .navbar-header {
        display: flex;
        justify-content: space-between;
        float: none;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
select,
textarea {
    max-width: 280px;
}

.login-header {
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
}

.loginBack .name {
    text-align: center;
    color: #99c46f;
    font-size: 36px;
    font-weight: bold;
    margin-top: -10px;
}

.loginBack .name span {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    display: block;
    color: rgba(153, 196, 111, 0.6);
}

/*.loginBack {
    background-color: #fff;
    background-image: url(../../content/assets/images/helvetas/people_1.png);
    background-size: 100% 100%;
}*/

.pl-20,
.px-20 { 
    padding-left: 20px;
}

.home-text {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    text-align: justify;
}



#vAlign {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.about-box {
    background: rgba(174, 152, 85, 0.1);
}

.home-text {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    text-align: justify;
}

.map-box {
    background: rgba(62, 62, 62, 0.1);
}

.user-box {
    background: rgba(119, 185, 182, 0.1);
}

.sh-logo {
    left: 0;
    position: relative;
    top: -57px;
    text-align: center;
}

.sh-logo h2 {
    font-size: 18px;
    margin-top: 12px;
    color: #990000;
}

/*.LoginBox {
    width: 380px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fbfbfb;
}*/

#loginBox .alert {
    border-radius: 0;
    position: relative;
    top: 18px;
    background-color: #fff;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

footer {
    text-align: center;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.wrapper input[type="text"] {
    position: relative;
}

.user-name-wrapper:before {
    font-family: 'Glyphicons Halflings';
    color: #9d1218;
    font-size: 17px;
    position: relative;
    height: 100%;
    left: 11px;
    top: 21px;
    z-index: 9999;
    content: "\e008";
    display: inline-block;
    height: 0;
    line-height: 0;
    float: left;
}

.password-wrapper {
    margin-top: 15px;
}

.password-wrapper:before {
    font-family: FontAwesome;
    color: #9d1218;
    font-size: 17px;
    position: relative;
    height: 100%;
    left: 11px;
    top: 21px;
    z-index: 9999;
    content: "\f084";
    height: 0;
    line-height: 0;
    float: left;
}

.email-wrapper:before {
    font-family: 'Glyphicons Halflings';
    color: #337ab7;
    font-size: 17px;
    position: relative;
    height: 100%;
    left: 11px;
    top: 21px;
    z-index: 9999;
    content: "\2709";
    display: inline-block;
    height: 0;
    line-height: 0;
    float: left;
}


.form-signin input {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 35px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    color: #153d45;
    background-color: #ffffff;
}

.form-signin-heading {
    color: #c4dde6;
    margin-bottom: 20px;
    font-size: 18px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    display: none;
}

.form-signin a {
    color: black
}

.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 65px 5px 18px;
}
