﻿.form-control {
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e5f0fb;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    border-radius: 0 !important;
    transition: all 0.3s ease;
    padding: 14px 20px;
    font-weight: inherit;
}

.btn-primary {
    background-color: #0186d5 !important;
}

input#registerbtn {
    height: 38px !important;
    background-color: #428bca;
}


.btn-lg, .btn-group-lg > .btn {
    border-radius: 0 !important;
}

.display-flex {
    display: flex;
}

label {
    font-size: 14px !important;
    margin-bottom: 5px;
    text-transform: uppercase !important;
    text-align: justify;
}

/* Media queries for desktop navigation link */
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white !important;
    }
}

.padding-0 {
    padding: 0px;
}


.no-border {
    border: none;
}

.padding-top-30 {
    padding-top: 30px;
}



.height-75 {
    height: 75px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}
