.recruit-navbar {
    background-color: #222;
    border-radius: 0;
    border: none;
    border-bottom-color: #A41E35;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    margin: 0;
    text-transform: uppercase;
    height: 60px;
    z-index: 1000;
}

.recruit-navbar-logo {
    background-image: none;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 20px;
    width: 180px;
    float: left;
    height: 60px;
}

.recruit-navbar .navbar-nav>.active>a,
.recruit-navbar .navbar-nav>.active>a:hover,
.recruit-navbar .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #222;
}

.recruit-navbar .navbar-nav>li>a {
    color: #fff;
    background-color: #222;
}

.recruit-navbar .navbar-nav>li>a:hover,
.recruit-navbar .navbar-nav>li>a:focus {
    background-color: #222;
    color: #fff;
}

.recruit-navbar .main-navbar>li:hover:after,
.recruit-navbar .main-navbar>li.active:after {
    width: 25px;
    height: 12.5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #A41E35;
    content: " ";
    position: absolute;
    left: calc(50% - 12.5px);
    bottom: -4px;
}

input:focus,
input:active {
    outline: none;
    border-color: #A41E35;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-primary:hover {
    color: #A41E35;
    background-color: #fff;
    border-color: #A41E35;
    border: 1px solid;
}

.btn-primary:focus {
    color: #A41E35 !important;
    background-color: #fff !important;
    border-color: #A41E35 !important;
}

.btn-primary {
    border-radius: 5em;
    background-color: #A41E35;
    border-color: #A41E35;
    color: #fff;
    min-width: 250px;
}

.account-background {
    min-height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 20px;
}

.my-account-container {
    padding-left: 25px;
    border-radius: 5px;
    padding-bottom: 20px;
    padding-right: 5px;
    background: #fff;
}

.instructions {
    margin-bottom: 20px;
}

legend {
    font-size: 14px;
}

label {
    font-size: 14px;
}

div.field {
    padding-top: 10px;
}

.field-instructions {
    padding-bottom: 10px;
}

.elcn-colored-top {
    border-top: 10px solid #A41E35;
}

.form-actions {
    display: none;
}

.event-registered-list {
    display: none;
}

.EmailAddress {
    width: 100% !important;
}

#welcomeForm{
	padding: 30px;
    min-height: 600px;
    border-right: 1px solid lightgrey;
}

#welcomeForm h2{
	border-bottom: 1px solid;
	padding-bottom: 15px;
}

#welcomeForm p{
	font-size: 18px;
	margin-bottom: 15px;
}

.welcome-item{
	padding: 15px;
	border-top: 1px solid lightgrey;	
}

.welcome-link{
	font-size: 18px !important;
}

#password_reminder{
	margin-top: 20px;
    margin-bottom: -20px;
    font-weight: bold;
}