.profileImg{
    border: 5px solid #C60036;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 48px;
}

.inputError{
    border: 1px solid #C60036;
}

.hr-line-solid-primary {
    border-bottom: 1px solid #1ab394;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
}

.hr-line-dashed-primary {
    border-bottom: 1px dashed #1ab394;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
}

.navLogo{
    height: 40px;
}

.translucid-1{
     background-color: rgba(255,255,255,.8);
 }

.translucid-2{
    background-color: rgba(255,255,255,.6);
}

.translucid-3{
    background-color: rgba(255,255,255,.4);
}


h1 .text-2x{
    font-size: 60px;
}
h1 .text-3x{
    font-size: 90px;
}



.btn-primary-red {
    background-color: #CC3300;
    border-color: #CC3300;
    color: #FFFFFF;
    transition: all 1s;
}

.btn-primary-red:hover {
    background-color: #FFFFFF;
    color: #CC3300;
    transition: all 1s;
}

.btn-link-red {
    color: inherit;
}

.btn-link-red:hover{
    color: #CC3300;
    text-decoration: none;
}