
h5{
    color: red;
    font-weight: 400;
    text-transform: capitalize;
    margin: 6px 0 0;
    padding: 0;
    font-size: 1em;
    display: block;
    width: 100%;
    text-align: right;
}



h3.login_content{
    font-size: 24px !important;
    color: white !important;

}

.login_content a{
    font-size: 24px;
    color: white;
    text-decoration: underline;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: blue;
}
.ridge-center1 p.ridge {
    font-size: 11px;
    margin-top: 20px;
    border: 2px solid red;
    border-radius: 12px;
    border-color: red;
    padding-left: 20px;
}

 .ridge >a{
    font-size: 14px;
    margin-top: 12px;
    font-weight: 500;
}
