.xxlarge{
    font-size: xx-large;
}
.xlarge{
    font-size: x-large;
}
.large{
    font-size: large;
}
.step{
    color:#0168fa;
}
#domain_name.form-control{
    border-radius: 4px 0px 0px 4px;
    /* border-right: none; */
}
#fixedip_in.form-control{
    border-radius: 0px 4px 4px 0px;
    /* border-left: none; */
}
.border-custom{
    border:1px solid rgba(72, 94, 144, 0.16);
}
.footerfix{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.small-input{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
@media only screen and (max-width: 768px) {
    .btn-width{
        width:50%
    }
}
.videos-dashboard{
    position:relative;
    bottom: 15px;
    font-size: x-large;
}
.img-width{
    width: inherit;
}