EVOLUTION-NINJA
Edit File: login.css
body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .login-page { width: 100%; min-height: 100vh; background-color: #00484D; background-image: url("../images/Student 001 1.png"), url("../images/Book 1003 1 (1).svg"); background-repeat: no-repeat; background-position: center, bottom right; background-size: 100% 100vh, 400px; display: grid; place-items: center; } .login-details { border: 1px solid; width: 36%; max-width: 75%; /* height: 550px; */ padding: 2.5rem 2px; background-color: #FFFFFF; border-radius: 13px; display: flex; flex-direction: column; align-items: center; } .logo-img { width: 200px; } .login-form { /* border: 1px solid; */ width: 80%; display: flex; flex-direction: column; align-items: center; } .login-form>form { width: 100%; padding: 0.7rem; } .login-form>h6 { color: #E34A24; font-size: 21px; font-weight: 500; } .labels { font-size: 16px; font-weight: 400; color: #606060; margin: 1px; } .login-form .inp { width: 100%; border-radius: 80px; border: 0.5px solid #6B6B6B; height: 35px; padding: 2px 10px; outline: none; } #forget-pass { float: right; color: #00589C; font-weight: 400; text-decoration: underline; } .butt { text-align: center; margin-top: 5px; } #log-btn { background-color: #79AD1B; color: white; font-size: 16px; font-weight: 600px; width: 60%; border-radius: 84px; outline: none; } .guidelines-detail { width: 80%; height: 100px; display: flex; justify-content: space-between; } .guidelines-detail>.infos { padding: 2px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .guidelines-detail>.infos p { font-size: 11px; font-weight: 500; color: #606060; } .guidelines-detail>.infos a { text-decoration: none; margin: 0; } .remember-forget { padding: .6rem 0.1rem; display: flex; gap: 10px } .captha-generater { border: 1px solid black; height: 45px; width: 40%; user-select: none; /* background: rgb(171, 233, 148); */ background: radial-gradient(circle, #ffc107 0%, rgba(17, 2, 2, 0.3113620448179272) 0%); text-align: center; padding: 4px 0px 0px 0px; font-size: 23px; } .captha-input { width: 45%; height: 40px; border-radius: 12px; border: 0.5px solid #999; outline: none; } .reficon { color: red; font-size: 17px; } .reficon:hover{ transform:scale(1.1); } @media only screen and (max-width:1110px) { .login-details { border: 1px solid; width: 45%; padding: 10px; } .guidelines-detail { width: 45%; } #forget-pass { display: block; float: none; } } @media only screen and (max-width:900px) { .login-details { border: 1px solid; width: 64%; padding: 10px; } .guidelines-detail { width: 64%; } #forget-pass { display: block; float: none; } } @media only screen and (max-width:628px) { .login-details { border: 1px solid; width: 80%; padding: 10px; } .login-form { /* border: 1px solid; */ width: 96%; } #forget-pass { display: block; float: none; } .login-page { background-size: contain, 300px; } .guidelines-detail { width: 96%; } /* captha--------- */ .remember-forget { display: block; } .captha-input { width: 68%; border-radius: 12px; border: 0.5px solid #ccc; outline: none; } .captha-generater { width: 68%; } }