.body-register_domain {
    background-color: #FE775A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    display: flex;
    justify-content: center;
}

.body-register_domain .container .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control {
    display: flex;
    align-items: center;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.input-custom-register {
    width: 100%;
    outline: none;
    border: none;
}

/* Menggeser <span> ke kanan */
.domain-check span {
    /* margin-left: auto; */
    /* Menggeser ke kanan */
    color: #0B5089;
    font-weight: 600;
}

.text-orange {
    color: #FE775A;
}

.btn-orange {
    background-color: #FE775A;
}

.btn-blue {
    background-color: #0B5089;
    color: #FFFFFF;
}

.btn-blue:hover {
    background-color: #0B5089;
    color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px #0B5089;
    text-shadow: 0px 0px 5px #0B5089;
}

.custom-color-blue {
    color: #0B5089;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
}

.right-loading {
    position: absolute;
    right: 0;
    top: 266px;
    margin-right: 38px;
}

.right-done {
    position: absolute;
    right: 0;
    top: 266px;
    margin-right: 38px;
}

.right-error {
    position: absolute;
    right: 0;
    top: 266px;
    margin-right: 38px;
}

a {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    #UNEYV {
        display: none;
    }

    #PWJBB {
        padding: 0px 20px;
    }
}