
/* .panel{
    margin: 100px auto 100px auto;
    width: 320px;
    box-shadow: 0px 4px 18px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 4px 18px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 4px 18px 4px rgba(0, 0, 0, 0.6);
} */

.panel-heading{
    padding: 20px 30px;
    background-color: white !important;
    font-size:calc(13px );
}

.panel-heading .auth_header{
    font-size:calc(21px);
    font-weight: 600;
    text-transform: capitalize;
}

.panel-body{
    padding: 10px 30px;
}

.auth_label{
    font-size: calc(13px );
    font-weight:normal;
}

.auth_text_box{
    height:40px;
}
.btn_login{
    background: #63cbff;
    background-image: -webkit-linear-gradient(top, #63cbff, #2f8eff);
    background-image: -moz-linear-gradient(top, #63cbff, #2f8eff);
    background-image: -ms-linear-gradient(top, #63cbff, #2f8eff);
    background-image: -o-linear-gradient(top, #63cbff, #2f8eff);
    background-image: linear-gradient(to bottom, #63cbff, #2f8eff);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 1px 0px #a6e3ff;
    color: white;
    font-weight:bold;
    padding: 10px 20px 10px 20px;
    border: solid #009bc9 1px;
    text-decoration: none;
    text-transform: uppercase;

}
.btn_login:hover {

    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.auth_hyperlink{
    color: #000000;
    text-decoration: underline;
    font-size: 13px;
    text-transform: capitalize;
}

.auth_hyperlink:hover{
    color: #2e7fd3;
}

.btn_back{
    background: white;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 60px;
    text-shadow: 0px 1px 0px #a6e3ff;
    color: blue;
    font-weight:bold;
    padding: 10px 20px 10px 20px;
    width:180px;
    text-decoration: none;

}

.nocredit_video{
    background: -moz-linear-gradient(42deg, #99daff 0%, #2e7fd3 90%, #2e7fd3 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #99daff), color-stop(90%, #2e7fd3), color-stop(100%, #2e7fd3)); /* safari4+,chrome */
    background: -webkit-linear-gradient(42deg, #99daff 0%, #2e7fd3 90%, #2e7fd3 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(42deg, #99daff 0%, #2e7fd3 90%, #2e7fd3 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(42deg, #99daff 0%, #2e7fd3 90%, #2e7fd3 100%); /* ie10+ */
    background: linear-gradient(48deg, #99daff 0%, #2e7fd3 90%, #2e7fd3 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99daff', endColorstr='#2e7fd3',GradientType=0 ); /* ie6-9 */
}


.nocredit_wallpaper{
    background: -moz-linear-gradient(45deg, #FFC071 0%, #FF636E 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FFC071), color-stop(100%, #FF636E)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #FFC071 0%, #FF636E 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #FFC071 0%, #FF636E 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #FFC071 0%, #FF636E 100%); /* ie10+ */
    background: linear-gradient(45deg, #FFC071 0%, #FF636E 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF636E', endColorstr='#FFC071',GradientType=1 ); /* ie6-9 */
}
.nocredit_game{
    background: -moz-linear-gradient(309deg, #27F19F 0%, #0CB7E3 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #27F19F), color-stop(100%, #0CB7E3)); /* safari4+,chrome */
    background: -webkit-linear-gradient(309deg, #27F19F 0%, #0CB7E3 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(309deg, #27F19F 0%, #0CB7E3 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(309deg, #27F19F 0%, #0CB7E3 100%); /* ie10+ */
    background: linear-gradient(141deg, #27F19F 0%, #0CB7E3 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27F19F', endColorstr='#0CB7E3',GradientType=0 ); /* ie6-9 */
    padding:0; /*to remove the padding left and right of col-md-6*/
}
.nocredit_music{
    background: -moz-linear-gradient(294deg, #D8379E 0%, #483272 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #D8379E), color-stop(100%, #483272)); /* safari4+,chrome */
    background: -webkit-linear-gradient(294deg, #D8379E 0%, #483272 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(294deg, #D8379E 0%, #483272 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(294deg, #D8379E 0%, #483272 100%); /* ie10+ */
    background: linear-gradient(156deg, #D8379E 0%, #483272 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8379E', endColorstr='#483272',GradientType=0 ); /* ie6-9 */
}

.cancellation_content h3,
.cancellation_table > thead > tr > th,
.cancellation_table > tbody > tr > th,
.cancellation_table > tfoot > tr > th,
.cancellation_table > thead > tr > td,
.cancellation_table > tbody > tr > td,
.cancellation_table > tfoot > tr > td {
    text-transform: capitalize;
}
