input[type="text"]#subdomaintwo{
        -webkit-appearance:none!important;
        color:#e84c3d;
        text-align:right;
    }
    input[type="text"]#subdomain{
        -webkit-appearance:none!important;
        border-right:0px;
        outline:none;
    }

    .errors_data{
        color: #e84c3d;
        font-weight: bold;
        font-size: 12px;
    }

    .text-red {
        color: red;
        font-size: 12px;
        font-weight: bold;
    }

    .text-green {
        color: green;
        font-size: 12px;
        font-weight: bold;
    }
