@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&family=Spectral:wght@300&family=Tangerine:wght@400;700&family=Tiro+Telugu:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,300&display=swap');

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
.wrap-container{
    background-image: url(../img/box-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
.logo-image{
    text-align: center;
}
.content-text h3{
    text-align: center;
    font-family: 'Tiro Telugu', serif;
    font-weight: 500;
    font-size: 32px;
}
.content-box{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
}

.input-content{
    border: none;
    border-bottom: 2px solid#000 !important;
    min-width: 508px;
}
.input-content-2{
    border: none;
    border-bottom: 2px solid#000 !important;
    min-width: 504px; 
}
.input-content-3{
    border: none;
    border-bottom: 2px solid#000 !important;
    min-width: 265px; 
}
.input-content-4{
    border: none;
    border-bottom: 2px solid#000 !important;
    min-width: 219px; 
}
.bd-highlight{
    font-size: 24px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.student-content {
    position: absolute;
    right: 112px;
    top: 27px;
}
.text-program {
    position: absolute;
    bottom: 20px;
    left: 126px;
}
.director-text {
    position: absolute;
    bottom: 20px;
    right: 135px;
}
img.img-fluid.img-sigh {
    position: absolute;
    bottom: 45px;
    left: 151px;
}
img.img-fluid.img-sig {
    position: absolute;
    bottom: 44px;
    right: 120px;
}

img.img-fluid.img-stamp {
    position: absolute;
    bottom: 10px;
    left: 50%;
}
textarea:focus, input:focus{
    outline: none;
}
.student-input{
    border-bottom: dotted !important;
    border: none;
    width: 130px;
}
.line-text h3{
    font-family: 'Tiro Telugu', serif;
    font-weight: 500;
    font-size: 32px; 
}