/* 

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

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

*/
.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{
    height: 65px;
    width: 130px;
    margin: 0 auto   ;
    text-align: right;
    margin-bottom: 20px;
}
.pdf-link-a{
    height: 65px;
    width: 220px;
    margin: 0 auto   ;
    text-align: right;
    margin-bottom: 20px;
}
.email-link-a{
    height: 65px;
    width: 150px;
    margin: 0 auto   ;
    text-align: right;
    margin-bottom: 20px;
}

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

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

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

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

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

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