

.nav-tabs > li {
    width: 50%;
}

body {
    padding-top: 40px;
}

#topLogo {
    padding-bottom: 20px;
}

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login > .nav > li > a {
    color: #cc2727;
    font-weight: bold;
}

.panel-login > .nav > li.active > a {
    color: #cc2727;
    font-weight: bold;
}

#register-form-link {
    color: #df4a25;
}

.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #A4B437;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #A4B437;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #cdcdd3;
    border-color: #cdcdd3;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #df4a25;/*#1CB94E;*/
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #df4a25; /*#1CB94A;*/
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #c13d1c;/*#1CA347*/;
    border-color: #c13d1c;/*#1CA347*/;
}

.validation-error {
    border: 1px solid red !important;
}

.panel-login>.panel-heading {
    background-color: #fff;
    border-color: #fff;
    text-align:center;
    color: #414143;
    font-weight: bold;
    font-size: 18px;

}

.panel-login>.panel-heading a{
    text-decoration: none;
    color: #cc2727;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
