.profilesContainer {
    width: 350px;
}
.profileSelect {
    cursor: pointer;
    cursor: hand;
}
.widget{
    box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    -webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
}
.widget:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#message {
    text-align: center;
    width: 100%;
    color: #4a4a4a;
   /*color: #FFFFFF;
   */
    font-size: large;
    margin-top: 30px;
    margin-bottom: -30px;
    font-weight: 400;
    display: none;
}
@media (max-width: 595px) {
    .brand {
        text-align: center;
   }
}
@media (max-width: 767px) {
    .profilesContainer {
        width: 100%;
   }
}
@media (max-height: 740px) {
    .page-login-v2 .page-login-main .brand {
        margin-bottom: 0 !important;
   }
}
@media (max-width: 770px) {
    .page-login-v2 form {
        width: 100% !important;
        text-align: center !important;
        margin: 45px 0 20px;
   }
    .page-login-v2 .page-login-main {
        width: 100% !important;
        text-align: center !important;
   }
}
/* ============================================== bigEntrance ============================================== */
.bigEntrance {
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}
@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
   }
    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
   }
    45% {
        transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
    75% {
        transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
    90% {
        transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
}
@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
   }
    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
   }
    45% {
        -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
    75% {
        -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
   }
}
.g-recaptcha {
    display: inline-block;
}
.text-xs-center {
    text-align: center;
}
.fullw {
    width: 100% !important;
    text-align: center;
}
.social{
    display: block;
}
.disabledContent {
    pointer-events: none;
    opacity: 0.4;
}
/* ============================================== Pagina de carga ============================================== */
.box{
    width: 240px;
    height: 150px;
    position: absolute;
    top: calc(50% - 105px);
    top: -webkit-calc(50% - 105px);
    left: calc(50% - 120px);
    left: -webkit-calc(50% - 120px);
}
.textLoad{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 100;
    font-size: 35px;
    position: inherit;
    top: calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-animation: fade-in-out 2.5s infinite;
    -moz-animation: fade-in-out 2.5s infinite;
    -o-animation: fade-in-out 2.5s infinite;
    animation: fade-in-out 2.5s infinite;
}
.comp{
    position: absolute;
    top: 0px;
    width: 80px;
    height: 55px;
    border: 3px solid #fff;
    border-radius: 5px;
}
.comp:after{
    content: '';
    position: absolute;
    z-index: 5;
    top: 19px;
    left: 5px;
    width: 65px;
    height: 10px;
    border-radius: 360px;
    border: 3px solid #fff;
}
.loader_login{
    position: absolute;
    z-index: 5;
    top: 23px;
    width: 8px;
    left: 10px;
    height: 8px;
    border-radius: 360px;
    background: #fff;
    -webkit-animation: loader 5s infinite linear 0.5s;
    -moz-animation: loader 5s infinite linear 0.5s;
    -o-animation: loader 5s infinite linear 0.5s;
    animation: loader 5s infinite linear 0.5s;
}
.con{
    position: absolute;
    top: 28px;
    left: 80px;
    width: 106px;
    height: 3px;
    background: #fff;
}
.byte{
    position: absolute;
    top: 25px;
    left: 80px;
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 360px;
    z-index: 6;
    opacity: 0;
    -webkit-animation: byte_animate 5s infinite linear 0.5s;
    -moz-animation: byte_animate 5s infinite linear 0.5s;
    -o-animation: byte_animate 5s infinite linear 0.5s;
    animation: byte_animate 5s infinite linear 0.5s;
}
.server{
    position: absolute;
    top: 22px;
    left: 185px;
    width: 35px;
    height: 35px;
    z-index: 1;
    border: 3px solid #fff;
    border-radius: 360px;
    -webkit-transform: rotateX(58deg);
    -moz-transform: rotateX(58deg);
    -o-transform: rotateX(58deg);
    transform: rotateX(58deg);
}
.server:before{
    content: '';
    position: absolute;
    top: -47px;
    left: -3px;
    width: 35px;
    height: 35px;
    z-index: 20;
    border: 3px solid #fff;
    border-radius: 360px;
}
.server:after{
    position: absolute;
    top: -26px;
    left: -3px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 35px;
    height: 40px;
    z-index: 17;
    content: '';
}
/*Byte Animation*/
@-webkit-keyframes byte_animate{
    0%{
        opacity: 0;
        left: 80px;
   }
    4%{
        opacity: 1;
   }
    46%{
        opacity: 1;
   }
    50%{
        opacity: 0;
        left: 185px;
   }
    54%{
        opacity: 1;
   }
    96%{
        opacity: 1;
   }
    100%{
        opacity: 0;
        left: 80px;
   }
}
@-moz-keyframes byte_animate{
    0%{
        opacity: 0;
        left: 80px;
   }
    4%{
        opacity: 1;
   }
    46%{
        opacity: 1;
   }
    50%{
        opacity: 0;
        left: 185px;
   }
    54%{
        opacity: 1;
   }
    96%{
        opacity: 1;
   }
    100%{
        opacity: 0;
        left: 80px;
   }
}
@-o-keyframes byte_animate{
    0%{
        opacity: 0;
        left: 80px;
   }
    4%{
        opacity: 1;
   }
    46%{
        opacity: 1;
   }
    50%{
        opacity: 0;
        left: 185px;
   }
    54%{
        opacity: 1;
   }
    96%{
        opacity: 1;
   }
    100%{
        opacity: 0;
        left: 80px;
   }
}
@keyframes byte_animate{
    0%{
        opacity: 0;
        left: 80px;
   }
    4%{
        opacity: 1;
   }
    46%{
        opacity: 1;
   }
    50%{
        opacity: 0;
        left: 185px;
   }
    54%{
        opacity: 1;
   }
    96%{
        opacity: 1;
   }
    100%{
        opacity: 0;
        left: 80px;
   }
}
/*LOADER*/
@-webkit-keyframes loader{
    0%{
        width: 8px;
   }
    100%{
        width: 63px;
   }
}
@-moz-keyframes loader{
    0%{
        width: 8px;
   }
    100%{
        width: 63px;
   }
}
@-o-keyframes loader{
    0%{
        width: 8px;
   }
    100%{
        width: 63px;
   }
}
@keyframes loader{
    0%{
        width: 8px;
   }
    100%{
        width: 63px;
   }
}
/*FADE IN-OUT*/
@-webkit-keyframes fade-in-out{
    0%{
        opacity: 1;
   }
    50%{
        opacity: 0;
   }
    100%{
        oapcity: 1;
   }
}
@-moz-keyframes fade-in-out{
    0%{
        opacity: 1;
   }
    50%{
        opacity: 0;
   }
    100%{
        oapcity: 1;
   }
}
@-o-keyframes fade-in-out{
    0%{
        opacity: 1;
   }
    50%{
        opacity: 0;
   }
    100%{
        oapcity: 1;
   }
}
@keyframes fade-in-out{
    0%{
        opacity: 1;
   }
    50%{
        opacity: 0;
   }
    100%{
        oapcity: 1;
   }
}
.load_bg_anim {
    animation: colorchange 2.5s;
    -webkit-animation: colorchange 50s;
    position: inherit;
    width: 100%;
    height: 100%;
   /*background-color: #459BF9;
   */
   /* background: radial-gradient(ellipse at center, rgba(245,247,250,1) 0%, rgba(230,233,237,1) 100%);
    */
    background-color: rgb(255, 255, 255);
    z-index: 999;
}
@keyframes colorchange {
    0% {
       background: rgba(26, 188, 156, 0.80);
   }
    25% {
       background: rgba(41, 128, 185, 0.80);
   }
    50% {
       background: rgba(211, 84, 0, 0.80);
   }
    75% {
       background: rgba(44, 62, 80, 0.80);
   }
    100% {
       background: rgba(127, 140, 141, 0.80);
   }
}
@-webkit-keyframes colorchange {
    0% {
       background: rgba(26, 188, 156, 0.80);
   }
    25% {
       background: rgba(41, 128, 185, 0.80);
   }
    50% {
       background: rgba(211, 84, 0, 0.80);
   }
    75% {
       background: rgba(44, 62, 80, 0.80);
   }
    100% {
       background: rgba(127, 140, 141, 0.80);
   }
}
.btn-primary {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-primary {
    color: #fff;
    background-color: #0776ff;
    border-color: #0776ff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #435f9b;
    border-color: #435f9b;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.bg-blue-600 {
    background-color: #0776ff!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.bg-blue-600:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.page-login-v2 .page-login-main .brand-text {
    color: #000000 !important;
}
.toast-success {
    background-color: #009688 !important;
}
.toast-info {
    background-color: #03A9F4 !important;
}
.toast-error {
    background-color: #F44336 !important;
}
.toast-warning {
    background-color: #FF9800 !important;
}
.page-login-v3:before{
   position:fixed;
   top:0;
   left:0;
   z-index:-1;
   width:100%;
   height:100%;
   content:'';
   background:#fff;
   background-image:url(data:image/svg+xml;
   base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYThlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTcxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
   background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#0776ff));
   background-image:-webkit-linear-gradient(top,#fff 0,#0776ff 100%);
   background-image:-o-linear-gradient(top,#fff 0,#0776ff 100%);
   background-image:linear-gradient(to bottom,#fff 0,#0776ff 100%);
   background-repeat:repeat-x;
   background-position:center top;
   -webkit-background-size:cover;
   background-size:cover
}
.page-login-v3 .panel{
   width:400px;
   margin-bottom:45px;
   background:#fff;
   /*background:#3b3b3b;
   */
   border-radius:.286rem
}
.page-login-v3 .panel .panel-body{
   padding:50px 40px 40px
}
.page-login-v3 .panel .brand-text{
   margin-top:8px
}
.page-login-v3 form{
   margin:45px 0 30px
}
.page-login-v3 form a{
   margin-left:20px
}
.page-login-v3 form .form-material.floating+.page-login-v3 form .form-material.floating{
   margin-top:30px
}
.page-login-v3 form .form-material label{
   font-weight:300;
   color:#a3afb7
}
@media (max-width:479px){
   .page-login-v3 .page-content{
       padding:30px 20px
   }
   .page-login-v3 .panel{
       width:auto;
       padding:10px
   }
   .page-login-v3 .panel .panel-body{
       padding:35px 25px 35px
   }
}
