body {

    height: 100%;
    padding: 0;
    margin: 64px 64px;
    background-image: url("/assets/images/zigit-bg.svg");
    /* background-color: #1B264F; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;

}
.container-fluid {
    margin-top: 20px;
}

.back img {
    width: 36px;
    height: 22px;
    cursor: pointer;
}

.main-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-bg {
    width: 466px;
    height: 466px;
    /* 500px*/
    margin-top: 150px;
    border-radius: 16px;
    padding: 40px 80px 40px 80px;
    background-color: rgba(255, 255, 255, 1);

}

.delete-bg h1 {
    font-family: "Baloo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 64.08px;
    color: rgba(33, 33, 33, 1);
    margin-bottom: 50px;
    text-align: center;
}

.delete-bg p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    /*12px small screen */
    font-weight: 400;
    line-height: 18px;
    color: rgba(33, 33, 33, 1);
    align-items: center;
}

.delete-bg input {
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(33, 33, 33, 1);
    padding: 0 16px;
    outline: none;
}

input:invalid:focus,
input:invalid:focus:required {
    border-color: #FF0000;
    /* background-color: #fdd; */
}

input:focus:invalid {
    outline: none;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid black;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* This is the style of our error messages */
.error {
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 30px;
    padding: 0;
    font-size: 14px;
    color: #FF0000;
    font-weight: 400;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 9rem;
    align-items: center;
    justify-content: center;

}

.error.active {
    padding-top: 8rem;

}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0%;
}

.footer .btn-pin {
    font-family: "Baloo 2", sans-serif;
    width: 153px;
    height: 46px;
    background-color: rgba(253, 226, 96, 1);
    color: rgba(27, 38, 79, 1);
    border-radius: 6px;
    font-weight: 800;
    font-size: 17px;
    line-height: 26px;
    padding: 10px;
    text-align: center;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}

@media screen and (max-width: 1700px) {

    .delete-bg {
        /* width: 27%; */
        height: 450px;
        margin-top: 150px;
        padding: 50px 50px;
    }

    .delete-bg p,
    .error,
    .delete-bg input {

        font-size: 12px;

    }

    /* .error, .error.active {
        padding-top: 6rem;

    } */

}

@media screen and (max-width: 1380px) {

    .delete-bg {
        /* width: 30%; */
        height: 450px;
        margin-top: 150px;
        padding: 30px 50px 40px 50px;
    }

    .delete-bg h1 {
        font-size: 35px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 35px;

    }

    /* .error, .error.active {
       
        padding-top: 4rem;

    } */

}

@media screen and (max-width: 1100px) {
    body {
        margin: 30px 30px;
    }
    .delete-bg {
        /* width: 30%; */
        height: auto;
        margin-top: 100px;
        padding: 50px 50px;
    }

    .back img {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .delete-bg {
        /* width: 30%; */
        height: auto;
        margin-top: 150px;
        padding: 50px 30px 30px 30px;
    }

    .delete-bg h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 30px;
        margin-top: 0px;

    }

    .error, .error.active {
        /* padding-top: 30px; */
        padding-top: 4rem;

    }

}
@media screen and (max-width: 900px) {
    body {
        margin: 50px 30px;
        -webkit-background-size: auto !important;
        background-size: auto !important;
    }

    .back img {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .delete-bg {
        width: 343px;
        height: 343px;
        margin-top: 150px;
        padding: 50px 30px 30px 30px;
    }

    .delete-bg h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 30px;
        margin-top: 0px;

    }

    .error, .error.active {
        /* padding-top: 30px; */
        padding-top: 6rem;

    }


}
@media screen and (max-width: 800px) {
    .delete-bg {
        margin-top: 8rem;
    }
}