
/*Patient Portal – ACES Profile CSS Start*/
body{
    background: #f7f5f4 !important
}
.container .row .col-md-4 {
    display: none !important;
}

#mainContent{
    width: auto;
    background: #fff;
}
input[title="Update"]{
    color: #fff;
    background-color: #7f3e60;
    border-color: #7f3e60;
    font-weight: 500;
    min-width: 70px;
    min-height: 40px;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 0.5rem;
}

input[title="Update"]:hover{
    color: #fff;
    background-color: #bb8ba4;
    border-color: #bb8ba4;
    cursor: pointer;
}

.backProfile{
    display: none;
}
.alert-info{
    margin-top:20px;
}

/*Patient Portal – ACES Profile CSS End*/
