html,body{
    background: #111731 url('../img/background.jpg') no-repeat bottom center fixed;
    background-size: cover;
    direction: rtl;
}
body{
    text-align: center;
}

h1, p{
    font-weight: bold;
    color: #ffffff;
}
h1{
    font-weight: bold;
    font-family: 'simpler-bold', 'sans-serif';
    font-size: 35px;
    /*margin:0;*/
}
.captcha-wrapper {
    padding: 3px;
    margin-top: 0.6vw;
    width: fit-content;
}

.captcha-error {
    border: 3px solid red;
}

.captcha-message {
    display: none;
    margin-left: 0.2vw;
    color: red;
    text-decoration: underline;
}
.button-question {
    color: white;
    font-family: 'simpler-light', 'sans-serif';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.report-button {
    background-color: #f95151;
    border: none;
    width: 8vw;
    height: 2vw;
    color: white;
    font-weight: bold;
    font-size: 0.95vw;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.5s background-color, 0.5s color;
}
.report-button:hover {
    background-color: white;
    color: #f95151;
}
.report-message {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

#codactive-top-image{
    width: 100%;
    /*vertical-align: top;*/
}
#red-line{
    border: solid 1px #f95151;
    width: 187px;
    margin: auto;
    margin-top: 5px;
}
#codactive-main-text{
    /*float: right;*/
    width: 35%;
}
#codactive-title h1{
    margin-top: 15px;
}
#codactive-content p{
    font-family: 'simpler-light', 'sans-serif';
    font-size: 20px;
    font-weight: normal;
    margin-top: 50px;
}
.outer{
    position: relative;
}
.mobile-only{
    display: none;
}
.inner {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -18% 0 0 -25%;
}

@media (max-width: 768px){
    html,body{
        background-image: none;
    }
    .captcha-wrapper {
        margin-left: -7vw;
        padding: 3px;
        margin-top: 0.6vw;
    }
    .mobile-only{
        display: block;
    }
    .report-button {
    width: 48vw;
    height: 10vw;
    font-size: 4.5vw;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 10px;
    }
    .report-button:hover {
        background-color: #f95151;
        color: white;
    }
    #codactive-main-text{
        width: 97%;
        margin-top: 20px;
    }

    .inner {
        /*position: absolute;*/
        position: inherit;

        margin: auto;
        width: 100%;

    }
    #codactive-title h1{
        font-size: 30px;
        margin-top:5px;
        margin-bottom: 0;
    }
    #codactive-content p{
        margin-top: 20px;
        font-size: 20px;
    }
    #red-line{
        width: 160px;
        margin-top:5px;
    }
}

@media (max-width: 560px){
    h1{

    }
    .captcha-wrapper {
        margin-left: -7vw;
        padding: 3px;
        margin-top: 0.6vw;
    }

    #codactive-title{
        /*height: 60px;*/
    }
    #codactive-content p {
        /*font-size: 20px;
        line-height: 23px;*/
    }

}

@media (max-width: 420px){
    h1{

    }
    .captcha-wrapper {
        margin-left: -7vw;
        padding: 3px;
        margin-top: 0.6vw;
    }

    #codactive-title{
        /*height: 50px;*/
    }
    #codactive-content p {
       /* font-size: 17px;
        line-height: 18px;*/
    }

}

@media(max-width:340px){
    h1{
        /*font-size: 18px;*/
    }
    .captcha-wrapper {
        margin-left: -7vw;
        padding: 3px;
        margin-top: 0.6vw;
    }

    #codactive-title{
        /*height: 40px;*/
    }
    #codactive-content p {
        font-size: 16px;
    }
    .codactive-btn{
        /*font-size: 17px;
        margin-top: 15px;
        height: 55px;*/
    }

}
