
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Gujarati:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Noto Sans Gujarati', sans-serif;
	background: #f5f5f5;
}
section.form-wrap {
    background: #f5f5f5;
    height: 100vh;
    padding: 80px 0;
}

input.form-control {
    background-color: #fff;
    border: 1px solid #D3CACE;
    outline: none;
    box-shadow: none;
    height: 40px;
    
}
h1 ,h2 h3,h4,h5{
	font-family: 'Noto Sans Gujarati', sans-serif;
	font-weight: 800;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    border-color: #15505E !important;
    color: #15505E !important;
}
.data {
    flex: 1;
}
.subject {
    width: 84px;
}
.subject.select {
    width: 150px;
}