* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 100vh;
   background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.3)), url(/static/css/students.jpg) no-repeat;
   background-position: center;
   background-size: cover;
   flex-direction: column;
}

#wrapper-show {
    justify-content: center;
    align-items: center;
    width: 520px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-blend-mode: overlay;
    border: 2px solid rgba(227, 227, 227, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    color: rgba(255, 255, 255, 0.848);
    border-radius: 10px;
    padding: 30px 40px;	
}

.inf_log {
    align-items: center;
    text-align: center;
}

.inf_login {
    font-size: 34px;
}

.form_login_reg{
    width: 100%;
    margin: 30px 0;
}

.form_login_reg input{
    margin-top: 4px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(253, 251, 251, 0.845);
    border-radius: 40px;
    font-size: 16px;
    color: white;
    padding: 20px 45px 20px 20px;
}

.form_login_reg input::placeholder {
    color: rgba(255, 255, 255, 0.644);
}

.btn-reg {
    width: 100%;
    height: 45px;
    background: rgb(193, 193, 193);
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.btn-reg:hover {
	color: #ffffff;
    text-decoration: underline;
  }

.inf-back{
    display: inline-block;
    margin-top: 40px;
    font-size: 14.5px;
    text-align: center;
}

.back-link {
    color: rgb(58, 94, 255);
    font-size: 16px;
    text-decoration: none;
    
}

.back-link:hover {
    color: #0008a2;
    text-decoration: underline;
  }

#invbd_footer {
	margin: 20px 0;
}

#invbd_container {
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

#invbdright {
	opacity: 0.6;
	font-size: 12px;
	text-align: center;
}

#invbd_line {
	display: block;
}