/*!

 =========================================================
 * CSS PERSONALISADO B2FLY - V1.0.0
 =========================================================

*/

.box-login {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(60deg,#ec407a,#d81b60);
    border: 0px solid #ffffff00;
    border-radius: 3px;
    color: #fff;
    margin-top: -19px!important;
    margin-bottom: 0px;
    box-shadow: 0px 6px 12px -7px #000;
}
.background-login {
    background: #00000078;
    height: 100vh;
    width: 100vw;
    max-width: inherit;
}
/* .login-box-shadow {
    box-shadow: 0px 0px 0px 0px #fff0;
} */
.login-background {
    /* background: -webkit-linear-gradient(left, #22d686, #24d3d3, #22d686, #24d3d3);
    background: linear-gradient(to right, #ffffff, #24d3d3, #22d686, #00d4fb); */
    background-image: url(../../upload/login.jpg);
    background-size: cover;
    background-position: top center;
    height: auto;
    min-height: 100vh;
    /* background-size: 600% 100%; */
}
.form-control:focus {
    color: #495057;
    background-color: #fff0 !important;
    border-color: #ced200;
    outline: 0;
    /* box-shadow: 0px 6px 8px -8px rgb(4 0 0); */
    box-shadow: 0px 0px 0px 0px #fff0;
    /* transition: 0.5s; */
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #ffffff00;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 12px 16px -12px rgb(0 0 0);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(3.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff0 !important;
    background-clip: padding-box;
    border-bottom: 1px solid #000810;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 768px){
    .panel-body {
        padding: 15px;
        min-width: 355px;
        padding: 28px !important;
    }
    h3.title.text-center {
        font-size: 24px;
    }
    span.font-15 {
        font-size: 20px;
    }
}