/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}
.marg{
    margin-top:30px;
}

#admissionpage2 {
    min-height: 100vh;
    width: 100%;
    margin: 15px 0;

}

.admission {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.admission-box {
    height: 100%;
    width: 100%;
    /* text-align: center; */
}

.forminfo {
    min-height: 30vh;
    width: 100%;
    background-color: #082540;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}

.forminfo-one {
    width: 15%;
    min-height: inherit;
    /* background-color: cyan; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.forminfo-two {
    width: 85%;
    min-height: 140px;
    /* background-color: rgb(255, 0, 170); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* gap: -10px; */
    color: #fff;
    line-height: -1;
    padding-top:20px;

}

.forminfo-two h2 {
    font-size: 4rem;
    line-height: 0.7;
    font-weight: 800;
    font-family: arial;
}

.forminfo-two h3 {
        font-size: 2.8rem;
    color: #cecdcd;
    font-family: arial;
}

.logobox {
    height: 200px;
    width: 100%;
    /* background-color: rgb(199, 170, 54); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logobox img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.forminput {
    min-height: 70vh;
    width: 100%;
    background-image:url("../image/admissionform.jpg");
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 40px;
    background-color: #1e1b1b9c;
    background-blend-mode: darken;
    color:#121212;
}

.forminput h3 {
    font-size: 2rem;
    font-weight: 700;
}

.inputbox {
    height: 80px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* background-color: brown; */

}

.inputbox2 {
    height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* background-color: brown; */
}

.inputaddbox {
    height: 80px;
    width: 84%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* background-color: brown; */
}
.inputboxstu{
    height: 80px;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.emnumbox {
    width: 40%;
}

.twobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    width: 100%;
    /* background-color: blueviolet; */
}
.twoboxsign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: end;
    /* gap: 40px; */
    width: 100%;
    /* background-color: blueviolet; */
}
.signinbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.stufat{
    height: 100%;
    width: 100%;
}

.name {
    height: 40px;
    width: 100%;
    outline: none;
    border: 1px solid;
    padding-left: 5px;
    border-radius: 4px;
    font-weight: 700;
}

.address {
    height: 40px;
    width: 100%;
    outline: none;
    border: 1px solid;
    padding-left: 5px;
    border-radius: 4px;
    font-weight: 700;
}

::-webkit-input-placeholder {
    color: #525252;
}

::-moz-placeholder {
    color: #525252;
}

:-ms-input-placeholder {
    color: #525252;
}

::-ms-input-placeholder {
    color: #525252;
}

::placeholder {
    color: #525252;
}

.labname {
    font-size: 1.2rem;
    font-weight: 700;
}

.admissionbutton {
    height: 44px;
    width: 10rem;
    border-radius: 4px;
    border: none;
    font-weight: 800;
    position: relative;
    color: #000;
    /* scale: 1; */
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    background-color: #000080;
    color: #fff;
    z-index: 2;
}

.admissionbutton::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 44px;
    width: 10rem;
    background-color: #000080;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    scale: 0;
    /* z-index: 1; */
}

.admissionbutton:hover .admissionbutton::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 44px;
    width: 10rem;
    background-color: #000080;
    scale: 1;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    /* background: linear-gradient(45deg, yellow, #000080); */
}
.coverimg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 22px;
    gap: 10px;
}
.dobcover{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;

}
.dob{
    width: 32%;
}

.imgbox {
    border: 1px solid black;
    height: 150px;
    width: 150px;
    background-color: "#FSFAFF";
}
.educationCover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.signbox {
    border: 1px solid black;
    height: 72px;
    width: 150px;
    background-color: "#FSFAFF";
}

.back-col {
    padding: 10px;
    background-color: rgb(223, 250, 241);
}

.straturepage1 {
    min-height: 100vh;
    width: 100%;
    /* background-color: bisque; */
    padding: 0;
}

.s-head {
    min-height: 25vh;
    width: 100%;
    background-color: #000080;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
}

.s-headCol-1 {
    min-height: inherit;
    width: 20vw;
    /* background-color: brown; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            padding-right:45px;
}

.logo-in {
    height: 148px;
    width: 120px;
    /* background-color: cadetblue; */

}

.logo-in img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-headCol-2 {
    /*text-align: center;*/
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            /*align-items: center;*/
}

.s-headCol-2 h1 {
    font-size: 4rem;
    font-weight: 900;
    font-family: arial;
    line-height: 0.8;
}

.s-headCol-2 h3 {
    font-size: 1.2rem;
    font-family: 900;
    font-family: arial;
}

.s-headCol-2 h4 {
    font-size: 0.8rem;
    font-family: 500;
    font-family: arial;
    /* text-transform: ; */
}

.s-headCol-2 h5 {
    font-size: 0.8rem;
    font-family: 400;
    font-family: arial;
}

.s-body {
    min-height: 75vh;
    width: 100%;
    background-color:rgb(225, 239, 252);
    /* border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid; */
    background-image:url("../image/admissionform.jpg");
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        background-blend-mode: color;
    background-color: #bebbb847;
}

.s-body-in {
    position: relative;
    min-height: inherit;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}

.whatermark {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    rotate: 340deg;
    font-size: 8rem;
    color: #a0a0a072;

}

.s-body .ryear {
    text-align: center;
}

.s-body-1 {
    min-height: inherit;
    width: 70%;
    /* background-color: #000080; */
    padding-left: 130px;
    padding-top: 20px;
    /* display: flex;
    justify-content: space-between; */
}
.value-box{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    /* gap: 20px; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.headingValue{
    height: auto;
    width: 200px;
    /* background-color: #000080; */
}


.headingValue h1{
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: unset;

}

.value-box h2 {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.value h3 {
    font-size: 1rem;
    font-weight: 400;
}

.s-body-2 {
    min-height: inherit;
    width: 30%;
    /* background-color: #00f756; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; */
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;

}

.stude-img {
    height: 200px;
    width: 200px;
    background-color: #082540;
    overflow: hidden;
}

.stude-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.studeSig-img {
    height: 100px;
    width: 200px;
    background-color: #082540;
    overflow: hidden;
}

.studeSig-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.printb{
    margin: 10px 0;
}

@page {
    size: auto;
    margin: 10mm;
    margin-right: -70px;
    margin-left: -70px;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

@media print {
    #printbtn {
        display: none !important;
    }

    .main-heading {
        font-size: 30px !important;
    }

    .underline {
        line-height: 27px !important;
        -webkit-text-decoration-style: dotted !important;
                text-decoration-style: dotted !important;
    }
}

@media(max-width:800px) {
    .forminfo {
        min-height:10vh;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
     .logobox {
        height: 75px;
        width: 100%;
    }
    .whatermark {
        font-size: 6rem;

    }

    .s-body-1 {
        padding-left: 10px;
        padding-top: 20px;
        width: 70%;
    }
    .stude-img {
        height: 100px;
        width: 100px;
        
    }
    .studeSig-img {
        height: 50px;
        width: 100px;
    }
    .s-head {
        min-height: 20vh;
        width: 100%;
        background-color: #000080;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap:10px;
        padding: 0;
        padding-top: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 0;
    }
    .logo-in {
        height: 100px;
        width: 70px;
        /* background-color: cadetblue; */
    
    }
    .s-headCol-2 h1 {
        font-size: 2.4rem;
        font-family: 900;
        font-family: arial;
        /* line-height: 0; */
    }
    
    .s-headCol-2 h3 {
        font-size: 0.7rem;
        font-family: 900;
        font-family: arial;
    }
    
    .s-headCol-2 h4 {
        font-size: 0.4rem;
        font-family: 500;
        font-family: arial;
        /* text-transform: ; */
    }
    
    .s-headCol-2 h5 {
        font-size: 0.4rem;
        font-family: 400;
        font-family: arial;
    }
    .s-body-1 h2 span {
        font-size: 1rem;
        font-weight: 700;
        text-transform: unset;
    
    }
    
    .s-body-1 h2 {
        font-size: 0.8rem;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .s-body-1 h3 span {
        font-size: 1rem;
        font-weight: 700;
    }
    
    .s-body-1 h3 {
        font-size: 0.8rem;
        font-weight: 400;
    }
    .headingValue{
        width: 150px;
    }
    .headingValue h1{
        font-size: 1rem;
    }
    .value h2 {
        font-size: 0.7rem;
        font-weight: 400;
    }
    .value h3 {
        font-size: 0.7rem;
        font-weight: 400;
    }

}
@media(max-width:600px) {
    .forminfo {
        min-height:10vh;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .forminfo-one {
        width: 30vw;
    }

    .twobox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
    }

    .coverimg{
        width: 100%;
        padding: 0;
    }
    .logobox {
        height: 75px;
        width: 96%;
    }
    .inputbox {
        height: 98px;
        width: 100%;
    }
    .inputboxstu {
        height: 108px;
        width: 100%;
    }

    .dobcover {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .dob {
        width: 100%;
    }
    .inputaddbox {
        width: 100%;
        height: 50px;
    }

    .inputbox2 {
        width: 100%;
        height: 50px;
    }

    #photo {
        height: 50px;
        width: 100%;
    }

    #signature {
        height: 50px;
        width: 100%;
    }

    .emnumbox {
        width: 100%;
    }

    .forminput {
        padding-left: 8px;
        padding-right: 8px;
    }

    .twocontrole-but {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px;
    }

    .admissionbutton {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .whatermark {
        font-size: 5rem;

    }
    .s-head {
        min-height: auto;
        width: 100%;
        background-color: #000080;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        gap:10px;
        padding-top: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 0;
    }

    .s-body-1 {
        padding-left: 10px;
        padding-top: 20px;
        width: 70%;
    }
    .stude-img {
        height: 100px;
        width: 100px;
        
    }
    .studeSig-img {
        height: 50px;
        width: 100px;
    }
    .logo-in {
        height: 84px;
        width: 60px;
        /* background-color: cadetblue; */
    
    }
    .s-headCol-2 h1 {
        font-size: 1.7rem;
        font-family: 900;
        font-family: arial;
        /*line-height: 0;*/
    }
    
    .s-headCol-2 h3 {
        font-size: 0.4rem;
        font-family: 900;
        font-family: arial;
    }
    
    .s-headCol-2 h4 {
        font-size: 0.3rem;
        font-family: 500;
        font-family: arial;
        /* text-transform: ; */
    }
    
    .s-headCol-2 h5 {
        font-size: 0.3rem;
        font-family: 400;
        font-family: arial;
    }
    
    .headingValue{
        width: 120px;
    }
    .headingValue h1{
        font-size: 0.7rem;
    }
    .value h2 {
        font-size: 0.5rem;
        font-weight: 400;
    }
    .value h3 {
        font-size: 0.5rem;
        font-weight: 400;
    }
    .educationCover{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .twoboxsign{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        padding-bottom: 20px;
    }


}

@media(max-width:465px) {
    .forminfo-one {
        width: 36vw;
    }

    .forminfo-two h2 {
        font-size: 2.1rem;
    }

    .forminfo-two h3 {
        font-size: 0.8rem;
    }

    .logobox {
        height: 68px;
        width: 96%;
    }

    .logobox img {
        height: 100%;
        width: 100%;
    }
    .whatermark {
        font-size: 4rem;

    }
    .s-head {
        min-height: auto;
        width: 100%;
        background-color: #000080;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap:5px;
        padding: 0;
        padding-top: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 0;
    }
    .headingValue h1{
        font-size: 0.6rem;
    }
    .value h2 {
        font-size: 0.6rem;
        font-weight: 400;
    }
    .value h3 {
        font-size: 0.6rem;
        font-weight: 400;
    }
    .stude-img {
        height: 50px;
        width: 50px;
        
    }
    .studeSig-img {
        height: 20px;
        width: 50px;
    }
    .headingValue {
        width: 80px;
    }
    .s-headCol-1{
            width: 26vw;
            padding-right: 10px;
    }
    .logo-in {
        height: 84px;
        width: 64px;
        /* background-color: cadetblue; */
    }

}

@media(max-width:317px) {
    .forminfo-two h2 {
        font-size: 1.4rem;
    }

    .forminfo-two h3 {
        font-size: 0.5rem;
    }

   .logobox {
        height: 47px;
        width: 95%;
    }

    .logobox img {
        height: 100%;
        width: 100%;
    }
    .whatermark {
        font-size: 3.6rem;

    }
    .headingValue h1{
        font-size: 0.6rem;
    }
    .value h2 {
        font-size: 0.6rem;
        font-weight: 400;
    }
    .value h3 {
        font-size: 0.6rem;
        font-weight: 400;
    }
    .stude-img {
        height: 50px;
        width: 50px;
        
    }
    .studeSig-img {
        height: 20px;
        width: 50px;
    }
    .headingValue {
        width: 80px;
    }
}