/*Generic Styles Section Start*/
body {
    background-color: #fff;
    margin:0;
}

/*Generic Styles Section End*/

form {
    margin: 2% 5%;        
}

label {
    font-size: 120%;
    font-weight: semi-bold;
}
img {
    margin-top: 9%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.finalMsg {
  text-align: center;
}
/*Button Section Start*/
.bttnConfirm {
    display: block;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;    
    height: 7vh; 
    border-radius: 50px;
    background-color: #05d621;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.bttnConfirm span {
    cursor: pointer;
    display: inline-block;
    transition: 0.5s;
}

.bttnConfirm span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.bttnConfirm:hover {
    padding-left: 30px;
    box-shadow: 0px 0px 4px #333333;
}

.bttnConfirm:hover span:after {
    opacity: 1;
    right: 0;
}

.bttnConfirme Section Start*/
.title {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
}
/*Button Section End*/

/*Title Section End*/

.cab {
    background: #05d621;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 10px;
}


.labfin {
    font-size: 80%;
}


.form-content { 
    height: 115%;
		width: 100%;    
    border-radius: 15px;    
    background-image: url("../img/home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px #333333;
		margin: auto;
}
.form-content2 { 
	height: 100%;
	width: 100%;    
	border-radius: 15px;    
	background-image: url("../img/home.jpg");
	background-repeat: no-repeat;
	background-size: cover;   
	font-size: 150%;
	box-shadow: 0px 0px 10px #333333;
	position: relative;
	text-align: center;
}

.form-wrapper {
	color:#ffffff; 
	max-height: 709px;
	height: 100%;
	max-width: 900px;
	width: 100%;
	padding: 5%;
	padding-left: 20%;
	padding-right:20%;
	border-radius: 15px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-wrapper2 {
    display: none;
    color:#ffffff; 
		max-height: 709px;
		height: 100%;
		max-width: 900px;
		width: 100%;
		padding: 5%;
		padding-left: 20%;
		padding-right:20%;
		border-radius: 15px;
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
}



p{
    white-space: pre;
}

input[type=text] {
    background: #ffffff;
    box-shadow: 0px 0px 2px #333333;
    border: 0px;    
    height: 40px;
    width: 100%;
    border-radius: 5px;
    text-indent: 20px;
}


input[type=text]:hover,
textarea:hover {
    background: #ffffff;
    box-shadow: 0px 0px 7px #18d406;
}

input[type=number] {
    background: #ffffff;
    box-shadow: 0px 0px 2px #333333;
    border: 0px;
    width: 15%;
    height: 30px;
}

input[type=number]:hover,
textarea:hover {
    background: #ffffff;
    box-shadow: 0px 0px 4px #333333;
}


/* Responsive Section Start*/

@media only screen and (max-width: 1020px) {
	.form-wrapper {
		color:#ffffff;
		padding: 0;
		border-radius: 0px;
	}
	.form-wrapper2 {
		color:#ffffff;
		padding: 0;
		border-radius: 0px;
	}
	.form-content {
		border-radius: 0px;
	}
	.form-content2 {
		border-radius: 0px;
	}
	.bttnConfirm {
        display: block;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
        width: 60%;    
        height: 60px; 
        border-radius: 50px;
        background-color: #05d621;
        border: none;
        color: #FFFFFF;
        font-size: 20px;
        padding: 10px;
        transition: all 0.5s;
        cursor: pointer;
    }
}
@media only screen and (max-width: 600px) {
	.form-wrapper {
		max-height: unset;
	}
	.form-wrapper2 {
		max-height: unset;
	}
}

#datahora{
    display: inline-block;
    width: 100%;
    height: 42px;
    flex-wrap: nowrap;  
    border-radius: 10px;    
    text-indent: 10px;

}



/* Responsive Section End*/


