/****************************************** Stye the form *********************************/
form h1
{
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    color: #ED1C24;
}

#form
{
/*	background-color: rgba(0,0,0,0.3);*/
    padding: 10px;
}

form span
{
    color: #ED1C24;
}

.btn-info
{
	transition: 0.5s ease-in-out;
	background: rgb(2,0,36);
	height: 40px;
	font-size: 18px;
	width: 83%;
}

label
{
	color: black;
    font-family: 'Playfair Display', serif !important;
}

::placeholder
{
    font-family: 'Playfair Display' !important;
}


input:focus , input:hover
{
	border-color: none;
	outline: none;
	box-shadow: none;
}

#TextNR
{
    padding-top: 250px;
}
#imgcol
{
    padding: 5px;
}
/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 768px)
{
    .btn-info
    {
        width: 40%;
    }
}


/*-------------------------------------------------------- end -----------------------------------------------------------*/