/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/*.error-container{background: red; padding: 15px;}*/
/*.success-container{background: green; padding: 15px;}*/
.submit-profile{background: #368fce;padding: 11px 11px;margin-top: 6px;overflow: hidden;}
#errordiv{color:white;}
#successdiv{color: white;}
.input-group mb-3 input::placeholder {color: rgba(233, 236, 239, 0.8);font-size: 0.8em;font-weight: normal; }
.print-link-a,.pdf-link-a ,.email-link-a{
    height: 65px;
    width: 55px;
    padding: 10px;
}

.email-a{
    background: url(../images/icons/email-green-light.png) no-repeat center center;
}

.email-a:hover{
    background: url(../images/icons/email-green-dark.png) no-repeat center center;
}

.pdf-a{
    background: url(../images/icons/pdf-green-light.png) no-repeat center center;
}

.pdf-a:hover{
    background: url(../images/icons/pdf-green-dark.png) no-repeat center center;
}

.print-a{
    background: url(../images/icons/print-green-light.png) no-repeat center center;
}

.print-a:hover{
    background: url(../images/icons/print-green-dark.png) no-repeat center center;
}