[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
  display: none !important;
}
ng\:form {
  display: block;
}


.thankspage{
    
    background: url(/images/thankyoubg.jpg);
    background-size: cover;
    
}

.thankspage .content{
    width: 900px;
    position: relative;
    left: 50%;
    margin-left: -450px;
    background: #f8fdfd;
    font-family: Roboto;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 30px;
    margin-top: 50px;
    
}

.thankspage .content .thankstext{
    text-align: center;
    font-size: 14px;
}

.thankstext h1{
    font-weight: 400;
    font-size: 22px;
}

@media screen and (max-width: 900px){
    .thankspage .content{
        width: 90%;
        left: 5%;
        margin-left: 0;
        padding: 15px;
    }  
}

.cooperator-page {
     background: url(/images/coopbg.jpg);
    background-size: cover;
}

.cooperator-page:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}
.cooperator-page .content {
  
}

.cooperator-page .content h1 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0px 1px 1px #363436;
}

.cooperator-page .content h1 .small {
    color: #fff;
    padding-bottom: 10px;
}

.cooperator-page .content h2 {
    color: #fff;
    margin-left: -61px;
    line-height: 1.4;
    margin-right: -61px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
    text-shadow: 0px 1px 1px #363436;
    
}

.cooperator-page .thankyou{
    
    width: 500px;
    height: 300px;
    background: #fff;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    position: fixed;
    right: 15%;
    top: 100px;
}

.thankyou h2{
    padding-top: 30px;
    color: #73879C !important;
    margin-left: -61px;
    line-height: 1.4;
    margin-right: -61px;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    text-shadow: none !important;
}

.thankyou .text{
    font-size: 120%;
}