.profileImg{
    border: 5px solid #9ECB49;
    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 #B04D25;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

.input-error{
    border: 1px solid #ed5565;
    background-color: rgba(237, 85, 101, 10);
    color: #FFFFFF
}

.input-success{
    border: 1px solid #1ab394;
}

.image-module{
    height: 70px;
    transition: all .5s;
}

.image-module:hover{
    height: 90px;
    transition: all .5s;
}

.gradient-bg-bf{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f96339+0,c6240b+100 */
    background: #C6B7DA;
    /*
    background: rgba(50,89,157,1);
    background: -moz-linear-gradient(left, rgba(50,89,157,1) 0%, rgba(32,42,59,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(50,89,157,1)), color-stop(100%, rgba(32,42,59,1)));
    background: -webkit-linear-gradient(left, rgba(50,89,157,1) 0%, rgba(32,42,59,1) 100%);
    background: -o-linear-gradient(left, rgba(50,89,157,1) 0%, rgba(32,42,59,1) 100%);
    background: -ms-linear-gradient(left, rgba(50,89,157,1) 0%, rgba(32,42,59,1) 100%);
    background: linear-gradient(to right, rgba(50,89,157,1) 0%, rgba(32,42,59,1) 100%);
    */
    color: #ffffff;
  }

  img.circle-border-wg-gk {
    border: 6px solid #70529C;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 200px;
    height: 200px;
    background-color: #FFFFFF;
  }

