body{
    height: 100vh;
    width: 100%;
    background-color: #E5E5E5;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}

footer{
    background-color: black;
    width: 100%;
    height: 45px;
    padding: 2px 5px;
    font-size: 13px;
    color: #BFBFBF;
    bottom: 0;
    position: fixed;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    align-content: center;
}

input[type ="email"]{
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    border: 0.1px solid #DADADA;
    border-radius:5px;
    padding:10px;
    text-indent:11px;
    background-size:20px;
    width:320px;
    color: #7b7b7b;
  }

  input[type ="password"]{
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    border: 0.1px solid #DADADA;
    border-radius:5px;
    padding:10px;
    text-indent:11px;
    background-size:20px;
    width:320px;
    color: #7b7b7b;
  }

footer label{
    width: 70%;
    height: 35px;
    margin-top: 7px;
}

@media (max-width: 1685px) {
    #img-screen{
        width: 1000px;
         
    }
  }

  @media (max-width: 1535px) {
    #img-screen{
        width: 800px;
    }
  }

  @media (max-width: 1325px) {
    #img-screen{
        width:750px;
    }
  }

  @media (max-width: 1265px) {
    #img-screen{
        width:700px;
    }
  }
  
  @media (max-width: 1160px) {
    #img-screen{
        width: 0%;
    }

    .content-img{
       width: 0%;
    }

    body div.content{
        height: 100%;
        width: 100%;
        justify-content: center;
        margin: 5px;
    }

    body div div.card-login{
     width: 300px !important;
     height: 300px !important;    
    }

  }
  
body div.content{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

body div.content div.content-img{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   align-items: center;
}

body div.content div.content-login{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body div div.card-logo{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    
}

body div div.card-logo div.label-logo{
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    color: #464646;
}

body div div.card-login{
    display: flex;
    height: 100%;
    padding: 20px 30px;
    border-radius: 5px;
    align-content: center;
    background: white;
    flex-direction: column;
    justify-content: space-between;
}

body h2{
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    font-family: Poppins;
    color: #333333;
}

body div.div-bottomlogin{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#forget-pass{
    text-decoration: underline;
}

body div.card-login div.div-button{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

body div div button{
    border: none;
    padding: 10px;
    border-radius: 5px;
    background-color: #0A0055;
    color: white;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

