  .form-signin {
    width: 100%;
  }
  
  .form-signin .btn {
    font-size: 200%;
    border-radius: 0rem;
    font-weight: bold;
    padding: 2rem;
    transition: all 0.2s;
  }
  
  .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-label-group input {
    height: auto;
  }
  
  .form-label-group a {
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
  }
  
  .btn-google {
    color: white;
    background-color: #ea4335;
  }
  
  .btn-facebook {
    color: white;
    background-color: #3b5998;
  }
  
  * {box-sizing: border-box}
/* style inputs and link buttons */
input,
.btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}

input:hover,
.btn:hover {
  opacity: 1;
}

/* add appropriate colors to fb, twitter and google buttons */
.fb {
  background-color: #3B5998;
  color: white;
}

.twitter {
  background-color: #55ACEE;
  color: white;
}

.google {
  background-color: #dd4b39;
  color: white;
}

/* style the submit button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Two-column layout */
.col {
  float: left;
  width: 50%;
  margin: auto;
  padding: 0 50px;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* vertical line */
.vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #ddd;
  height: 175px;
}

/* text inside the vertical line */
.inner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px 10px;
}

/* hide some text on medium and large screens */
.hide-md-lg {
  display: none;
}

/* bottom container */

/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  .col {
    width: 100%;
    margin-top: 0;
  }
  /* hide the vertical line */
  .vl {
    display: none;
  }
  /* show the hidden text on small screens */
  .hide-md-lg {
    display: block;
    text-align: center;
  }
}

/* The Modal (background) */
.modal {

    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 400px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .col-logo {
    flex: 0 0 50%;
    text-align: left;
}

.col-form {
    flex: 0 0 40%;
    text-align: center;
}

.col-logo img {
    max-width: 300px;
}

.col-logo h2 {
    font: 26px;
    font-weight: 400;
    padding: 0 30px;
    line-height: 32px;
}

.col-form .form-container {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
    max-width: 400px;
}

.col-form .form-container input, .col-form .form-container .btn-login {
    width: 100%;
    margin: 5px 0;
    height: 45px;
    vertical-align: middle;
    font-size: 16px;
}

.col-form .form-container input {
    border: 1px solid #dddfe2;
    color: #1d2129;
    padding: 0 8px;
    outline: none;
}

.col-form .form-container input:focus {
    border-color: #1877f2;
    box-shadow: 0 0 0 2px #e7f3ff;
}

.col-form .form-container .btn-login {
    background-color: #1877f2;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    padding: 0 16px;
    color: #ffffff;
    font-weight: 700;
}

.col-form .form-container a {
    display: block;
    color: #1877f2;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0 20px;
    border-bottom: 1px solid #dadde1;
}

.col-form .form-container a:hover {
    text-decoration: underline;
}

.col-form .form-container .btn-new {
    background-color: #42b72a;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    line-height: 48px;
    padding: 0 16px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
}

.col-form p {
    font-size: 14px;
}

.col-form p a {
    text-decoration: none;
    color: #1c1e21;
    font-weight: 600;
}

.col-form p a:hover {
    text-decoration: underline;
}

.footer-contents {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

footer ol {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0;
}

footer ol:first-child {
    border-bottom: 1px solid #dddfe2;
}

footer ol:first-child li:last-child button {
    background-color: #f5f6f7;
    border: 1px solid #ccd0d5;
    outline: none;
    color: #4b4f56;
    padding: 0 8px;
    font-weight: 700;
    font-size: 16px;
}

footer ol li {
    padding-right: 15px;
    font-size: 12px;
    color: #385898;
}

footer ol li a {
    text-decoration: none;
    color: #385898;
}

footer ol li a:hover {
    text-decoration: underline;
}

footer small {
    font-size: 11px;
}
.login-box {
    position: relative;
    top: 18%;
    left: 33%;
    width: 460px;
    height: 500px;
    border: 1px solid #DADCE0;
    border-radius: 10px;
  }
  
  
  .login-box h1 {
    position: absolute;
    top: 15%;
    left: 40%;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
  
  }
  
  .login-box x1 {
    position: absolute;
    top: 27%;
    left: 30%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    
  }
  
  
  .login-box x2 {
    position: absolute;
    top: 52%;
    left: 7%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #1A73E8;
    
  }
  
  .login-box x3 {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #1A73E8;
    top: 81%;
    left: 7%;
  
  }
  
  
  
  .login-box small {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    color: #5F6368;
    top: 65%;
    left: 7%;
    
  }
  
  .login-box span {
    color: #1A73E8;
    font-weight: bold;
  }
  
  .login-box input {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    font-size: 20px;
    width: 400px;
    height: 50px;
    top: 40%;
    left: 7%;
    background: none;
      color: inherit;
      border: 1px solid #DADCE0;
    border-radius: 3px;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit;
  
  }
  
  input::placeholder {
    position: absolute;
    top: 30%;
    left: 3%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
  }
  
  .login-box button {
    position: absolute;
    top: 80%;
    left: 74%;
    font-family: 'Poppins', sans-serif;
    background-color: #1A73E8;
    height: 40px;
    width: 85px;
    font-size: 15px;
    color: white;
    outline: none;
    padding: 0;
    border: none;
    border-radius: 5px;
  
  }
  
  .login-box button:hover {
    background-color: #1567D3;
    -webkit-box-shadow: 5px 6px 12px -6px rgba(0,0,0,0.5); 
    box-shadow: 5px 6px 12px -6px rgba(0,0,0,0.5);
  
  }
  
  
  .login-box img {
    position: absolute;
    top: 7%;
    left: 38%;
    width: 100px;
    height: 70px;
  }
  
  .tag h1 {
    font-family: 'Poppins', sans-serif;
    color: black;
  }
  
  .tag h1:hover {
    font-family: 'Poppins', sans-serif;
    color: red;
  }
  
  .tag span {
    color: red;
  }
  
  
  .tag a {
    font-family: 'Poppins', sans-serif;
    color: black;
  }