	@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');

	body 
	{
		width: 100%;
		background-color: white;
		margin-top: -35%;
		font-family: 'Jost', sans-serif;
	}

	.styles
	{
		margin-top: 10%;
		padding: 15px 10px; 
	}

	.styles-form
	{
		width: 115%;
		padding: 10px;
	}

	.input-form
	{
		width: 100%;
		border: none;
		outline: none;
		border-bottom: 1px solid #dedede;
	}

	/* BUTTON DEFAULT */


	.button-default
	{
		color: white;
		border: none;
		outline: none;
		font-weight: 600;
		font-size: 1.5rem;
		padding: 10px 40px;
		border-radius: .25rem;
		background: darkorange;
		box-shadow: 0 2px 1px rgba(236,117,0,.24)!important;
	}

	.button-return
	{
		border: 1px solid;
		color: darkorange;
		outline: none;
		font-weight: 600;
		font-size: 1.5rem;
		padding: 10px 40px;
		border-radius: .25rem;
		border-color: darkorange;
		background-color: transparent;
		box-shadow: 0 2px 1px rgba(236,117,0,.24)!important;
	}

	.button-return:hover
	{
		color: darkorange;
		text-decoration: none;
		background-color: whitesmoke;
	}

	/* ================ */

	.text-information
	{
		font-size: 1.4rem;
		padding: 10px 10px;
		margin-top: 10%;
		border-radius: .25rem;
		background-color: whitesmoke;
	}

	/* RESULT PHP */

	.card {
		border: none;
		margin-top: 30px;
		border-radius: .25rem;
		padding: 10px 20px;
		font-size: 1.2rem;
		background-color: white;
	}

	.number {
		color: darkblue;
	}

	.img_comprovant {
		margin-top: 20px;
	}

	.assinatura_client {
		margin-top: 35px;
	}

	/* ============ */

	.back-form-os
	{
		padding: 8px;
		text-transform: lowercase;
		border: 1px solid #ededed;
		background-color: #ededed;
	}

