legend {
    color: #fff;
}
#partner-registration-form p {
    color: #fff;
    font-size: 16px;
}

.registration-container {
    position: relative;
    top: 70px;
    z-index: 10000;
}

.registration-box-header {
    margin: 0 auto;

}

.svg-container {
    position: relative;
}

.svg-container img.z2 {
    z-index: 2;
}

.registration-box-body {
    border: 0 none;
    background: transparent;
}

.registration-box-body .form-control-feedback {
    background: black;
    color: #00998a;
    border: 1px solid #00998a;
}

.registration-box-body select.form-control {
    padding: 5px 13px;
    border: 0;
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat right #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position-x: 98%;
}

.registration-label {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.forgot-password-link {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.registration-link {
    float: right;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.move__svg {
    -webkit-animation: svgMove 5s infinite;
    animation: svgMove 5s infinite;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: svgMove;
}

.svg__top {
    width: 85%;
    top: -14%;
    left: 20%;
    -webkit-animation: svgMove 8s infinite;
    animation: svgMove 8s infinite;
}

#defaultCanvas0 {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 800px) {
    .logo {
        float: none!important;
    }
}

@-webkit-keyframes svgMove {
    from {
        -webkit-transform: rotate(0) translate(-16px) rotate(0);
        transform: rotate(0) translate(-16px) rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg) translate(-16px) rotate(-360deg);
        transform: rotate(360deg) translate(-16px) rotate(-360deg)
    }
}
@-webkit-keyframes svgMove_2 {
    from {
        -webkit-transform: rotate(0) translate(16px) rotate(0);
        transform: rotate(0) translate(16px) rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg) translate(16px) rotate(-360deg);
        transform: rotate(360deg) translate(16px) rotate(-360deg)
    }
}