@charset "utf-8";
.navtop_nav a:nth-of-type(2){
	background-color:turquoise;
}
.content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 10rem;
}

#Student{
    width:70%;
    margin:3rem 0;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.Student_top{
    width: calc(100% - 6rem);
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
    border-radius: 1.5rem;
    padding:3rem;
}

.Student_top_sup1{
    width: 52%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d5998;
    font-size: 4rem;
}
.Student_top_sup2{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    font-size: 2.5rem;
    color: #808080;
}
.Student_form{
    width:100%;
    margin-top:3rem;
}
.Student_form_sup{
    width: 100%;
    height: 90rem;
    background-color: dimgrey;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-items: center;
    border-radius: 1.5rem;
}
.Student_form_sup p{
    font-size: 6rem;
    font-weight: 600;
}
.Student_form_sup input{
    width: 80%;
    height: 5rem;
    background-color:aliceblue;
    border-radius: 1.1rem;
    font-size:3rem;
}
.Student_form_sup textarea{
    width: 80%;
    height: 20rem;
    background-color:aliceblue;
    border-radius: 1.1rem;
    font-size:3rem;
}
#Student_form_sup_but{
	height: 7rem;
	color: white;
	background-color:darkslategrey;
	cursor: pointer;
}


