
	/* xs */
body{
	 box-sizing: border-box; 
 font-family: 'Prompt';
font-size: 0.9rem;
 font-weight: 300;
    }
	.icon{
		font-size:2rem;
	}
	    .title1 {
        font-family: 'Prompt';
        font-size:1.2em;
        font-weight: 350;
    }
		    .title {
        font-family: 'Prompt';
        font-size: 1em;
        font-weight: 350;
    }
	.sm-title {
        font-size: 0.8rem;
        font-weight: regular;
    }
	.form-labal{
	text-align: left;
		font-size: 1rem;
	}
	  .page-title {
        font-family: 'Prompt';
        font-size: 1.1em;
		 white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis;
        font-weight: 320;
    }
	
 h1,h2,h3,h4,h5{
 font-family: 'Prompt';
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    }
	h5{
			font-size :0.9rem !important;
			}
			
		}
input[type=text], input[type=number], input[type=password] , select{
  background-color: #ffffff;
  outline: none;
   border: 1px solid #000;
     padding: 5px;
  border-radius: 6px;
}
	/* When the inputs get focus, do something */
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus , select:focus{
  background-color: #ebeefd;
  outline: none;
   border: 2px solid #00f;
}
	
	
	
	
	
	
	
	
/* md */
@media (min-width: 768px) {
body{
        font-family: 'Prompt';
        font-size: 0.9rem;
  font-weight: 300;
    }
		.icon{
		font-size:2.5rem;
		
	}
	    .title {
        font-family: 'Prompt';
        font-size: 1.1em;
        font-weight: 350;
    }
		    .title1 { 
        font-family: 'Prompt';
        font-size:1.5em;
        font-weight: 350;
    }
		.sm-title {
        font-size: 0.8em;
        font-weight: 300;
		 white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis;
    }
	  .page-title {
        font-family: 'Prompt';
        font-size: 1.3em;
		 white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis;
        font-weight: 320;
    }
	
	
		.form-labal{
	text-align: right;
		font-size: 0.9rem;
	}
		h5{
			font-size :1rem !important;
			}
			
		}
	
}











	
	
	
	
	
	
	
	
	
	
	





