* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}
html, body {
  overflow-x: hidden;
}

.card{
  margin: 20px;
}
.con{
  margin: 20px;
}

img{
  max-width: 100%;
}
#imglogo {
    height: 70px;
    width: 70px;
    margin-left: 1vw;
}

#imglogo2 {
    height: 70px;
    width: 70px;
    margin-left: 1vw;
}


.head1 {
  font-size: 24px;
  font-weight: bold;
}

.left {
  height: 70vh;
  width: 20vw;
  /* background-color: rgb(64, 255, 64); */
  float: left;
}
.right {
  /* background-color: blue; */
  height: 81vh;
}
.upper{
  margin: 10px;
}
.footer {
  display: flex;
  height: 40px;
  margin-top: 5px;
  color: white;
  background-color: rgba(255, 193, 7);
  align-items: center;
  justify-content: center;
}

.foot-button{
  display: flex;
}
ul{
    text-decoration: none;
}
ul li{
    padding: 20px;
    border-bottom: 2px solid black;
 
    
}

.foot-content {
  margin: 10px;
}
#btn-afm {
  border-radius: 10px;
  display: block;
  /* width: 50vw; */
  margin-left: 6vw;
  background-color: darkgrey;
  text-decoration: none;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}
.login-form {

  width: 25vw;
  background-color: rgba(255, 193, 7);
  margin-top: 1px;
  margin-left: 29vw;
margin-bottom: 5vh;
  padding:1px 0px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pic {

  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  margin: 10px;
}

@media only screen and (max-width: 700px) {
  .head1 {
    font-size: 12px;
    font-weight: bold;
  }
 #imglogo {
    margin: 0;
    height: 60px;
    width: 60px;
}
 img#imglogo2 {
    margin: 0;
    height: 60px;
    width: 60px;
}
  .login-form{
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}
