p.sso-error{
    font-size: 12px;
    color: red;
    font-style: inherit;
    font-weight: 500;
    text-align: inherit;
    font-style: inherit;
}

h6.information-title{
    color: #008000;
    font-size: 16px;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom: 1px #ddd solid;
    margin: 10px 0;
    padding-bottom: 5px;
}

.custom-block p{
    font-size: 14px;
}

.withdraw-button{
    width: 100%;
    background: #CC3400;
    color: #ffffff;
    border: none;
    font-weight: normal;
}

.withdraw-button:hover{
    width: 100%;
    background: #CC3400;
    color: #ffffff;
    border: none;
    font-weight: normal;
}

a.withdraw-button:hover{
    text-decoration: none;
    color: #ffffff;
}

span.withdraw-btn-spn{   
    padding: 10px;
}

#cover {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #FFF;
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;    
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


.waitlist-withdraw-button{
    width: 100%;
    background: #CC3400;
    color: #ffffff;
    border: none;
    font-weight: normal;
}

.waitlist-withdraw-button:hover{
    width: 100%;
    background: #CC3400;
    color: #ffffff;
    border: none;
    font-weight: normal;
}

a.waitlist-withdraw-button:hover{
    text-decoration: none;
    color: #ffffff;
}