﻿body, html {
	/*height: 100%;*/
	font-family: Poppins-Regular, sans-serif;
	font-size: medium;
}
.xxx {
	margin-top: 4% !important;
  }

.shad {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	padding: 2px 16px;
	margin: auto;
	width: 50%;
	padding: 10px;
}

.background {
	background: linear-gradient(87deg,#11cdef,#1171ef) !important
}

polygon {
	background: #172b4d;
	height: 50%;
	width: 100%;
}

.cardcolor {
	background: #ffffff;
	border-radius: 10px;
	border: 2px solid #ffffff;
	padding: 20px;
}

svg {
	z-index: -100;
}

.navbar-custom {
	color: #FFFFFF;
	background: linear-gradient(87deg,#11cdef,#1171ef) !important
}

edge {
	border-radius: 25px;
	border: 2px solid #fff;
	padding: 20px;
	width: 200px;
	height: 150px;
}

.login100-form {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.login100-form-title {
	display: block;
	font-family: Poppins-Bold;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}

.button-group button {
	height: 40px;
}

.title {
	font-size: 1.8rem;
}
.right-container {
	background: url('../images/slide1.png');
	background-position: center;
	background-size: cover;
	padding-left: 0px !important;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}

html, body {
	background-color: #f7f7f7;
}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	background: #2C4686;
	opacity: 0.5;
}

a:hover {
	text-decoration: none !important;
}

.app-container {
	height: 100%;
	width: 100%;
	margin:0;
    /* overflow: hidden; */
}

.logged-out-body {
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.logged-out-content {
    height: 100%;
}

.center_div {
    margin: 0 auto;
    width: 80% /* value of your choice which suits your alignment */
}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	background: #2C4686;
	opacity: 0.5;
}

.bold {
	font-weight: bold;
}

.rw-input {
	padding-left: 5px;
	border: 3px solid rgba(0,0,0,0.1);
	border-left: 3px solid rgba(44, 70, 134, 0.5);
	height: 60px;
}

	.rw-input:focus-within {
		border-left: 3px solid rgba(44, 70, 134, 1);
	}

	.rw-input > label {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.rw-input input {
		border: none;
		width: 100%;
	}

		.rw-input input:focus {
			outline: none;
			outline-offset: 0px;
		}

#navbar {
	height: 70px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	z-index: 1;
	position: relative;
	width: 100%;
}

	#navbar .logo {
		margin-top: 5px;
		height: 60px;
	}


#navbar-info {
	font-size: 16px;
	margin-bottom: 0px;
}

.navbar-icon {
	text-align: center;
	background-color: white;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	padding-top: 7px;
	float: left;
	margin: 0px 10px;
}

#sidebar {
	height: 100%;
	margin-top: 70px;
}

#content {
	z-index: 0;
	background-color: #f7f7f7;
	padding: 40px;
	margin-top: 70px;
	height: calc(100vh - 70px);
}

.jn-coin {
	font-size: 22px;
	font-weight: bold;
	color: #FE9923
}

#sidebar a {
	color: black;
}

.nav-links {
	width: 100%;
	font-size: 18px;
}

.link-active {
	background-color: #205D90;
	color: white;
	font-weight: bold;
}


.nav-links img {
	height: 25px;
}

.rw-slider {
	margin-top: 50px;
	display: grid;
	align-items: center;
	grid-template-columns: 45px auto 45px;
	grid-column-gap: 20px;
	/* background: yellow; */
	width: 100%;
}

.rw-slides {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 25px;
}

.rw-slide {
	display: grid;
	grid-template-columns: auto;
	overflow: hidden;
	grid-template-rows: 200px 50px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
}

#left-header {
	/* padding-top: 12PX; */
	/* width: 100%; */
	margin-right: 0;
	padding-right: 0;
}

#left-header-info {
    padding-top: 12PX;
}

/* #btn-login {
    padding-right: 4PX !important;
    
} */

/* #btn-cancel {
    padding-left: 4PX !important;
} */

#btn-resend {
    padding-right: 0PX !important;
    padding-left: 0PX !important;
    vertical-align: baseline !important;
}

.rw-slide-info {
    padding: 0px 10px;
    background-color: white;
    display: grid;
    align-items: center;
    grid-template-columns: 3fr 1fr;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.rw-slide-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

.rw-slide-info p {
	margin: 0px;
}

.rw-slide-image > img {
	width: 100%;
}

.rw-card {
	overflow: hidden;
	border-radius: 5px;
}

.rw-image-container {
	height: 200px;
	overflow: hidden;
}

.rw-image {
	width: 100%;
}

.rw-footer {
	height: 50px;
}

.full-width {
	width: 100%;
}

.company-icon {
	height: 40px;
	width: 40px;
}

.bg-red {
	background-color: #ED1B2F !important;
	color: white;
}

.bg-blue {
	background-color: #1BA9E0 !important;
	color: white;
}

.bg-dark-red {
	background-color: #DD1438;
	color: white;
}

.bg-dark-blue {
	background-color: #0774AE;
	color: white;
}

.bg-yellow {
	background-color: #FEED27;
	color: black;
}

.imagess {
    width: 12%;
    height: 12%;
    margin-bottom: 5px;
}

.vl {
    border-left: 6px solid blue;
    height: 500px;
}
.back{	
  height: 10rem;
  width: 100%;
  margin: 0;
  padding: 0;
  
  
}

.logo {
  position: absolute;
  height: 130px;
  width: 115px;
  top: 3%;
  left: 3%;
  z-index: 1;
}

.rigth{
  position: absolute;
  height : 10rem;
  width: 10rem;
  right: 0;
  
  z-index: 1;
}
.hand{
  position: absolute  ;
  top: 8rem;
  margin-left: 75%;
  z-index: 1;
  height: 2rem;
  width: 2rem;
}

p.texts {
    display: flex; 
    font-size: 250%;
}

p.texts1 {
    font-size: 200%
}


@media screen and (min-width: 1100px) {
    .texts {
        text-align: center;       
        font-size: 250%;
        color: #222426;      
    }

    .texts1 {
        margin-top: 5%;
        text-align: center;       
        font-size: 225%;        
        color: #FFFFFF;
    }
    .generalText{
        position: absolute !important;
        margin-left: 30%; 
        margin-top: 1%;
    }
}


@media screen and (min-width: 901px) and (max-width: 1100px){
    .texts {
        text-align: center;       
        font-size: 200%;
        color: #222426;      
    }

    .texts1 {
        margin-top: 7%;
        text-align: center;       
        font-size: 175%;        
        color: #FFFFFF;
    }
    .generalText{
        position: absolute !important;
        margin-left: 27%; 
        margin-top: 3%;
    }
}
    

@media screen and (min-width: 701px) and (max-width: 900px){
    .texts {
        text-align: center;       
        font-size: 160%;
        color: #222426;      
    }

    .texts1 {
        margin-top: 7%;
        text-align: center;       
        font-size: 150%;        
        color: #FFFFFF;
    }
    .generalText{
        position: absolute !important;
        margin-left: 22%; 
        margin-top: 5%;
    }
}

@media screen and (min-width: 550px) and (max-width: 700px) {
    .texts {
        text-align: center;       
        font-size: 160%;
        color: #222426;      
    }

    .texts1 {
        margin-top: 10%;
        text-align: center;       
        font-size: 150%;        
        color: #FFFFFF;
    }
    .generalText{
        position: absolute !important;
        margin-left: 30%; 
        margin-top: 5%;
    }
}

@media screen and (min-width: 430px) and (max-width: 550px) {
    .texts {
        text-align: center;       
        font-size: 130%;
        color: #222426;      
    }

    .texts1 {
        margin-top: 10%;
        text-align: center;       
        font-size: 100%;        
        color: #FFFFFF;
    }
    .generalText{
        position: absolute !important;
        margin-left: 30%; 
        margin-top: 9%;
    }
}

@media screen and (min-width: 365px) and (max-width: 429px)  {
    .texts {
        text-align: center;       
        font-size: 100%;
        color: #222426;      
    }

    .texts1 {
        margin-top: 10%;
        text-align: center;       
        font-size: 95%;        
        color: #FFFFFF;
    }
    .generalText{
        position: absolute !important;
        margin-left: 38%; 
        margin-top: 15%;
    }
}

@media screen and (max-width: 364px) {
    .texts {
        text-align: center;       
        font-size: 85%;
        color: #222426;      
    }

    .texts1 {
        margin-top: 14%;
        text-align: center;       
        font-size: 95%;        
        color: #FFFFFF;
    }
    .generalText{
        position: absolute !important;
        margin-left: 40%; 
        margin-top: 16%;
    }
}

@media screen and (min-width: 768px) {
     #btn-login {
        padding-right: 2PX !important;
    } 
    #btn-cancel {
        padding-left: 2PX !important;
    } 
}

@media screen and (max-width: 767px) {
    #btn-login {
       padding-bottom: 3PX !important;
   } 
  
}


@media only screen and (max-width: 700px) {
    .rigth {
        display: none;
    }

    .hand {
        display: none;
    }
}

.images {
    width: 5%;
    height: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3%;
    margin-right: 3%;
    
}

.info {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    
  /*   font-size: small; */
}

.footer {    
    padding: 0;
    color: #F7F7F7;
    background-color: #0E034D;
    margin-top: 15PX
}

.linck {
    text-decoration: none;
    color: #FCCB26;
    transition: color .3s;
   
}

.textFooter {
    text-align: center;
    text-decoration-color: #FCFCFC;
   /*  font-size: small; */
   /*  justify-content: center; */
    right: 0;
    left: 0;
    /* width: 400px; */
    margin-left: auto;
    margin-right: auto;
    width: 100% !important; 
	height: 100% !important;
}

 .contentText{
    width: 100% !important;
    padding-right: 0px;
    margin-left: 0;
}

.ajust{
    width: 100% !important;
     padding: 0 !important;
    margin: 0;  
} 

.contentfooter {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: block;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.imgs {
    /* display: flex; */
    align-content: center;
    right: 0;
    left: 0;
    justify-content: center;
    margin: auto;
}

.login100-form {
    margin-top: 75px;
    margin-bottom: 100px;
}
 
.btn a{
	
	color :#FFFFFF !important;
	
}

