.form-control:focus {
    border-color: #00849a;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.signin-title{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}



.signin-p{
    color:#333;
    font-size: 14px;
    letter-spacing: 1px;
}
.contact-context{
    height: 340px;
    overflow: scroll;
}

.contact-context > p{
    color:#333;
    font-size: 14px;
}

.Ahref{
    color:#00849a;
}


label > span {
    color:red;
}

.list-group-item > a{
    color: #333;
}

.list-group-item>a:hover {
    color: #00849a;
}

.fa{
    width: 20px;
}

.card-header > h4{
    letter-spacing: 1px;
    font-size: 16px;
}

.upgrade{
    position: relative;
    bottom: 2px;
    font-size: 12px;
    border:1px solid #333;
    padding: 5px;
}

.upgrade {
    background-color: #333;
}
.upgrade:hover  {
    background-color: #eee;
}
.upgrade:hover >a {
    color: #333;
}
.upgrade > a {
    color: #eee;
}
