/* Default */



/* Header */



/* Body */

.mainbg1 {

   background-repeat: no-repeat;
   background-size: cover;
   min-height: 100vh;

}

.mainbg2 {

    /*width: 100%;*/

    background-repeat: no-repeat;
    background-size: cover;


    /*  padding: 225.5px 0px 0px 0px;*/

}

.mainbg2 input[type="submit"] {

    float: right;

}

.defualt-btn{

	background-color: #9a0000;

    color: white;

    padding: 10px 40px;

    border-style: none;

}

.login-xx {

    padding: 0px 50px;

    text-shadow: 2px 2px grey;

}

input#input_1_1 {

    padding: 10px;

    -webkit-box-shadow: -8px 9px 16px -11px rgba(0,0,0,1);

    -moz-box-shadow: -8px 9px 16px -11px rgba(0,0,0,1);

    box-shadow: -8px 9px 16px -11px rgba(0,0,0,1);

    border-style: none;
    top: -10px;
    position: relative;
}

.pg-title{

    text-align: center;

    color: #ba3836;

    font-size: 25px;

    font-weight: bold;

    margin-bottom: 40px;

}

.red-header {

    background-color: #ba3836;

    width: 100%;

    height: 85px;

    line-height: 85px;

    color: white;

}

.logo-header{

    width: 65px;

    height: auto;

}

i.fa.fa-sign-out{

    font-size: 20px;

}



.pagin a{

 background-color: #ba3836;

 padding: 10px;

 color: white;

 text-decoration: none;

}

.pagin a:hover{

    background-color: gray;

}

.pagin span{

    background-color: gray;

    padding: 10px;

    color: white;

    text-decoration: none;

}

.pags{

    text-align: center;

    margin: auto;



}

.mt-40-custom{

    margin-bottom: 40px;

    margin-top: 40px;

}

/* exam radio button */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;


}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
/*    left: 0px;
top: 0px;*/
width: 33px;
height: 33px;
border: 7px solid #989696;
border-radius: 100%;
background: #9a0000;
left: -5px;
top: -3px;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    
    background: white;
    position: absolute;
    top: 11px;
    left: -1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:before {
    content: '';
    width: 33px;
    height: 33px;
    background: #989595;
    position: absolute;
    top: -3px;
    left: -5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);

}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

}
.outo a{
    font-size: 12px;
}

span.outo a {
    font-size: 17px;
}
.title-x p{
    font-size: 17px;

}

.welcome-msg{
  margin-left: 20px;

}


.namae {
    margin-left: 280px;
    font-size: 20px;
    position: absolute;
    top: 115px;
}


.namex{
    width: 100%; height: 20px; border-bottom: 1px solid black;
}
.wlcm{
    font-size: 30px; background-color: white; padding: 0 10px;margin-left: 100px;
}
@media (max-width:576px){
    span.outo a {
        font-size: 10px !important;
    }
    .title-x  p{
        font-size: 10px !important;
        line-height: 2;
        margin-left: 25px;
        margin-top: 12px;
    }
.wlcm{
    font-size: 30px; background-color: white; padding: 0 10px;margin-left: 10px;
}

.namae {
    /* margin-left: 180px; */
    margin-left: 120px;
    font-size: 20px;
    position: absolute;
    top: 115px;
}

}

.gform_wrapper div.validation_error{
    display: none;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
    display: none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
     background-color: transparent !important; 
    margin-bottom: 6px!important;
  border-top: transparent !important;
  border-bottom: transparent !important; 
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
    /* display: none; */
}