.btn-primary {
  border-color: #33A4A5;
  background-color: #33A4A5;
}
.btn-primary:hover {
    color: #fff;
    border-color: #33A4A5 !important;
    background-color: #33A4A5;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #33A4A5;
    background-color: #33A4A5;
}
.box_login{

    background: #F1F7FC !important;
}
.h1, h1 {
    font-size: 1.4em;
}
.h2, h2 {
    font-size: 1.3em;
}
.h3, h3 {
    font-size: 1.2em;
}
.h4, h4 {
    font-size: 1.1em;
}
.img-preview {
    background: #cccccc;
    max-height: 70px;
    /* width: 70px; */
}
.floating-label label:first-child {
    margin-top: -4px;
    opacity: 1 !important;
}
a{
  color: #33A4A5;
font-size: 16px;
}

h3{
  color: #edf2f9;
  border-bottom: thin solid #33A4A5;
  padding: 0 0 10px 0 !important;
  margin-bottom: 20px;
}
._logo_login{
  width: 70%;
border: 2px solid #f1f7fc;
padding: 10px;
border-radius: 30px;
}
.m-h-100{
    background-size: 80% !important;
    background-repeat: no-repeat !important;
}