
body {
    background: url('images/madina-2-1.png') no-repeat center center fixed;
    background-size: cover;
    height: 80vh;
}

.bg-image {
    background: url('images/ciws-logo.png') no-repeat center center;
    background-size: auto;
}

.registration-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000;
}

.seerat-logo-img,
.ciws-logo-img {
    height: 60px;
}

.seerat-text {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
}

.loader {
    display: none;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.messageBeforeSubmit > p {
    color: red;
    font-weight: 600;
    font-style: italic;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact-phone {
    color: white;
    background-color: black;
}

/* // XX-Small devices (portrait phones, less than 576px) */
@media (max-width: 400) {

    .seerat-logo-img,
    .ciws-logo-img {
        height: 40px;
    }

    .seerat-text {
        font-weight: 400;
        font-size: 18px;
    }
}



/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {


    .seerat-logo,
    .ciws-logo {
        width: auto;
    }

    .seerat-logo-img,
    .ciws-logo-img {
        height: 50px;
        width: auto;
    }

    .seerat-text {
        font-weight: 400;
        font-size: 15px;
        width: auto;
    }

    .seerat-logo-img,
    .ciws-logo-img,
    .seerat-text-div {
        width: auto;
    }
}

/* // X-Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 767.98px) and (min-width: 575.98px) {

    .seerat-logo-img,
    .ciws-logo-img {
        height: 60px;
    }

    .seerat-text {
        font-weight: 600;
        font-size: 20px;
    }
}

/* // X-Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) and (min-width: 300px) {

    .seerat-logo-img,
    .ciws-logo-img {
        height: 35px;
    }

    .seerat-text {
        font-weight: 600;
        font-size: 16px;
    }
}

@media only screen and (max-width: 300px) and (min-width: 200px) {

    .seerat-logo,
    .ciws-logo,
    .seerat-text-div {
        padding: 0;
    }

    .seerat-text {
        font-weight: 600;
        font-size: 12px;
    }
}