html{
    font-size: 62.5%;
}

*,
*::after,
*::before{
    box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

body{
    font-family: Inter,Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    margin:0;
    overflow-x: hidden;
     background-color: #f7f8f8;
    }

.topbar{
    background-image: url(../images/tsspdcllogo.png);
    height: 8rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top:1.5rem;
    max-width : 1300px;
    margin: auto;
}

.navline{
    height: 4px;
}


.navline-primary{
   background-color: rgb(16, 88, 170);
    position: relative;
    left: 10vw;
	width: 90vw;
	overflow-x: hidden;
}

.navline-secondary{
    
     background-color: rgb(240, 48, 48);
    position: relative;
    right:10vw;
    overflow-x: hidden;
}

h1{
    font-size: 1.7rem;
    margin: 0.4rem;
    text-align: center;
    font-weight: 400;
}

.main-container{
	 position: relative;
	 height : 100vh;
}

.pageblocker{
    position: absolute;
    width: 100%; 
    height: 100%;
    background: rgba(228, 224, 224, 0.5);
    z-index: 1;
  }

.overlay{    
    position: absolute;
    border: 7px solid #fff;
    border-radius: 50%;
    border-top: 7px solid rgb(16, 88, 170);
    border-bottom: 7px solid rgb(240, 48, 48);
    width: 80px;
    height:80px;
    left: 0; 
	right: 0;
	margin-left: auto; 
	margin-right: auto;

    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 2;
  }
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.container{
    text-align: center;
    padding:1rem;
    padding-top: 3rem;
    
}

.box{
    /*background: rgb(231, 225, 225);*/
    background: #fff;
    padding: 5rem 2rem 8rem 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    /*border: 1px solid rgb(136, 131, 131);*/
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-top: 0;
    font-size: 1.5rem;
    width: 100%;
}

.label{
    opacity: 0.7;
    margin-top:2.5rem;
    margin-bottom: 1rem;
}

.textbox{
    margin-bottom: 4.5rem;
}

.input{
    border-radius: 5px;
    border: 2px solid;
    width: 25rem;
    padding: 0.5rem 0.7rem;
    outline: 0;
    text-align: center;
}

.year{
    border-radius: 5px;
    border: 2px solid;
    padding: 0.5rem 0.7rem;
    outline: 0;
    text-align: center;
    font-weight:500;
}



.divButton{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.btn{
    border-radius:40px;
    padding: 0.7rem 2rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    
}

.btn--primary{
	font-size:2rem;
    background: #fff;
    color: rgb(16, 88, 170);
    border: 2px solid rgb(16, 88, 170);
}

.btn--primary:hover{
    background: rgb(16, 88, 170);
    color: #fff;
}

p{
	text-align : center;
	color : #e61616 ;
}

.footerdiv{
	display : flex;
	flex-direction : column;
	background-color:rgb(16, 88, 170);
	color:#fff;
	margin-bottom:0;
	font-size : 1.2rem;
	font-weight:400; 
	padding : 4rem 0;   	  
	text-align : center;
}

.footerpara{
	padding-left:1rem;
}
.footerpara1{
	padding-left:1rem;
	padding-top : 1.2rem;
}

.bounce {
  color: red;
  animation-name: bounce;
  animation-duration: .5s;
  animation-delay: 0.25s;
}

@keyframes bounce {
  0% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
  37% {
    transform: translateX(5px);
    timing-function: ease-out;
  }
  55% {
    transform: translateX(-5px);
    timing-function: ease-in;
  }
  73% {
    transform: translateX(4px);
    timing-function: ease-out;
  }
  82% {
    transform: translateX(-4px);
    timing-function: ease-in;
  }
  91% {
    transform: translateX(2px);
    timing-function: ease-out;
  }
  96% {
    transform: translateX(-2px);
    timing-function: ease-in;
  }
  100% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
}

@media screen and (min-width:768px) {
	
		
		.topbar{
		    background-image: url(../images/tsspdcllogo.png), url(../images/Emblem_of_Telangana3.png);
		    background-position: left top, right top;
		}
		h1{
	    	font-size: 2rem;
		}
		.container{	  
			text-align : center;
		}
		.box{
			margin: auto;
			width : 66.66%;
		}
}

@media screen and (min-width:992px) {
	

	    h1{
	    	font-size: 2.2rem;
		}
	    .container{	       
	        padding : 4.5rem;
	        max-width: 1600px;
	        margin: auto;
	    }
	    .box{
	        width: 40vw;
	        max-width: 650px;
	        padding-left:5rem;
	        padding-right:5rem;
	    }
	    .footerdiv{
			flex-direction : row;
			justify-content: space-around;
			position : fixed;
		    bottom : 0;
		    width: 100%;
		    text-align : unset;
		}
	    .footerpara{
			padding-left:10rem;
		}
		.footerpara1{ 
			padding-right:10rem;
			padding-top:0;
		}
}

