.editContent .form-control {
    border-radius: 0px;
    height: 40px;
    color: #a2a2a2;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

.padding-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.width-100 {
	width: 100%;
}

.blue-btn {
	border: 0px;
    background-color: #0077cc;
    color: white;
    height: 40px;
    border-radius: 3px;
    position: relative;
    padding: 6px 15px;
    box-shadow: 0px 13px 26px 0px rgba(0, 0, 0, .2) !important;
    font-size: 12px;
    bottom: 0px;
}

.book-form.override {
    top: 10px !important;
    box-shadow: none;
}

@media only screen and (max-width: 600px) {
   div#ui-datepicker-div{
      right: 0px !important;
   }
.editContent .form-control {
    padding-left: 2px !important;
    padding-right: 0px !important;
}
} 

/*.banner-sec img.override {
    height: 1009px;
}*/

#social-login {
    margin-bottom: 10px;
}
.serve-content h2 {
    font-size: 50px;
    color: white;
    margin-top: 70px;
}

#login-modal .radio {
    text-align: right;
}