/*
Theme name: Giao diện trắng
Theme URI: website.name.vn
Author: Jang Keyte
Author URI: website.name.vn
Description: Giao diện trắng không có gì cả
Version: 1.3
License: Giấy phép 
License URI: Đường dẫn giấy phép 
Tags: Thẻ
*/

body {
	background-color: #e6f7f1!important;
	font-family: sans-serif!important;
	height: 100vh!important;
	margin-top: 20px!important;
}

.title {
	color: #000000;
	font-weight: 600;
	text-align: left;
}
.logo img {
	height: 40px;
}
.form-wrapper {
	max-width: 350px;
	background-color: #3cc2a0;
	border-radius: 12px;
	padding: 30px 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-control {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.form-select {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.submit-btn {
	background-color: #0a2240 !important;
	color: white !important;
	font-weight: bold !important;
	border-radius: 30px !important;
	max-width: 300px !important;
	margin-left: auto;
	margin-right: auto;
}
.submit-btn:hover {
	background-color: #081a33;
}
.screen-reader-response {
	display: none;
}