@charset "utf-8";
/*======================================================================================*/
/*=================[                                                  ]=================*/
/*=================[    |!|!|!|!| CSS ADDED BY PUROHIT A |!|!|!|!|    ]=================*/
/*=================[                                                  ]=================*/
/*======================================================================================*/

/* ========================================== */
/* !!!!        SITE OLD STYLE CSS        !!!! */
/* ========================================== */

.main-wrap {
    /*background: url(../images/student1.jpg) no-repeat;*/
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
}
span.cls-ret-msg {
    position: absolute;
    left: 0;
    top: -49px;
    color: #fff;
    padding: 5px;
    border-top: 3px solid #FFF;
    background: #F00;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*
.login-main {
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
border-bottom: 5px solid #42b3e5;
border-radius: 0;
bottom: 0;
-webkit-box-shadow: 2px -3px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 2px -3px 5px 0 rgba(0, 0, 0, 0.2);
height: 100px;
left: 50px;
margin: auto;
padding: 20px;
position: absolute;
right: auto;
top: 0;
width: 400px;
}
*/
.login-main {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-bottom: 5px solid #42b3e5;
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: 2px -3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px -3px 5px 0 rgba(0, 0, 0, 0.2);
    height: 100px;
    /* left: 50px; */
    /* margin: auto; */
    padding: 20px;
    position: relative;
    /* right: auto; */
    /* top: 0; */
    max-width: 400px;
}
.login-main p {
    text-indent: 10px;
}
.cls-ret-msg.success_msg {
    background: rgb(5, 123, 31);
}
.box1 {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    margin-bottom: 5px;
    padding: 0 20px;
    width: 90%;
}
.border1 {
    border-radius: 5px 5px 0 0;
}
.border2 {
    border-radius: 0px 0 5px 5px;
}
.send {
    -webkit-appearance: none;
    background: #42b3e5 none repeat scroll 0 0;
    border: 5px solid #42b3e5;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    height: 60px;
    position: absolute;
    right: -55px;
    text-transform: uppercase;
    top: 30px;
    width: 60px;
}
.send:hover {
    animation: spin 0.3s ease-in-out;
    -webkit-animation: spin 0.3s ease-in-out;
    -moz-animation: spin 0.3s ease-in-out;
    -ms-animation: spin 0.3s ease-in-out;
    -o-animation: spin 0.3s ease-in-out;
    cursor: pointer;
}
.inst p {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Arial';
}
.error_msg {
    display: block;
    /* left: 0; */
    /* right: 0; */
    line-height: 20px;
    color: #fff;
    padding: 5px;
    border-top: 3px solid #FFF;
    background: #F00;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.inst ul {
    width: 100%;
    float: left;
    padding-left: 15px;
}
.inst {
    position: absolute;
    top: -173px;
    left: 0;
    padding: 15px;
    background: #fff;
    width: 600px;
}
.inst ul li {
    width: 100%;
    color: #000;
    font-size: 16px;
    list-style-type: decimal;
    margin-bottom: 5px
}
.inst::after {
    content: "";
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 0px;
    bottom: -19px;
}
.login-main a {
    width: 100%;
    font-size: 15px;
    color: #000;
    margin-top: 0px;
    float: left;
    font-family: 'arial';
}
.login-main a:hover {
    text-decoration: underline;
}
.login-main.pass-msg {
    height: 130px;
}
.cls-return-button {
    float: right;
    position: relative;
    width: auto;
}
.cls-return-button a::before {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    content: ">";
    float: right;
    line-height: 45px;
    margin-left: 10px;
    padding-left: 10px;
}
.cls-return-button a {
    background: rgba(49, 86, 163, 0.9) none repeat scroll 0 0;
    border-radius: 40px 0 0 40px;
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 45px;
    margin: 0;
    padding: 0 10px 0 30px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease-in 0s;
    transition: all 1s ease-in 0s;
    font-family: 'arial';
}
.cls-return-button a:hover {
    background: #fff;
    color: #000;
}
.cls-return-button a:hover:before {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.pass-msg button.send {
    top: 18px;
}
.retHome {
    float: left;
    height: auto;
    margin-top: 5px;
    position: relative;
    width: auto;
}
.retHome a {
    background: #ccc none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    width: auto;
    text-decoration: none;
}
.retHome a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.login-main.pass-msg {
    height: 70px;
    padding: 30px 20px 0;
}
.retHome a::before {
    border: 5px solid transparent;
    border-right: 5px solid #ccc;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -10px;
    content: "";
}
.pass-msg input.box1 {
    border-radius: 5px;
}
.pass-msg.cls-set-pwd button.send {
    top: 52px;
}
.login-main.pass-msg.cls-set-pwd {
    padding-bottom: 43px;
}
.pass-msg.cls-set-pwd button.send {
    top: 43px;
}
/*new changes*/
.border-round {
    border-radius: 5px;
}
.border-none {
    border-radius: 0px;
}
.forget-pw {
    height: 55px;
}
.reset-pw {
    height: 142px;
}
.reset-pw .send {
    top: 55px;
}
.success_msg {
    display: block;
    /* left: 0; */
    /* right: 0; */
    line-height: 20px;
    color: #fff;
    padding: 5px;
    border-top: 3px solid #FFF;
    background: #008000;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.not-found-front div {
    text-align: center;
    font-size: 40px;
    padding-top: 25px;
    color: #ffffff;
    font-weight: 900;
    margin-right: 105px;
}
.not-found-front input {
    top: 26px;
    width: 90px;
    height: 90px;
}
.unauth-page {
    height: 155px;
}
/* !! password-instruction !! */
/*
.password-instruction-wrap {
background: #fff;
width: auto;
display: inline-block;
padding: 40px;
position: relative;
text-align: left;
}
*/
/*
.password-instruction-wrap {
background: #fff;
width: auto;
display: block;
padding: 40px;
position: absolute;
text-align: left;
left: 0;
top: -100%;
transform: translate(0%,-65%);
max-width: 655px;
}
*/
.password-instruction-wrap {
    background: #fff;
    width: auto;
    display: block;
    padding: 40px;
    position: relative;
    text-align: left;
    /* left: 0; */
    /* top: -100%; */
    /* transform: translate(0%,-65%); */
    max-width: 655px;
    margin-bottom: 65px;
}
.password-main-wrapper-a {
    position: relative;
    top: 5%;
    /* left: auto; */
    /* right: auto; */
    transform: translate(-0%, -50%);
    width: 90%;
    display: block;
    margin: 0 auto;
}
.password-instruction-wrap h2 {
    color: #000;
}
.password-instruction-wrap ol {
    padding: 15px 0 0 15px;
}
.password-instruction-wrap ol li {
    margin: 0 0 15px 0;
}
.password-instruction-wrap ol li,
.password-instruction-wrap ol li p {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #333;
}
.password-instruction-wrap:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 30px;
    border-right: transparent;
    border-top-color: #ffffff;
    content: '';
    pointer-events: none;
    -webkit-transform: translate(0%, 0%);
    transform: translate(-0%, 0%);
}
/*===============================================================================================================*/
/*=================-                                                                           -=================*/
/*=================|         !!!!!!!! RESPONSIVE MEDIA CSS ADDED BY PUROHIT A !!!!!!!!         |=================*/
/*=================-                                                                           -=================*/
/*===============================================================================================================*/
@media (max-width :767px) {
    .main-wrap {
        position: relative;
        background-position: right bottom;
        padding: 100px 0 50px;
    }
    .cls-return-button a {
        margin: -65px 0 0 0;
    }
    .password-main-wrapper-a {
        top: auto;
        transform: none;
    }
    .password-instruction-wrap {
        padding: 20px;
    }
    /*    .main-wrap {
background-position: right bottom;
}
.login-main {
height: auto;
top: auto; 
bottom: 0; 
width: 100%; 
left: 0; 
padding: 30px;
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
}
.box1 {
height: 70px;
font-size: 20px;
}
.send {
right: 12px;
top: 62px;
}
.login-main form {
margin: 0px auto;
text-align: center;
}
.error_msg {
top: -37px;
line-height: 25px;
font-size: 14px;
}
.login-main.pass-msg {
height: auto;
}
.inst {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.password-instruction-wrap {
padding: 20px;
}*/
}
@media (max-width: 480px) {
    .password-instruction-wrap ol li,
    .password-instruction-wrap ol li p {
        font-size: 16px;
    }
    .send {
        right: -14px;
    }
    /*.send {        
right: 0;
top: 25px;
width: 50px;
height: 50px;
font-size: 16px;
}
.box1 {
height: 40px;
font-size: 16px;
width: 100%;
}*/
}
.password-instruction-wrap.login-changes-danger::after {
    border-top-color: #F00;
}
.login-changes-danger p {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.login-changes-danger h2 {
    color: #FFFFFF;
}
.login-changes-danger {
    background: #F00;
}
.login-changes-danger {
    display: none;
}
.pw-thanks {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #333;
}
.cls-return-button-tnx {}
.login-main-tnx {
    height: 73px;
    position: relative;
    text-align: center;
}
.login-main-tnx a {
    position: absolute;
    top: 35%;
    left: 10%;
    color: black;
    font-weight: bold;
    background: #3A5B9F;
    color: #FFFFFF;
    width: 80%;
    padding: 10px 0;
    border-radius: 5px;
    text-decoration: none;
}
.login-main-tnx a:hover {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.masthead {
    position: relative;
    background-image: linear-gradient(#563d7c, #6f5499);
}
.causes {
    text-align: center
}
.cause_fees {
    border-top: 0px !important;
}
.cause-details {
    background: #ded8d8;
    padding: 20px;
    min-height: 450px;
}