<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Cairo', sans-serif;
    background: url('../images/back.png');
    background-repeat: no-repeat;
    background-color: #F5F4F2;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
}
.header_text{
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 10px auto 10px auto;
}
.secondary_text{
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 10px auto 10px auto;
}

.form-name label{
	color: #1D1D1B;
	font-size: 25px;
}

.form-name input{
	border-radius: 30px;
	border-color: #808080;
	background: none !important;
	height: 50px;
	padding: 20px;
}

.form-name button{
	border-radius: 30px;
	height: 50px;
	font-size: 20px;
	font-weight: 700;
	transition: 0.3s;
}

.form-name button img{
	height: 90%;
	width: auto;
	margin-right: 10px;
}

.form-name button.btn-dark{
	background-color: #1D1D1B;
}
.form-name button.btn-success{
	background-color: #3DAE2B;
}

.preview img{
	width: 100%;
	height: auto;
	/* max-height: 450px; */
}

.form-name button:hover{
	background: #FFA400
}

.form-name input:focus{
	border-color: #3dae2b;
	box-shadow: none;
}
@media screen and (min-width: 990px) {
    body{
        background-position: bottom left;
    }
    .header_text{
     font-size: 30px;
    }
    .w-31{
        width: 31%;
    }
}
</pre></body></html>