*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #080710;
}
.background{
    width: 430px;
    height: 520px;
    position: relative;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    /*-webkit-transform: translate(-50%, -50%);*/
}
.background .shape{
    height: 200px;
    width: 200px;
    position: relative;
    border-radius: 50%;
}

.warning-message p {
    font-size: 11px;
    margin-top: 15px;
    line-height: 0px;
    color: #ffcc00;
}

.shape:first-child{
    background: linear-gradient(
        #1845ad,
        #23a2f6
    );
    left: -80px;
    top: -80px;
}
.shape:last-child{
    background: linear-gradient(
        to right,
        #ff512f,
        #f09819
    );
    right: -30px;
    bottom: -80px;
}

.form-control p {
    text-color: #FFFFFF;
}

.logout-button {
    margin-top: 20px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

form{
    height: 350px;
    width: 330px;
    background-color: rgba(0,0,0, .5);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-55%);
    border-radius: 30px;
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255,255,255);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 30px 30px;
    z-index: 99990;
}

form *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
    z-index: 99990;
}

.form-paragraph {
    text-align: left;
    font-size: 11px;
}

.kesalahan {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 5px;
    color: #ff0016;
}

form h3{
    font-size: 28px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
}


.notif-dialogue{
    height: 350px;
    width: 330px;

    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-55%);
    border-radius: 30px;

    border: 1px solid rgb(255,255,255);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 30px 30px;
}

.notif-dialogue{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    background-color: rgba(0,0,0, .5);
    backdrop-filter: blur(20px);
    outline: none;
    z-index: 99999;
}

.feedback-sent {
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    color: #80FF66;
    text-align: center;
}

.notif-ornament {
    background: url(../images/icon-our.png) no-repeat center center;
    margin-bottom: 5px;
    width: 100%;
    height: 25px;
}

.notif-title {
    margin-top: 15px;
    font-size: 13px;
}

.notif-text {
    margin-top: 2px;
    font-size: 10px;
}

.notif-close-button {
    margin-top: 21px;
    padding: 8px 0;
    font-size: 14px;
}

.status-title {
    display: block;
    margin-top: 12px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}

label{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.status_label {
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 300;
}
::placeholder{
    color: #e5e5e5;
}
button{
    /*margin-top: 35px;*/
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.social{
    margin-top: 30px;
    display: flex;
}
.social div{
    background: red;
    width: 150px;
    border-radius: 3px;
    padding: 5px 10px 10px 5px;
    background-color: rgba(255,255,255,0.27);
    color: #eaf0fb;
    text-align: center;
}
.social div:hover{
    background-color: rgba(255,255,255,0.47);
}
.social .fb{
    margin-left: 25px;
}
.social i{
    margin-right: 4px;
}


@media screen and (max-width: 780px) {
    .notif-dialogue{
        height: 320px;
        width: 300px;
        transform: translate(50%,-60%);
        padding: 25px 25px;
    }
    .feedback-sent {
        font-size: 17px;
        line-height: 22px;
    }
    .notif-ornament {
        background: url(../images/icon-our.png) no-repeat center center;
        height: 20px;
        margin-top: -1px;
    }
    .notif-title {
        margin-top: 15px;
        font-size: 12px;
    }
    .notif-text {
        margin-top: -1px;
        font-size: 9px;
    }
    .notif-close-button {
        font-size: 13px;
    }
    form{
        height: 320px;
        width: 300px;
        transform: translate(50%,-60%);
    }
    form h3{
        font-size: 21px;
        line-height: 5px;
    }
    label{
        font-size: 11px;
    }
    input{
        height: 43px;
    }
    button {
        margin-top: 0px;
        padding: 10px 0;
        font-size: 14px;
    }
    .kesalahan {
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 5px 5px;
        color: #ff0016;
    }
    .form-paragraph {
        font-size: 8px;
    }
    .status-title {
        margin-top: 8px;
        font-size: 9px;
    }
    .status_label {
        margin-top: 3px;
        display: block;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }
}

@media screen and (max-width: 615px) {
    .form-paragraph {
        line-height: 200%;
        font-size: 6px;
    }
    .status-title {
        margin-top: 6px;
        font-size: 7px;
    }
    .status_label {
        margin-top: 0;
        font-size: 9px;
    }
    .logout-button {
        margin-top: 16px;
        padding: 6px 0;
        font-size: 10px;
    }
    form{
        transform: translate(50%, -73%);
    }
    .notif-dialogue{
        transform: translate(50%, -73%);
    }
}

@media screen and (max-width: 375px) {
    .form-paragraph {
        font-size: 7px;
    }
    .status-title {
        margin-top: 8px;
        font-size: 7px;
    }
    .logout-button {
        margin-top: 15px;
        padding: 8px 0;
        font-size: 10px;
    }
    .status_label {
        margin-top: 3px;
        display: block;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
    }
    .notif-dialogue {
        height: 290px;
        width: 260px;
        transform: translate(50%,-70%);
        padding: 25px 25px;
    }
    .feedback-sent {
        font-size: 15px;
        line-height: 21px;
    }
    .notif-ornament {
        background: url(../images/icon-our-20px.png) no-repeat center center;
        margin-bottom: 5px;
        width: 100%;
        height: 25px;
        margin-top: -5px;
    }
    .notif-title {
        margin-top: 10px;
        font-size: 10px;
    }
    .notif-text {
        margin-top: -1px;
        font-size: 8px;
    }
    .notif-close-button {
        margin-top: 15px;
        padding: 6px 0;
        font-size: 11px;
    }
    form {
        height: 290px;
        width: 260px;
        transform: translate(50%,-70%);
        padding: 25px 25px;
    }
    form h3 {
        font-size: 17px;
        line-height: 5px;
    }
    .kesalahan {
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 5px 5px;
        color: #ff0016;
    }
    label {
        display: block;
        font-size: 10px;
        margin-top: 13px;
        font-weight: 500;
        text-align: center;
    }
    input {
        display: block;
        height: 40px;
        width: 100%;
        background-color: rgba(255,255,255,0.07);
        border-radius: 3px;
        padding: 0 10px;
        margin-top: 16px;
        font-size: 12px;
        font-weight: 300;
    }
    button {
        margin-top: 0px;
        padding: 9px 0;
        font-size: 12px;
    }
    .logo_text img {
        max-height: 65px;
    }
}

@media screen and (max-height: 615px) {
    .form-paragraph {
        line-height: 200%;
        font-size: 6px;
    }
    .status-title {
        margin-top: 6px;
        font-size: 7px;
    }
    .status_label {
        margin-top: 0;
        font-size: 9px;
    }
    .logout-button {
        margin-top: 16px;
        padding: 6px 0;
        font-size: 10px;
    }
    .kesalahan {
        font-size: 8px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px 5px;
        color: #ff0016;
    }

    .notif-dialogue {
        height: 240px;
        width: 235px;
        transform: translate(50%,-74%);
        padding: 22px 22px;
    }

    form {
        height: 240px;
        width: 235px;
        transform: translate(50%,-74%);
        padding: 22px 22px;
    }
    form h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
    }
    label {
        display: block;
        margin-top: 15px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }
    input {
        display: block;
        height: 33px;
        width: 100%;
        background-color: rgba(255,255,255,0.07);
        border-radius: 3px;
        padding: 0 10px;
        margin-top: 13px;
        font-size: 9px;
        font-weight: 300;
    }
    button {
        margin-top: 32px;
        width: 100%;
        background-color: #ffffff;
        color: #080710;
        padding: 12px 0;
        font-size: 11px;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
    }
}

@media screen and (max-height: 775px) {
    form {
        height: 290px;
        width: 260px;
        transform: translate(50%,-85%);
        padding: 23px 22px;
    }
    .form-paragraph {
        font-size: 8px;
    }

    .status-title {
        margin-top: 10px;
        font-size: 8px;
    }

    .notif-ornament {
        width: 100%;
        height: 20px;
    }

    .status_label {
        margin-top: 2px;
        font-size: 10px;
    }

    .notif-title {
        margin-top: 8px;
        font-size: 10px;
    }

    .notif-text {
        margin-top: 2px;
        font-size: 8px;
    }

    .logout-button {
        margin-top: 16px;
        padding: 6px 0;
        font-size: 12px;
    }

    .notif-close-button {
        margin-top: 20px;
        padding: 7px 0;
        font-size: 11px;
    }
    .notif-dialogue {
        height: 290px;
        width: 260px;
        transform: translate(50%,-85%);
        padding: 23px 22px;
    }
    form {
        height: 290px;
        width: 260px;
        transform: translate(50%,-85%);
        padding: 23px 22px;
    }
    form h3 {
        font-size: 17px;
        line-height: 5px;
    }

    .feedback-sent {
        font-size: 13px;
        line-height: 18px;
        color: #80FF66;
    }

    .kesalahan {
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 5px 5px;
        color: #ff0016;
    }
    label {
        display: block;
        font-size: 10px;
        margin-top: 13px;
        font-weight: 500;
        text-align: center;
    }
    input {
        display: block;
        height: 40px;
        width: 100%;
        background-color: rgba(255,255,255,0.07);
        border-radius: 3px;
        padding: 0 10px;
        margin-top: 16px;
        font-size: 12px;
        font-weight: 300;
    }
    button {
        margin-top: 0px;
        padding: 9px 0;
        font-size: 12px;
    }

    .logo_text img {
        max-height: 70px;
    }
}

/*@media screen and (max-width: 375px) and (max-height: 700px) {*/
@media screen and (max-height: 746px) {
    .kesalahan{
        font-size: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .form-paragraph {
        line-height: 200%;
        font-size: 6px;
    }
    .status-title {
        margin-top: 6px;
        font-size: 7px;
    }
    .status_label {
        margin-top: 0;
        font-size: 9px;
    }
    .logout-button {
        margin-top: 16px;
        padding: 6px 0;
        font-size: 10px;
    }

    .notif-ornament {
        background: url(../images/icon-our-18px.png) no-repeat center center;
        width: 100%;
        height: 20px;
        margin-top: -10px;
    }

    .notif-dialogue {
        height: 240px;
        width: 235px;
        transform: translate(50%,-90%);
        padding: 15px 20px;
    }

    .notif-title {
        margin-top: 8px;
        font-size: 9px;
    }

    .notif-text {
        margin-top: -5px;
        font-size: 7px;
    }

    .feedback-sent {
        font-size: 12px;
        line-height: 18px;
        color: #80FF66;
    }

    form {
        height: 240px;
        width: 235px;
        transform: translate(50%,-90%);
        padding: 20px 20px;
    }
    form h3 {
        font-size: 14px;
        line-height: 0px;
    }
    label {
        display: block;
        font-size: 10px;
        margin-top: 10px;
        font-weight: 500;
        text-align: center;
    }
    input {
        display: block;
        height: 33px;
        width: 100%;
        background-color: rgba(255,255,255,0.07);
        border-radius: 3px;
        padding: 0 10px;
        margin-top: 15px;
        font-size: 10px;
        font-weight: 300;
    }
    button {
        margin-top: 0px;
        padding: 8px 0;
        font-size: 12px;
    }
}

@media screen and (max-height: 720px) {
    .form-paragraph {
        line-height: 200%;
        font-size: 6px;
    }
    .status-title {
        margin-top: 6px;
        font-size: 7px;
    }
    .status_label {
        margin-top: 0;
        font-size: 9px;
    }
    .logout-button {
        margin-top: 16px;
        padding: 6px 0;
        font-size: 10px;
    }
    .logo_text img {
        max-height: 65px;
    }
}

@media screen and (max-width: 280px) {
    .form-paragraph {
        line-height: 200%;
        font-size: 6px;
    }
    .status-title {
        margin-top: 6px;
        font-size: 7px;
    }
    .status_label {
        margin-top: 0;
        font-size: 9px;
    }
    .logout-button {
        margin-top: 16px;
        padding: 6px 0;
        font-size: 10px;
    }
    .logo_text img {
        max-height: 65px;
    }
}

