@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600&display=swap');
body{
	background-color: rgb(255, 255, 255);
	background-image: radial-gradient(circle at left top, rgb(157, 177, 176) 0%, rgb(21, 43, 54) 55%);
	font-family: 'Cairo', sans-serif;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    min-height: 100%;
	}
span{
	display: block;
    font-size: 9px;
	opacity: .75;
	}
#passpory_form {
    text-align: center;
    color: #fff;
    font-family: 'Cairo';
    direction: rtl;
    }
#services {
    margin-top: 30px;
    direction: rtl;
    font-family: 'Cairo';
	}
#services h1{
    display: none;
    }
#services form{
    display: none;
    }
#sp-page .btn {
    background-color: #198754;
	}		