.pet-login{

    background-color: #fff;
    background-image: url(../img/bg/pet.png);
    background-size: cover;

}

.pet-login header{
    width: 100%;
    background-color: #0E2B58;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #0E2B58;
    font-size: 1.7em;
    color: #fff;
}

.pet-login header img{
   max-width: 80px;
    
}

.pet-login-form{
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    margin-top: 5%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.pet-login-form span.need{
    color: #a19f9f;
}

.pet-login-form .input-group{
    width: 100%;
    margin-bottom: 20px;
    z-index: 1;
}


.pet-login-form .btnShowLoginPass{
    position: absolute;
    right: 10px;
    top: 32px;
    z-index: 2;
}

.pet-login-form  .cn-input-pass{
    width: 85% !important;
}


.pet-login-form .empresa-logo{
    width: 100%;
    text-align: center;
   
}

.pet-login-form .empresa-logo img{
    max-width: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.pet-login-form .empresa-nome{
    font-size: 1.5em;
    vertical-align: middle;
   
    padding-top: 15px;
}

.pet-login-form h4{
    display: block;
    text-align: center;
}


.swal-footer{
    text-align: center !important;
}


.btn-login{
     background-color: #0E2B58 !important;
      border-color: #0E2B58 !important;
      transition: all ease-in 0.1s !important;
}
.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.btn-login.active {
  background: #B9974C !important;
 
  border-color: #B9974C !important;
  
}


@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {
  .pet-login-form  .cn-input-pass{
    width: 80% !important;
}
.pet-login header{
    font-size: 18px;
}
  
}

@media only screen and (max-width : 767px) {
   .pet-login-form  .cn-input-pass{
    width: 80% !important;
}
.pet-login header{
    font-size: 18px;
}
}

@media only screen and (max-width : 480px) {
  .pet-login-form  .cn-input-pass{
    width: 80% !important;
}
.pet-login header{
    font-size: 18px;
}
}

@media only screen and (max-width : 320px) {
.pet-login-form  .cn-input-pass{
    width: 80% !important;
}
.pet-login header{
    font-size: 18px;
}
    
}