/* user section */
.signupFormFox {
box-shadow: 3px 3px 6px grey;
margin: 15px;
padding: 10px;
padding-right: 15px;
}

.signupFormFox .col-md-12 {
    margin: 4px;
    padding: 6px;
}

 #dob select {
    margin-right: 8px;
    width: 31%;
    padding: 6px;
    background-color: #fff;
    border: 1px solid lightgrey;
    border-radius: 5px;
}
.infodata .banner {
    height: 150px;
}

.infodata .banner img {
height: 100%;
width: 100%;
}

.infodata .logo img {
height: 90px;
width: auto;
}
.contactDetails b, .description b {
    color:chocolate;
}

.contactDetails .fa, .description .fa {
    color:crimson;
}

.contactDetails p {
    margin: 0px;
}

a {
    text-decoration:none;
}

.col-md-6 {
    width: 49%;
}
section.profile {
    padding: 10px;
    background-color: #fff;
}

form label {
    color:darkorchid;
}

.text-light {
    color:grey !important;
}

.select2-selection.select2-selection--single {
    padding: 4px !important;
    height: auto !important;
}

.select2-container {
    border:none !important;
}
