@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,700i');
body{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;

}

.container{
    max-width: 1088px;
}

.cont_1 ul li{
    text-align:left !important;
}


/*Heading style*/
.h1, h1{
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
}
.h2, h2{
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
}
.h2 a, h2 a{
    color:#FFFFFF;
    text-decoration: none;
}
.h2 a:hover, h2 a:hover{
    color:#FFFFFF;
    text-decoration: none;
}
.h3, h3{
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}
/*Button style*/
a.button001, .button001{
    background:rgba(255,255,255,0.10);
    font-size: 18px;
    color: #fff;   
    padding: 10px 85px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    height: 46px;
}

a.button001:focus, .button001:focus{
    background:rgba(255,255,255,0.10);
    border: 2px solid rgba(255, 255, 255, 0.12)!important;  
    color: #fff !important;  
}



a.button002, .button002{
    background:rgba(255,255,255,0.50);
    font-size: 18px;
    color: #fff;   
    padding: 10px 25px;
    border: 2px solid rgba(255, 255, 255, 0.32);
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

a.button003, .button003{
    background:rgba(255,255,255,0.10);
    font-size: 18px;
    color: #fff;   
    padding: 5px 85px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 300px;
    text-align: center;
}
a.button003:focus, .button003:focus{
    background:rgba(255,255,255,0.10);
    border: 2px solid rgba(255, 255, 255, 0.12)!important;  
    color: #fff !important;  
}

a.button004, .button004{
    background:rgba(255,255,255,0.10);
    font-size: 18px;
    color: #fff;   
    padding: 10px 0px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 300px;
    height: 46px;
    text-align: center;
}

a.button004:focus, .button004:focus{
    background:rgba(255,255,255,0.10);
    border: 2px solid rgba(255, 255, 255, 0.12)!important;  
    color: #fff !important;  
}
.search_btn, .btn-next_button{
    width: 265px !important;
    margin-left: 15px;
}




.Wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.bg{
    background: url("../front_images/background_1.jpg") no-repeat top center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height:100%;
    top: 0%;
    left: 0%;
}

.bg_2:after{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(34,42,53,0.5);
    left: 0;
    top: 0;
}
.brand{
    margin-left: 40px;
    margin-top: 20px;
}

.content_1{
    text-align: center;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-top: 75px;
}
.content_001{
/*    text-align: center;*/
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-top: 75px;
}

.ph001{
    margin: 45px 0;
}

.link__registration__container{
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0;
}
.link__registration__container a{
    color: #81e0de;
}

.form__container001{
    width: 302px;
    margin: 30px auto;
}

.text001{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    display: block;
    line-height: 20px;
}

.text002{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    display: block;
    margin: 5px 0;
}

.text003{
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: block;
    margin-top: -12px !important;
    margin-bottom: 6px;
    color: #ff6275;
}

.success_text{
    color: #7ed321;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: block;
    margin-top: 5px;
}
.error_text{
    color: #ff6275;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: block;
}


.text002 a{
    color: #81e0de;
}
.form__container001 a.button001, .form__container001 .button001{
    width: 100%;
    text-transform: capitalize;
}

.form__container001 .link__registration__container{
    text-transform: inherit;
}

.form__container001 .link__registration__container a{
    text-transform: uppercase;
}
.form-control{
    background: rgba(255,255,255,0.80);
    border: 1px solid rgba(255,255,255,0.50);
    border-radius: 1px;
    font-size: 18px;
}

.custom-select{
    background-color:rgba(255,255,255,0.80); 
    border: 1px solid rgba(255,255,255,0.50);
    border-radius: 2px;
    font-size: 18px;
}

input:focus{
    color: #445469!important;
    border-color: #3190ff !important;
    background-color:rgba(255,255,255,0.80); 
}


/*Login style*/

.content_2{
    text-align: center;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-top: 150px;
}

.content_2 .form-group{
    margin-bottom: 1.4rem;
}

.content_2 a.button001, .content_2 .button001{
    margin-top: 15px;
    margin-bottom: 20px;
}




/*Dashbord style*/

.Container__navi{
    background: #222a35;
    height: 101px;
    position: relative;
    margin-top: 15px;
}
.navbar-brand{
    position: absolute;
    top: 25px;
    left: 45px;
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.navbar-collapse{
    padding-left: 11.5%;
}
.bg-dark{
    background: #222a35 !important;
}
.navbar-nav li{
    margin: 26px 17px;
}
.navbar-nav li a{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.navbar-nav li.active a{
    /*    color: #D29FD4;*/
    color: #FFFFFF;
}
.navbar-nav li.current a{
    /*    color: #D29FD4;*/
    color: #D29FD4 ;
}

.navbar-nav li.submitted a{
    color: #aeaeae;
    opacity: 0.4;
    text-decoration: none;
}
.navbar-nav li.upcoming a{
    color: #a9a6a6;
    opacity: 0.4;
    text-decoration: none;
}


.content_inner{
    width: 100%;
    float: left;
    padding: 40px 0;
    min-height: 500px;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgb(255, 255, 255);
    position: absolute;
    right: 25px;
    top: 30px;
}
.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.content_inner .label-form{
    font-weight: 600;
}





/*=============Footer style===============*/
.footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    float: left;
    margin-top: 50px;
}
.footer__inner {
    background: rgba(0,0,0,0.1);
    margin-top: 79px;
    bottom: -40px;
}
.footer__left{
    text-align: left;
    font-size: 14px;
    padding-top: 7px;
}
.footer__right{
    text-align: left;
    font-size: 14px;
}
.footer__right p{
    margin: 0;
    padding-left: 50%;
    line-height: 18px;
}

.footer__inner .footer__left{
    padding-top: 28px;
}
.footer__inner .footer__right{
    padding-top: 20px;
}

.footer__nav{
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 1;
}
.footer__nav ul{
    padding: 0;
    margin-left: 25px;
}
.footer__nav ul li{
    list-style: none;
    margin: 3px 0;
}
.footer__nav ul li a{
    color: #fff;
    font-size: 18px;
}


.buttoncontainer{
    float: right;
}
.survey_intro{
    font-size: 18px;
    line-height: 20px;
}

.progress_container{
    float: left;
    width: 100%;
    margin: 20px 0;
}

.progress_bar{
    height: 12px;
    width: 100%;
    border: 1px solid #b9b9b9;
    margin: 15px auto 10px;
    border-radius: 0;
    text-align: center;
}
.table td, .table th{
    border-top:0;
}
.table thead th{
    font-weight: 400;
    font-size: 14px;
}
.table thead tr th:first-child{
    padding-left: 0;
}
.table tbody td{
    font-weight: 400;
    font-size: 18px;
    padding: .75rem .75rem .25rem .75rem;
}
.table tbody tr td:first-child{
    padding: .75rem .75rem .25rem 0rem;
}
.custom-radio .custom-control-input{
    left: 2px;
    top: 9px
}
.custom-radio .custom-control-label::after{
    top: -0.75rem;
}
.custom-radio .custom-control-label::before{
    top: -0.75rem;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../front_images/radio_point.png");
}



.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../front_images/check_icon.png");
}
.custom-checkbox .custom-control-label::after{
    top: 1px;
    left: -21px;
    background-size: inherit;
}


.buttonNext {
    margin-top: 30px;
}
.buttonPrev {
    margin-top: 30px;
}
.message_alert{
    margin-top: 35px;
    display: block;
}

.buttonMargin a.button003, .buttonMargin.button003{
    width: 300px;
    text-align: center;
    margin-top: 30px;
}
.exit_button{
    margin-top: 0px !important;
}

.content_fact{
    width: 100%;
    float: left;
}

.left_container{
    float: left;
    width:20%;
    padding-top: 8px;
}
.left_container a {
    color:#FFFFFF;
    text-decoration: none;
}
.right_container{
    float: left;
    width:69%;

}
.scorr{
    width:10%;
    float:left;
    text-align: right;
    padding-top: 8px;

}
.bar_container{
    width:100%;
    float:left;
    /*    border:1px solid;*/
}
.bar_container_desc{
    margin: 15px 0;
}
.score_descriptor{
    float: left;
}
.progress_bar_container{
    width:90%;
    float:left;
}
.bar_container_desc .scorr{
    padding-right: 10px;
}
.button__container{
    margin-top:30px;
    text-align: center;
}

.data-table{
    width: 100%;
}
.data-table thead{
    border-bottom: 2px solid #fff;
}

.data-table thead th{
    padding: 5px;
}
.data-table tbody tr td{
    padding: 5px;
}
.icon__function a{
    padding-right: 10px;
}


.pagination_wrapper{
    text-align: center;
    margin: 20px 0;
}
.pagination{
    display: block;
}
.pagination a{
    position: relative;
    display: inline-block;
    padding: .4rem .75rem;
    margin: 0 3px;
    line-height: 1.25;
    color: #007bff;

    background: rgba(255,255,255,0.10);
    font-size: 18px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.pagination a:hover{
    background: rgba(255,255,255,0.40);
    font-size: 18px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.12);
}
.pagination strong {
    z-index: 1;
    color: #fff !important;   

    position: relative;
    display: inline-block;
    padding: .4rem .75rem;
    margin: 0 3px;
    line-height: 1.25;

    background: rgba(255,255,255,0.40);
    font-size: 18px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.12);

}
.heading_grp{
    text-align: center;
}
.page_content_logo img{
    display: block;
    margin: auto;
}
.page_content_desc{
    text-align: center;
}
.section_head{
    margin: 20px 0;
    width:100%;
    float: left;
}

.factor_wid a{
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}
.score_label{
    margin-bottom: 10px;
}
.fact_cont{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.font_st{
    margin: 13px 0;
}

.succ_cont{
    float: left;
    width: 100%;
    margin: 20px 0;
    clear:left;
}
.question_texxt{
    font-size: 16px;
}
.answer_texxt{
    margin-bottom: 10px;
}
.factor_desc{
    margin-bottom: 15px;
}
.summary_name{
    float: left;
    width: 100%;
}
.asp_cont{
    float: left;
    width: 100%;
}
.sec_one{
    float: left;
    width: 100%;
}
.factor_container{
    float: left;
    width: 100%;
    /*    border:1px solid red;*/
}

.no-img{
    display: block;
    margin: auto;
    padding-top: 21px;
    width: 65px;
}
.scr{
    width: 10%;
    float: left;
    text-align: right;
    padding-top: 8px !important;
    padding-left: 5px;
}
.navbar-brand img{
    margin-top: -5px;
}
.no-img{
    margin-top: 0 !important;
}
.dimension{
    font-size: 12px;
}
.disp_img{
    position:relative;
}
.remove_cont{
    position: absolute;
    bottom: 0;
    right: 80px;
}
.transform{
    text-transform: none !important;
}
.text_forget_password{
    color: #fff!important;
    text-transform: capitalize!important;
    font-size: 14px;
}
.disab{
    background: rgba(128, 123, 123, 0.1) !important;
    color: #969292 !important;
}
.ajax-button{
  position:relative;
  display:inline-block;
  width:156px;
  height:40px;
  left:50%;
  top:50%;
  margin-left:-50px;
  margin-top:-20px;
  text-align:center;
}
.submit{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width:100px;
  height:40px;
  background-color:#111111;
  border:2px solid #FFFFFF;
  border-radius:10px;
  color:#FFFFFF;
  font-size:17px;
  cursor:pointer !important;
  outline:none;
}

.submit:hover{
  background-color:#222222;
}

.loading{
  font-size:0;
  width:30px;
  height:30px;
  margin-top:5px;
  border-radius:15px;
  padding:0;
  border:3px solid #FFFFFF;
  border-bottom:3px solid rgba(255,255,255,0.0);
  border-left:3px solid rgba(255,255,255,0.0);
  background-color:transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}



.finish{
  -webkit-transform:scaleX(1) !important;
  transform:scaleX(1) !important;
}
.hide-loading{
  opacity:0;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transform:scale(0) !important;
  transform:scale(0) !important;
}
.success{
    width:100%;
    float: left;
}

.cont_2{
    width: 200%;
    margin-left: -50%;
}
.cont_2 label{
    display: block;
    margin-bottom: 0;
}
.cont_2 tbody tr td {
    padding: 8px 5px;
}
.page_content_logo{
    margin: 30px 0px;
}


/*--------------------------   TOOLTIP STYLES    ------------------------*/

.text_forget_password {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.text_forget_password .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    bottom: 100%;
    left: 50%; 
    margin-left: -60px; 
}

.text_forget_password:hover .tooltiptext {
    visibility: visible;
}

.text_forget_password .tooltiptext{
    width: 450px !important;
left: -120px !important;
} 
.thank_you{
    width:100%;
    float: left;
    padding-top:50px;
    text-align: center;
    font-size: 18px;
    
}
.thank_you a{
    color:#81e0de;
}
.dont_display{
    display: none;
}
.dashboard_text {
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
}
.signup_terms{
    text-align: center;
    font-size: 16px;
}

.submit_btn_wrapper {
    float: right;
    z-index: 100;
    margin-top: -41px;
    position: relative;
}

.button_Submit001{
	
}



/*==============================================================================
Responsive style
================================================================================
*/



@media (min-width: 1300px) and (max-width: 1599.98px) { 
    .content_inner .container {
        max-width: 1025px;
    }
	.prv{
		margin-left:377px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
    .navbar-nav li {
        margin: 26px 13px;
    }
	.prv{
		margin-left:377px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .content_1{
        margin-top: 35px;
    }
    .content_2{
        margin-top: 50px;
    }

    .content_inner{
        padding: 40px 15px;
    }
    .navbar{
        z-index: 2;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-top: 13%;
    }

    .navbar-nav li {
        margin: 5px 0px;
        text-align: center;
    }
    .navbar-nav li a{
        font-size: 17px;
    }
    .footer__nav ul{
        margin-left: 20px;
    }
    .footer__right p{
        padding-left: 45%;
    }

    .search_btn, .btn-next_button {
        width: 255px !important;
    }
    .text_forget_password .tooltiptext{
    width: 200px !important;
    left:0px!important;
} 

}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .content_1{
        margin-top: 35px;
    }
    .content_2{
        margin-top: 50px;
    }
    .content_inner{
        padding: 40px 15px;
    }
    .navbar{
        z-index: 2;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-top: 13%;
    }

    .navbar-nav li {
        margin: 5px 0px;
        text-align: center;
    }
    .navbar-nav li a{
        font-size: 17px;
    }


    .footer__nav ul{
        margin-left: 20px;
    }

    .footer__right p{
        padding-left: 27%;
    }
    .search_btn, .btn-next_button {
        width: 180px !important;
        font-size: 16px !important;
    }
    .text_forget_password .tooltiptext{
    width: 200px !important;
    left:0px !important;
} 

.t_btn_1 {
    width: 217px !important;
    text-align: center !important;
    padding: 6px 0 !important;
}

}


@media (min-width: 576px) and (max-width: 767.98px) { 

    .brand{
        margin-left: 20px;
    }
    .content_1{
        margin-top: 30px;
    }
    .content_2{
        margin-top: 0px;
    }
    .content_inner{
        padding: 40px 15px;
    }
    .navbar{
        z-index: 2;
    }
    .navbar-brand{
        left: 20px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-top: 13%;
    }

    .navbar-nav li {
        margin: 5px 0px;
        text-align: center;
    }
    .navbar-nav li a{
        font-size: 17px;
    }
    .footer__nav ul{
        margin-left: 20px;
    }
	
	.footer {
		margin-top: 69px;
		margin-bottom: 20px;
		height: auto;
	}
    .footer__right p{
        padding-left:0%;
    }
    .footer__left {
        text-align: center;
    }
    .footer__right{
        text-align: center;
    }
    .footer__inner .footer__left {
        padding-top: 15px;
    }
    .footer__inner .footer__right {
        padding-top: 1px;
        padding-bottom: 20px;
    }
    .buttonMargin a.button003, .buttonMargin.button003{
        width: 250px;

    }
    .left_container{
        width:100%;
    }
    .right_container .progress_bar{
        margin-top:7px;
    }
    .scorr{
        padding-top:0;
    }
    .search_btn, .btn-next_button {
        width: 245px !important;
    }
    .btn_create_report{
        margin-left: 0;
    }
    
    .cont_2{
    width: 150%;
    margin-left: -30%;
}
.text_forget_password .tooltiptext{
    width: 200px !important;
    left:0px!important;
} 

.r_chang_btn{
	width:47% !important;
	margin-top:20px !important;
}

.t_btn_1 {
    width: 217px !important;
    text-align: center !important;
    padding: 6px 0 !important;
}

.submit_btn_wrapper{
	width:47% !important;
}

.button_Submit001{
	width:100%;
}

}


@media (max-width: 575.98px) {
    .content_2{
        margin-top: 50px;
    }

    .bg{
        background-size: auto;
    } 

    .brand img{
        margin: auto;
        display: block;
    }
    .content_1{
        margin-top: 30px;
    }
    a.button001, .button001{
        padding: 12px 40px;
    }


    .form__container001{
        width: 300px;
        margin: 40px auto;
    }

    .content_inner{
        padding: 40px 15px;
    }
    .navbar{
        z-index: 2;
    }
    .navbar-brand{
        left: 30px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-top: 23%;
    }

    .navbar-nav li {
        margin: 5px 0px;
        text-align: center;
    }
    .navbar-nav li a{
        font-size: 17px;
    }
    .footer__nav ul{
        margin-left: 20px;
    }



    .footer{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer__inner{
        bottom: -100px;
    }
    .footer__right p{
        padding-left:0%;
    }
    .footer__left {
        text-align: center;
    }
    .footer__right{
        text-align: center;
    }
    .footer__inner .footer__left {
        padding-top: 7px;
    }
    .footer__inner .footer__right {
        padding-top: 1px;
        padding-bottom: 20px;
    }
    a.button003, .button003{
        padding: 5px 35px;

    }
    .buttonMargin a.button003, .buttonMargin.button003{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .buttoncontainer{
        width: 100%;  
    }
    a.button004, .button004{
        width: 100%; 
    }
    .left_container{
        width:100%;
    }
    .right_container .progress_bar{
        margin-top:7px;
    }
    .scorr{
        padding-top:0;
    }

    .search_btn, .btn-next_button {
        width: 200px !important;
    }
    .report_heading{
        margin: 15px 0;
    }
    .cont_2{
    width: 100%;
    margin-left: 0%;
}
.text_forget_password .tooltiptext{
    width: 200px !important;
    left:0px!important;
} 

.r_chang_btn{
	width:47% !important;
	margin-top:20px !important;
}

.submit_btn_wrapper{
	width:47% !important;
}

.button_Submit001{
	width:100%;
}


}

@media (max-width: 479.98px) {
    
    .content_2{
        margin-top: 30px;
    }

    .form__container001 {
        width: 250px;
        margin: 40px auto;
    }
    .navbar-collapse {
        padding-top: 40%;
    }
    a.button003, .button003{
        padding: 5px 35px;
        margin-top: 0px;
        width: 100%;
    }
    .float-right {
        float: left !important;
    }
    .buttonMargin a.button003, .buttonMargin.button003{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .left_container{
        width:100%;
    }
    .right_container .progress_bar{
        margin-top:7px;
    }
    .scorr{
        padding-top:0;
    }
    .search_btn, .btn-next_button {
        width: 100%!important;
        margin-left: 3px;
        margin-top: 10px;
    }
    .report_heading{
        margin: 15px 0;
    }
    .cont_2{
    width: 100%;
    margin-left: 0%;
}
.text_forget_password .tooltiptext{
    width: 200px !important;
    left:0px!important;
} 

.r_chang_btn{
	width:47% !important;
	margin-top:20px !important;
}
    
}
