HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/avoxlive/public_html/optimum/css/csss/login/style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{
	margin: 0;
	padding: 0;
}
input:focus, button:focus, .custom-file{
	box-shadow: none!important;
	outline: none!important;
}
#form_col{
	border-radius: 5px;
}
hr{
	width: 80%;
}
#main{
	height: 100vh;
	width: 100vw;
	background-color: #E8ECFB;
}
.form_container{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form_row{
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-file-label{
	overflow-x: hidden;
}
#btn_login{
	background-color: #272A2E;
}
#btn_login span{
	color: white;
	font-family: 'poppins',sans-serif;
}