.plain-error-message {padding:15px;}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;max-width:800px;text-align:left;}.alert h4{margin-top:0;color:inherit;}.alert .alert-link{font-weight:bold;}.alert>p,.alert>ul{margin-bottom:0;}.alert>p+p{margin-top:5px;}.alert-dismissable{padding-right:35px;}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit;}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}.alert-success hr{border-top-color:#c9e2b3;}.alert-success .alert-link{color:#356635;}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}.alert-info hr{border-top-color:#a6e1ec;}.alert-info .alert-link{color:#2d6987;}.alert-warning{background-color:#fcf8e3;border-color:#fbeed5;color:#c09853;}.alert-warning hr{border-top-color:#f8e5be;}.alert-warning .alert-link{color:#a47e3c;}.alert-danger{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}.alert-danger hr{border-top-color:#e6c1c7;}.alert-danger .alert-link{color:#953b39;}

/* Poppins Medium */
@font-face {
    font-family: 'Poppins';
    src: url('/assets/plugins/font-awesome/font/Poppins-Medium.woff2') format('woff2'),
    url('/assets/plugins/font-awesome/font/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Poppins Regular */
@font-face {
    font-family: 'Poppins';
    src: url('/assets/plugins/font-awesome/font/Poppins-Regular.woff2') format('woff2'),
    url('/assets/plugins/font-awesome/font/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.ps-medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 18px;
    color: #1A065C;
    letter-spacing: 0;
    line-height: 28.69px;
}
.ps-regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400; /* Regular */
    font-size: 15px;
    color: #1A065C;
    letter-spacing: 0;
    line-height: 21.69px;
}