
body{
	background-color: #ECEFF1;
}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}


.text-center{
	text-align: center !important;
}
.swal2-popup .swal2-styled.swal2-confirm,
.swal-button {
	padding: 7px 19px;
    border-radius: 2px;
    background-color: #455a64;
    font-size: 12px;
    border: 1px solid #455a64;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}