/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2025 | 05:50:21 */
/*
 * Created Date: Friday, 29th August 2025, 7:56:21 am
 * Author: Kingsley Chimezie (KCPC7)
 */

/* Desktop */
@media only screen and (min-width: 1268px) {
   #login { 
        width: 30% !important;
    }
    .login form, #loginform {
        border-color: #F9F7FF !important;
/* 		border-radius: 25px !important; */
        box-shadow: none !important;
    }
    .login input[type=text], .login input[type=password], body.login input[type=submit] {
/*         border-radius: 24px !important; */
    }
}

/* Mobile */
@media only screen and (max-width: 1268px) {
    #login { 
        width: 50% !important;
    }
    .login form, #loginform {
        border-color: #F9F7FF !important;
/* 		border-radius: 25px !important; */
        box-shadow: none !important;
    }
    .login input[type=text], .login input[type=password], body.login input[type=submit] {
/*         border-radius: 24px !important; */
    }
}
@media only screen and (max-width: 650px) {
   #login {
        width: 80% !important;
	    height: 80% !important;
/* 	    border-radius: 24px; */
	   justify-items: flex;
    }
    .login form, #loginform {
        border-color: #F9F7FF !important;
/* 		border-radius: 25px !important; */
        box-shadow: none !important;
    }
    .login input[type=text], .login input[type=password], body.login input[type=submit] {
/*         border-radius 24px !important; */
    }
}