.title {
    margin-top: 55px;
}
.search-box {
	background: #171A1F;
	height: 40px;
	border-radius: 40px;
	padding: 5px;
}
.search-btn {
    color: #EC6443;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #171A1F;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.search-txt {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding: 0px;
	color: white;
	font-size: 16px;
	transition: 0.4s;
	line-height: 30px;
	width: 0px;
}
.search-box:hover > .search-txt {
	width: 240px;
	padding: 0 6px;
}
.search-box:hover > .search-btn {
	background: white;
}
.btn-acc {
    padding-left: 15px;
    padding-right: 0px;
}
.jumbotron-top {
    background-image: url("../images/IMG_3540.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 5%;
}
.jumbotron-top h1  {
    color: white;
}
.jumbotron-top p {
    color: white;
}
.featurette-divider {
    margin: 5rem 0;

}
.featurette-heading {
    line-height: 1;
    letter-spacing: -.05rem;
    font-size: 50px;
    color: #5a5a5a;
    margin-top: 7rem;
}
.featurette-img {
    height: 300px;
    width: 300px;
}

::-webkit-scrollbar {
	background: #D3D3D3;
	width: 15px;
}

::-webkit-scrollbar-thumb {
	background: #898989;
}.footer-divider {
    margin-top: 5rem;
}
.m-c {
    cursor: pointer;
}
.location-heading {
    line-height: 1;
    letter-spacing: -.05rem;
    font-size: 50px;
    color: #5a5a5a;
}
.location-card-header {
    line-height: 1;
    letter-spacing: -.05rem;
    color: #5a5a5a;
}
.user-box {
    background: #191919;
    color: white;
    text-align: center;
    font-family: sans-serif;
    height: 500px;
}
.user-box-reg {
    height: 630px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    background: #191919;
}

.user-box-s {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-box h1 {
    font-size: 40px;
    border-bottom: 6px solid #4caf50;
    padding: 13px 0;
    margin-bottom: 50px;
    float: left;
}
.user-box-pwl {
    height: 390px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    background: #191919;

}
.user-box-pwl h1 {
    padding: 13px 0;
    margin-bottom: 50px;
    float: left;
    font-size: 30px;
    border-bottom: 6px solid #4caf50;
}


.user-box-reg h1 {
    margin-bottom: 50px;
    padding: 13px 0;
    font-size: 40px;
    border-bottom: 6px solid #4caf50;
    float: left;
}

.text-box {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	padding: 8px 0;
	margin: 8px 0;
	border-bottom: 1px solid #4caf50;
}
.text-box i {
    width: 26px;
    float: left;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 5px;
    padding-bottom: 0;
    text-align: center;
}
.text-box input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 25px;
    width: 250px;
    margin: 10px;
    /* [disabled]padding-right: 0; */
    /* [disabled]padding-left: 30px; */
    /* [disabled]padding-bottom: 0; */
    float: left;
}
.button {
    width: 100%;
    border: 2px solid #4caf50;
    background: none;
    padding: 5px;
    color: white;
    font-size: 18px;
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
}
.tcenter {
    position: relative;
    left: 25%;
}
.lmouse {
    cursor: pointer;
}
