body {
  margin: 0px;
  font-family: 'Baloo Chettan', cursive;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

input {
    background-color: transparent;
    border-style: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    outline: none;
    
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    width: 240px;
/*    background-color: #fafafa;*/
    background-color: #fdfdfd;
    border-style: solid;
    border-color: #bebebe;
    border-width: 1px;
    border-radius: 10px;
    
    text-align: center;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}
input:focus {
    outline: none;
}

h1 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    color: #656565;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 34px;
}
h2 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    color: #656565;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 28px;
}

h3 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    color: #656565;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
p {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    color: #656565;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

textarea {
    border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
    background-color: #fdfdfd;
    
    background-color: #fdfdfd;
    border-style: solid;
    border-color: #bebebe;
    border-width: 1px;
    border-radius: 10px;
    
    text-align: center;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}

.default_btn {
    height: 26px;
    width: 80px;
    border-radius: 13px;
    background-color: #1F2240;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 8px;
    
    width: 200px;
    height: 40px;
    font-size: 18px;
    margin-left: calc(50% - 100px);
    margin-top: 20px;
}

/*Register Attendance Data*/
.attendence_cell {
    background-color: aqua;
    color: #000000;
    text-decoration: none;
}
.attendence_cell p {
    margin: auto;
    padding: 0x;
    color: #000000;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.shadow_input {
    
    width: 80%;
    height: 45px;
    margin: auto;
    margin-top: 40px;
    
    text-align: center;
    font-size: 18px;
    color: black;
    
    
    background-color: #fff;
    border-radius: 15px;
/*    box-shadow: 1px 1px 6px 4px rgba(103, 103, 103, 0.6);*/
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
}

.shadow_btn {
    
    width: 140px;
    height: 45px;
    margin: auto;
    margin-top: 40px;
    
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: 600;
    
    
    background-color: #1F2240;
    
    border-radius: 15px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
}

.search_btn {
    width: 45px;
    height: 48px;
    background-color: #1F2240;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 0px;
    float: right;
    
/*     background-color: #fdfdfd;*/
    border-style: solid;
    border-color: #bebebe;
    border-width: 1px;
    
    border-left-width: 0px;
/*
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
*/
}

#error_label {
    display: none;
    font-size: 18px;
    font-weight: 600;
    color: #ec4545;
}


.location_banner {
    margin: auto;
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0px;
    background-color: #1F2240;
    z-index: 199;

    /* width: 100px;
    left: 50%;
    margin-left: -50px;
    border-radius: 20px; */
}

.location_banner p {
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin: auto;
    height: 30px;
    line-height: 30px;
}