 html,
    body {
        height: 100%;
    }
body {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    justify-content: flex-start;  
    align-items: center;
    flex-direction:row;
    
    /*Font-family : sans-serif, verdana,helvetica;
    Font-style : normal;
    Font-size : 8pt;*/
    /*Color : #000000;*/
    Background-color : #fafafa;
    /* Background-image : url("../img/sidebar_bg.jpg"); */
    Background-repeat : no-repeat;
    Background-attachment : fixed;
    Background-position : top center;
    }

    .login-box .card{
        margin-top: 180px;
        border:1px solid #9575CD;
        border-radius: 5px 5px;  
    }   
        /* label focus color */
    .input-field input:focus + label {
    color:#5E35B1 !important;
    }
    /* label underline focus color */
    .row .input-field input:focus {
    border-bottom: 1px solid #5E35B1!important;
    box-shadow: 0 1px 0 0 #5E35B1 !important
    }
    .input-field .prefix.active{
        color:#5E35B1 !important; 
    }

    [type="checkbox"]:checked+label:before{
        border-right: 2px solid #FFD600;
        border-bottom: 2px solid #FFD600;
    }
    .dropdown-content li>a, .dropdown-content li>span{
        color:#5E35B1;
    }
    #btn-login{
        background-color: #5E35B1;
    }
    #btn-login-external {
        background-color: #fff;
        border: 1px solid #5E35B1;
        color: #000 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        gap: 4px;
        text-align: center;
        height: 42px;
    }

    #btn-login-external .loginWith {
        color: #5E35B1;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .hr-with-text {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 10px 0;
        gap: 10px;
      }
      
      .hr-with-text hr {
        flex: 1;
        border: none;
        height: 1px;
        padding: 0px 10px 0px 10px;
        background-color: #959595;
      }
      
      .hr-with-text .hr-text {
        color: #000;
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
      

.footer {
    text-align:center;
} 

.progress .indeterminate {
    background-color: #fff;
}

.progress {
    background-color:  #5E35B1;
}

.wrapper{
    height: 100vh ;
    display: flex !important;
    align-items: center !important;
}

#img-logo-server img{
    width: 60% !important;
    height: 0% !important;
}

#img-logo-server{
    margin-top: 10% !important;
   }

.row div.footer p{
    margin-top: -20px;
}

#preloader{
    margin-top: -15px;
}

div.loader{
    margin-top: -25px;
}

/*MIGRACION LOGIN DE VERSION MATERIAL 0.100 A 1.000*/

.mt-up-btn-login-submit{
    padding: 0px 25px !important;
}

.mt-up-margin-bottom{
    margin-bottom: 0px !important;
}

.mt-branch{
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*MIGRACION LOGIN DE VERSION MATERIAL 0.100 A 1.000*/
