body{
    /* background-image: linear-gradient( 95.2deg, rgba(173,252,234,1) 26.8%, rgba(192,229,246,1) 64% ); */
    /* background-color: #42eb8e;
    background-image: linear-gradient(45deg, #42eb8e 0%, #d5ff7d 50%, #0ccab8 100%); */
    /* background-color: #3F51B5;
    background-image: linear-gradient(45deg, #3F51B5 0%, #03A9F4 50%, #673AB7 100%); */

    
}

.auth-head{
    background: #fff;
}
.tn-logo{
    width:50%;
   
   padding: 10px;
}
.header_section{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.service-box-1{
    border: 1px solid #f0eeee;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    background: #4CAF50;
}
.service-box-2{
    border: 1px solid #f0eeee;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    background: #4156f0;
}
.service-box-3{
    border: 1px solid #f0eeee;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    background: #e838e8;
}
.service-box-1 p, .service-box-2 p, .service-box-3 p{
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.service-box-1 span, .service-box-2 span, .service-box-3 span{
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}
.auth-desc h3{
    text-align: center;
    padding-top: 20px;
    font-size: 35px;
    font-weight: 600;
    color: #060366;
    font-family: 'Times New Roman', Times, serif;
}
.auth-desc p{
    text-align: center;
}

img.center {
    padding:10px 0px;
    /* display: block;
    margin: 0 auto; */
    float: right;
}
.bg-svg{
    width: 100%;
}
.title{
    font-size: 16px;
}
.label{
    font-weight: 400;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
    font-size: 12px;
}
.btn-custom{
    height: 50px;
    margin-top: 15px;
    border-radius:15px;
    background: #673ab7 !important;
    border: 1px solid #fff;
    /* line-height: 2; */
}
.btn-custom-pink{
    height: 50px;
    margin-top: 15px;
    border-radius:15px;
    background: #8d0532;
    border: 1px solid #fff;
    line-height: 2.5;
}
.tn-logo-old{
    float: left;
    width:80px;
    padding: 10px;
}
.login_oueter{
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}
.btn-custom-terms {
    height: 50px;
    margin-top: 0px;
    border-radius: 15px;
    background: #673ab7;
    border: 1px solid #fff;
    line-height: 2.5;
}
.terms-box{
    background: #fff !important;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.form-control{
    height: 50px;
}
.logo_outer{
    text-align: center;
    font-weight: 700;
}
.logo_outer img{
    width:200px;
    margin: 10px;
   
}

@media(max-width:768px){
    .login_oueter {
        margin: 50px auto;
        border-radius: 20px;
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
        min-height: 77vh;
    }
    .tn-logo{
       
        padding: 10px;
        margin: 0px;
    }
    .auth-head{
        margin: 0px;
        padding: 0px;
    }
    .auth-head .col-md-12{
        margin: 0px;
        padding: 0px;
    }
    .auth-desc h3{
        text-align: left;
        padding-top: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #060366;
        font-family: 'Times New Roman', Times, serif;
    }
    .auth-desc p{
        text-align: left;
        font-size: 11px;
    }  
    .title{
        font-size: 14px;
    }
   
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.carousel-caption{
    background: #3d3d3d80;
}
.carousel-caption h5{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #2196F3;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}