body {
    background: #5f2c82 !important; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #49a09d, #5f2c82) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #49a09d, #5f2c82) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.form-custom {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #666;
    outline: none;
    background: rgba(255, 255, 255, 0.7);
    transition: 400ms;
}

.form-custom:focus {
    background: #fff;
}

.login-logo {
    margin-bottom: 0px;
}

.box-body p {
    margin: 5px;
}

.fa-refresh {
    animation: agun infinite 3s;
}

@keyframes agun {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.img-login {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-box-body {
    background: transparent;
    color: #fff;
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.description-box-shadow {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8)
}

.form-check-label {
    margin-left: 5px;
}

.form-check-input {
    transform: scale(1.5);
}

.form-check {
    padding: 5px !important;
}

.label-error {
    margin-top: 8px;
    margin-left: 5px;
}
