.owl-dot span {
    background-color: #e9e9e9 !important;
}

.owl-dot.active span {
    background-color: #ff4544 !important;
}

.bodyItem {
    height: calc(100vh - 16vh);
}

.content {
    border-radius: 20px 20px 0px 0px;
    position: fixed;
    bottom: -15px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 11;
}

.iconContent {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
    z-index: 0;
    background-color: #dd1d28;
}

.buttonBottom,
.wadahRegister {
    position: relative;
    bottom: 10px;
    left: 0px;
    right: 0px;
}

.tombolNext {
    position: fixed;
    z-index: 5;
    bottom: 11px;
    left: 0px;
    right: 0px;
}

.next {
    width: 90%;
    background-color: #ff4544;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 15px;
}

.next:active,
.btnLogin:active {
    background-color: #ca4956;
}

.skip {
    background-color: #ff4544;
    text-align: center;
    padding: 5px 8px;
    text-decoration: none;
    border-radius: 8px;
    position: fixed;
    z-index: 10;
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.login {
    position: relative;
    animation-name: example;
    animation-duration: 0s;
}

.btnLogin {
    color: white;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    background-color: #ff4544;
    text-align: center;
    padding: 8px 0px;
    border: 0px;
    border-radius: 8px;
}

.register {
    position: relative;
    animation-name: example;
    animation-duration: 0s;
}

.btnRegister {
    color: #ff4544;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 8px 0px;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid rgb(148 163 184);
}

.btnRegister:active {
    background-color: rgb(243, 243, 243);
}

.forgot {
    position: relative;
    animation-name: example;
    animation-duration: 0s;
}

.btnResend {
    color: white;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    background-color: #ff4544;
    text-align: center;
    padding: 8px 0px;
    border: 0px;
    border-radius: 8px;
}

.btnResend:disabled {
    color: rgb(196, 195, 195);
    width: 100%;
    background-color: rgb(199, 69, 82);
    text-align: center;
    padding: 8px 0px;
    border: 0px;
    border-radius: 8px;
}

@keyframes example {
    from {
        right: -500px;
    }

    to {
        right: 0px;
    }
}

@media screen and (max-height: 600px) {
    .bodyItem {
        height: 104vh;
    }

    .owl-dot {
        margin: 15px 2px !important;
    }

    .tombolNext {
        position: relative;
    }

    .content {
        border-radius: 20px 20px 0px 0px;
        position: relative;
        left: 0;
        right: 0;
    }

    .iconContent {
        position: relative;
        height: 50%;
        background-color: #dd1d28;
    }

    .buttonBottom {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .tombolNext {
        position: relative;
        bottom: 1px;
    }

    .next {
        padding: 5px;
    }
}

@media screen and (min-height: 700px) {
    .wadahRegister {
        position: fixed;
        bottom: 19px;
        left: 16px;
        right: 16px;
    }
}

@media screen and (min-width: 700px) {
    .bodyItem {
        height: calc(100vh + 23vh);
    }

    .owl-dot {
        margin: 15px 2px !important;
    }

    .tombolNext {
        position: relative;
    }
}
