* {
    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-login {
    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;	
}

#wrapper-login h5 {
    font-size: 34px;
    text-align: center;
}

#form_login {
    justify-content: center;
    align-items: center;
}

.form_login_inside{
    width: 100%;
    height: 50px;
    margin-top: 15px;
}

.form_login_inside input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(225, 224, 224, 0.845);
    border-radius: 40px;
    font-size: 16px;
    color: white;
    padding: 20px 45px 20px 20px;
}

.form_login_inside input::placeholder {
    color: rgba(255, 255, 255, 0.737);
}

#lable-remine {
    display: flex;
    text-align: center;
    justify-content: space-between;
    font-size: 14.5px;
    margin: 10px 0 15px;
}

#input-remine {
    accent-color: white;
    margin-right: 3px;
    margin-left: 2%;
}

.btn-submit {
    width: 100%;
    height: 45px;
    background: rgba(193, 193, 193, 0.83);
    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-submit:hover {
	color: #ffffff;
    text-decoration: underline;
  }

#register-link{
    font-size: 14.5px;
    text-align: center;
    margin: 20px 0 15px;
}

.register-btn {
    color: rgb(58, 94, 255);
    font-size: 16px;
    text-decoration: none;
}

.register-btn: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;
}