
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800');
/*font-family: 'Montserrat', sans-serif;*/
/*2019 09 06 */


:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
  }
  
  
  
  
  
  
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#00602f/*#ab0707!important*/; /* Change input feild color */
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(18, 58, 124, .25)!important; /* Change input feild color */
}
.btn-primary {
        background-color: #212121!important; 
		 border-color:  #212121!important; /* Change Button color */
		
    color: #ffffff!important; /* Change Button color */
   
}
 
 .btn-primary:hover,.btn-primary:focus { color:#fffffff!important;
    background-color: #a05e2a!important; /* Change Button color */
    border-color:#a05e2a!important; /* Change Button color */
} 
  
.form-group.control-focus .control-label {
    color: ##00602f; /* Change place holder selected color */
}
  
  
.LBtmLink, .LBtmLink:active,.LBtmLink:link,.LBtmLink:visited{  color:##00602f; text-decoration:none;}
.LBtmLink:hover { color:##00602f; text-decoration:underline; }

  
  
  .LoginLogoImage img{ max-height:160px;}
  
.login-heading, .LoginLogoImage { text-align:center;}
  
.control-label { 
 
    margin: 0;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    max-width: 100%;
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group [class*="col-"] .control-label {
    left: 16px;
}

.form-group.control-focus .control-label, .form-group.control-highlight .control-label {
    -webkit-transform: scale(0.9, 0.86) translateY(0px);
    transform: scale(0.9, 0.86) translateY(0px);
}



@supports (display:-ms-grid) { .form-group.control-focus .control-label, .form-group.control-highlight .control-label {
    transform: scale(0.9, 0.86) translateY(-15px);
}
 }



.form-group {
    margin-top: 6px;
    position: relative;
}

    .form-group .form-control {
        z-index: 1;
    }

        .form-group .form-control::-webkit-input-placeholder,
        .form-group .form-control::-moz-placeholder,
        .form-group .form-control:-ms-input-placeholder,
        .form-group .form-control::placeholder {
            color: transparent;
        }

legend + .form-group {
    margin-top: 12px;
}

.form-control {
    width: 100%;
    height: 32px;
    padding: 0px;
    padding-bottom: -10px;
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
	padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
    border-radius: 2rem;
}

    .form-control:-webkit-autofill,
    .form-control:-webkit-autofill:hover,
    .form-control:-webkit-autofill:focus .form-control:-webkit-autofill {
        background-color: #fff !important;
        background-image: none;
        color: #000000;
        -webkit-text-fill-color: #000000;
        -webkit-box-shadow: 0;
        transition: background-color 5000s ease-in-out 0s;
    }

    .form-control, .form-control:focus {
        box-shadow: 0 0 0px transparent !important;
    }

        .form-control:focus {
       0
            border-bottom-width: 2px;
            outline: 0;
            box-shadow: 0 0 0 !important;
            -webkit-box-shadow: 0 0 0 !important;
        }

            .form-control:focus:invalid {
                border-color: #4285f4;
                border-bottom-width: 2px;
            }

        .form-control::-webkit-input-placeholder,
        .form-control::-moz-placeholder,
        .form-control:-ms-input-placeholder,
        .form-control::placeholder {
            color: transparent !important;
        }

        .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
            border-style: double;
            background-color: transparent;
            color: rgba(0, 0, 0, 0.38);
            cursor: not-allowed;
            opacity: 1;
        }
		
		
   
   input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
   /* transition: background-color 5500s ease-in-out 0s;
   -webkit-box-shadow: inset 0 0 0 500px transparent;*/
}

/* Materialize fix labels overlapping */
input[type]:-webkit-autofill + label{
    -webkit-transform: translateY(10%);
   transform: translateY(10%);
	
}


/* fix clicking label does not activate text input */
.input-field label {
    pointer-events: all;
}
/*_:-ms-lang(x), .form-group label { display:none!important }*/ 











  .login,
  .image {
    min-height: 100vh;
  }
  
  .bg-image {
    background-image: url('login-background-new.jpg?format=1500w');
    background-size: cover;
    background-position: -50px 0px; box-shadow: 5px 0px 10px 5px rgba(0,0,0,0.34);

  }
  
  .login-heading {
    font-weight: 300;
  }
  
  .btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
    border-radius: 2rem;
  }
  
  .form-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-group>input,
  .form-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
    border-radius: 2rem;
  }
  
 .form-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;

    line-height: 2;
    color: #495057;
    cursor: text;
  
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }

  .form-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-group input::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-group input::-moz-placeholder {
    color: transparent;
  }
  
  .form-group input::placeholder {
    color: transparent;
  }
  
  .form-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
  }
  
  .form-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
  }

  
  
  


label {    font-weight: 400!important;}
.btn-login {
    height: 45PX!IMPORTANT;
    font-size: 18px!important;
}



@supports (-ms-ime-align: auto) {
	
.form-group input:not(:placeholder-shown)~label{
    display: none;
}

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .form-group input{ padding:19px 0px 18px 20px }
  .form-group label { padding-left:20px }
}