body {
    background-color: #f4f6f9;
}

.countryRedirect-page {


}

.countryRedirect-content {
    margin: 20px 50px 20px 50px;
    height: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    border: 0px solid #ffc28c;
    @media (max-width: 767px) {
        margin: 20px;
    }
}

.logo-wrap {
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;

    img {
        width: 210px;
        height: auto;
    }
}

.text-content {
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Source Sans Pro";
    padding: 30px 10px;
    @media (max-width: 767px) {
        font-size: 18px;
        line-height: 25px;
    }
}

.danger-content {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #d71414;
    font-weight: 400;
    font-family: "Source Sans Pro";
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    @media (max-width: 767px) {
        font-size: 15px;
        line-height: 25px;
    }
}

.btn-primary {
    background-color: #b287f8;
    border-color: #b287f8;
}

.btn-primary:hover {
    background-color: #6510f1;
    border-color: #6510f1;
}

.btn-outline-primary {

    border-color: #b287f8;
    color: #b287f8;
}

.btn-outline-primary:hover {
    background-color: #ffffff;
    border-color: #6510f1;
    color: #6510f1;
}

.earthImg {
    width: 100%;
    max-width: 900px;
    height: 400px;
    background-image: url("../img/Earth.png");
    background-repeat: no-repeat;
    background-position: center 115px;
    background-size: 80%;
    margin: 0 auto;
    @media (max-width: 767px) {
        height: 230px;
    }
}
