.about_us_page h3
{
    color:green;
}
.about_us_page p
{
    color:#1774c1;
    
}
.register_report
{
    color:blue;
}
.register_report h4
{
    color:green;
}
.register_report ul li{
    font-size: 16px;
    font-weight: bold;
    color: red;
}
.register_report a{
    font-size: 16px;
    font-weight: bold;
    color: blue;
}
.register_report a:hover{
    color:red;
}
.register_report a:visited
{
    color:pink;
}
.patient_info
{
    color:darkblue;
    font-size: 16px;
}
.patient_info table
{
    border-collapse: separate;
    border-spacing: 15px;
}
.patient_info p
{
    color:green;
    font-size: 20px;
    font-weight: bold;
}
.update_password h4
{
    color: blue;
    
}
.remove_details h4
{
    color:red;  
}
.remove_details p
{
    color:darkblue;
    
}
input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    color:grey;
}

input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Overwrite default styles of hr */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* Set a style for the submit button */

/* Add a blue text color to links */
a {
    color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
    background-color: #f1f1f1;
    text-align: center;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-color: skyblue;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 250px;
    font-size: 20px;
    font-weight: bold;
}
.registerbtn
{
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 250px;
    font-size: 20px;
    font-weight: bold;
}
.registerbtn:hover
{
    background-color:red;
}

button:hover {
    opacity: 0.8;
    background-color:red;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}



span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
