/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 18 2025 | 15:18:12 */
label{
	color:red !important;
}
/**Css For Password Protected Page**/
form.post-password-form {
    background-color: #FAFAFA;
    background-image: url(/wp-content/uploads/2022/07/abstract.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
}
.password-wave {
    height: 50px;
    background-color: transparent;
    background-image: linear-gradient(rgb(18, 126, 199) 0%, rgb(18, 126, 199) 85%);
    width: 100%;
    clip-path: polygon(100% 0%, 0% 0%, 0.00% 53.23%, 2.22% 61.36%, 4.44% 69.43%, 6.67% 77.10%, 8.89% 84.01%, 11.11% 89.88%, 13.33% 94.43%, 15.56% 97.49%, 17.78% 98.90%, 20.00% 98.62%, 22.22% 96.65%, 24.44% 93.07%, 26.67% 88.05%, 28.89% 81.81%, 31.11% 74.61%, 33.33% 66.77%, 35.56% 58.64%, 37.78% 50.57%, 40.00% 42.90%, 42.22% 35.99%, 44.44% 30.12%, 46.67% 25.57%, 48.89% 22.51%, 51.11% 21.10%, 53.33% 21.38%, 55.56% 23.35%, 57.78% 26.93%, 60.00% 31.95%, 62.22% 38.19%, 64.44% 45.39%, 66.67% 53.23%, 68.89% 61.36%, 71.11% 69.43%, 73.33% 77.10%, 75.56% 84.01%, 77.78% 89.88%, 80.00% 94.43%, 82.22% 97.49%, 84.44% 98.90%, 86.67% 98.62%, 88.89% 96.65%, 91.11% 93.07%, 93.33% 88.05%, 95.56% 81.81%, 97.78% 74.61%, 100.00% 66.77%);
}
.post-password-form p{
	visibility:hidden;
}
form.post-password-form p{
	max-width: 800px;
    margin: auto;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #fff;
     padding: 10px 100px 100px 100px;
    border-radius: 10px;
}
form.post-password-form  input[type="submit"] {
    background-color: #D55400;
    color: #ffffff;
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 20px 20px 20px 20px;
    width: 100%;
	font-size: 16px;
}
form.post-password-form  input{
	font-family: "Raleway", Sans-serif;
font-size: 16px;
}
form.post-password-form  img.lock_icon {
    height: 100px;
    margin: 40px auto;
}
.lock_page_heading {
    min-height: 255px;
    background-color: #152E81;
    background-image: url(https://rbe.au/wp-content/uploads/2022/06/header_graphics.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #2E4EBB;
}
@media only screen and (max-width: 767px) {
.lock_page_heading {
    min-height: 100px;
    font-size: 26px;
}
form.post-password-form {
    padding: 40px 20px;
}
form.post-password-form p {
    padding: 20px;
}
#home_video iframe{
height: auto!important;
min-height: 540px!important;
margin-top: 50px;
}
}
/**Css For Password Protected Page**/


