.loading{position: relative;overflow: hidden;}
.loading:before{content: '';position: absolute;top: 0;left:0;right: 0;bottom: 0; background-color: #fff; opacity: 0.5; z-index: 99;cursor: wait;}
.loading:after{cursor: wait; content: '';position: absolute;top: 50%;transform: translate(0, -50%);right: 0;left: 0;bottom: 0;z-index: 999;width: 50px;height: 50px;margin: 0 auto;background-image: url(../img/loading.gif);background-size: contain;}
.thanks-message{margin:0;font-weight:600;font-size:20px;color:green;line-height: 30px;text-align: center;}
body.page-template-template-carriers .thanks-message{color:#fff}
.error-message{margin-top: 20px;color: red;font-size: 21px;text-align: center;}