.contactForm {
    padding: 0 0 0 0px;
    max-width: 500px;
    width: 100%;
    margin:auto;
}

.fifty {
    width:100%;
    display:block;
    padding: 10px;
}

.fifty:last-child {
text-align:center;
}


.contactus .form-control {
    background: #273657;
    color: #b0c3ed !important;
}

.contactus .form-group {
    margin-top: 5px;
}

.contactForm .btn-primary {
    background-color: #eeeeee;
    color: #223c66;
    border: 0;
    width: 100%;
}

.contactForm .btn-primary:hover {
    background-color:#223c66 ;
    color: #eeeeee;
}


.cuLoader {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}

    .cuLoader div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        -webkit-animation: cuLoader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
                animation: cuLoader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .cuLoader div:nth-child(2) {
            -webkit-animation-delay: -0.5s;
                    animation-delay: -0.5s;
        }

@-webkit-keyframes cuLoader {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes cuLoader {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@media (min-width:481px) {

}

@media (min-width:768px) {

}

@media (min-width:1000px) {
    .contactForm {
        margin: unset;
    }

    .fifty {
        width: 50%;
        display: table-cell;
    }

    .fifty:last-child {
        text-align: left;
    }
}

@media (min-width:1025px) {
}

@media (min-width:1441px) {
}