#nsignup {
    background: #fff;
    margin-bottom: 50px;
    height: auto;
}

#nsignup .logo {
    margin-top: 0;
}

#nsignup.clear {
    background-image: none;
    background: #F2F5F8;
}

#nsignup.clear .logo .brankic-pen {
    color: #8CAAC0;
}

#nsignup.clear h3 {
    color: #323438;
}

#nsignup.clear .content {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#nsignup.clear .bottom-wrapper .message {
    text-shadow: 1px 1px #fff;
    border: 1px solid #C7CFD3;
    color: #333;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 1px 0 rgba(255, 255, 255, 0.83);
}

#nsignup.clear .bottom-wrapper .message a {
    color: #428bca;
}

#nsignup .signup-switcher {
    position: absolute;
    top: 170px;
    right: 0;
}

#nsignup .signup-switcher a {
    display: block;
    background: #fff;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 3px 0 0 3px;
    color: #3A3A3A;
    border: 1px solid #C9DBF5;
    border-right: 0;
    text-decoration: none;
}

#nsignup .signup-switcher a[data-class=""] {
    background: #5A7A9E;
    color: #fff;
    border-color: #8DA5C4;
}

#nsignup .signup-switcher a[data-class=""] .fa-check {
    color: #fff;
}

#nsignup .signup-switcher a.active .fa-check {
    opacity: 1;
}

#nsignup .signup-switcher a .fa-check {
    color: #83C490;
    font-size: 14px;
    position: relative;
    top: 1px;
    right: 6px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#nsignup .logo {
    text-align: center;
    display: block;
    text-decoration: none;
}

#nsignup .logo .brankic-pen {
    color: #FFFFD8;
    font-size: 40px;
}

@media (max-width: 767px) {
    #nsignup .logo .brankic-pen {
        font-size: 34px;
    }
}

#nsignup h3 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
}

@media (max-width: 767px) {
    #nsignup h3 {
        font-size: 20px;
        margin-top: 15px;
    }
}

#nsignup .content {
    max-width: 620px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 42px 56px;
    background: #fff;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

@media (max-width: 767px) {
    #nsignup .content {
        max-width: 90%;
        padding: 35px;
    }
}

#nsignup .content .fields {
    margin-bottom: 50px;
}

#nsignup .content .fields strong {
    display: block;
    margin-bottom: 20px;
}

#nsignup .content .fields input[type="text"],
#nsignup .content .fields input[type="password"] {
    margin-bottom: 15px;
}

#nsignup .content .info {
    margin-top: -10px;
}

#nsignup .content .signup {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
}

#nsignup .bottom-wrapper {
    padding-bottom: 120px;
}

#nsignup .bottom-wrapper .message {
    max-width: 360px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    border-radius: 4px;
    padding: 18px;
    border: 1px solid #8B9BC4;
    color: #fff;
}

#nsignup .bottom-wrapper .message a {
    margin-left: 6px;
    color: #fff;
}

#nsignup .page-information {
    background: #013d4d;
    background: -moz-linear-gradient(left, #013d4d 0%, #00343c 100%);
    background: -webkit-linear-gradient(left, #013d4d 0%, #00343c 100%);
    background: linear-gradient(to right, #013d4d 0%, #00343c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013d4d', endColorstr='#00343c', GradientType=1);
    color: #fff;
    width: 100%;
    padding: 30px 0;
    margin: 0;
}

@media (min-width: 768px) {
    #nsignup .content-signup {
        margin: 50px 200px 0 200px;
        position: absolute;
        height: 100%;
    }
}

@media (max-width: 767px) {
    #nsignup .content-signup {
        margin: 50px 50px 0 50px;
        position: absolute;
        height: 100%;
    }

    .mobile-margin-bottom {
        margin-bottom: 50px;
    }
}

#nsignup .logo img {
    height: 100px;
}

#nsignup div.form-control {
    border: 0;
    box-shadow: none;
}

#nsignup .row-terms .def-check {
    margin: 50px;
    text-align: center;
}

#nsignup .content-terms {
    overflow-y: scroll;
    height: 350px;
}

#nsignup .error:before {
    content: none !important;
}

.border-green {
    border: 2px dashed #43b980;
}

.border-red {
    border: 2px dashed red;
}

.dropzone-div {
    margin-bottom: 3rem;
}

.dropzone {
    border: 2px dashed #43b980;
    border-radius: 5px;
    background: white;
}

.dropzone .dz-message {
    font-weight: 400;
}

.dropzone .dz-preview .dz-image {
    width: 100px !important;
    height: 100px !important;
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-area {
    text-align: center;
}

.loading-area p {
    margin-top: 20px;
    margin-bottom: 0;
}

.loading-area .loading {
    border: 5px solid #43b980;
    border-top: 5px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spinning 2s linear infinite;
    margin-left: 45%;
}

.alert-warning {
    padding-right: 15px;
    padding-left: 15px;
}