body {
  background-image: linear-gradient(135deg, #FAB2FF 10%, #1904E5 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

.box-form {
  margin: 0 auto;
  width: 80%;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex: 1 1 100%;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 20px 6px #090b6f85;
}
@media (max-width: 980px) {
  .box-form {
    flex-flow: wrap;
    text-align: center;
    align-content: center;
    align-items: center;
  }
}
.box-form div {
  height: auto;
}
.box-form .left {
  color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://i.pinimg.com/736x/5d/73/ea/5d73eaabb25e3805de1f8cdea7df4a42--tumblr-backgrounds-iphone-phone-wallpapers-iphone-wallaper-tumblr.jpg");
  overflow: hidden;
}
.box-form .left .overlay {
  padding: 30px;
  width: 100%;
  height: 100%;
  background: #5961f9ad;
  overflow: hidden;
  box-sizing: border-box;
}
.box-form .left .overlay h1 {
  font-size: 10vmax;
  line-height: 1;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
}
.box-form .left .overlay span p {
  margin-top: 30px;
  font-weight: 900;
}
.box-form .left .overlay span a {
  background: #3b5998;
  color: #FFFFFF;
  margin-top: 10px;
  padding: 14px 50px;
  border-radius: 100px;
  display: inline-block;
  box-shadow: 0 3px 6px 1px #042d4657;
}
.box-form .left .overlay span a:last-child {
  background: #1dcaff;
  margin-left: 30px;
}
.box-form .right {
  padding: 40px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .box-form .right {
    width: 100%;
  }
}
.box-form .right h5 {
  font-size: 6vmax;
  line-height: 0;
}
.box-form .right p {
  font-size: 14px;
  color: #B0B3B9;
}
.box-form .right .inputs {
  overflow: hidden;
}
.box-form .right input {
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 2px solid #B0B3B9;
}
.box-form .right .remember-me--forget-password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-form .right .remember-me--forget-password input {
  margin: 0;
  margin-right: 7px;
  width: auto;
}
.box-form .right button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 50px;
  display: inline-block;
  border: 0;
  outline: 0;
  box-shadow: 0px 4px 20px 0px #49c628a6;
  background-image: linear-gradient(135deg, #70F570 10%, #49C628 100%);
}

label {
  display: block;
  position: relative;
  margin-left: 30px;
}

label:hover::before {
  font-family: FontAwesome;
  content: ' \f00c';
  color: #fff;
  cursor: pointer;
  background: #70F570;
}

label:hover::before .text-checkbox {
  background: #70F570;
}

label span.text-checkbox {
  display: inline-block;
  height: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}

label input[type="checkbox"] {
  display: none;
}
/* * {
    padding: 0px;
    margin: 0px;
} */

input[type=text], select {
    font-size: small;
    width: 51%;
    padding: 5.5px 5px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

input[type=password], select {
    /* margin-bottom: 11px; */
    font-size: small;
    width: 51%;
    padding: 5.5px 5px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.logo p {
    font-size: 10px;
    text-align: center;
    margin-top: 2.25px;
    margin-bottom: 3.75px;
    padding-left: 16px;
}

body {
    background-color: transparent;
}

.box {
    border: 3px solid black;
    width: 486px;
    /* height: 311px; */
    position: relative;
    top: 20vh;
    bottom: 18.75vh;
    left: 27.75vw;
    right: 18.75vw;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 5px;
    background-color: black;
    color: black;
    text-align: right;
    position: relative;
    top: 37.5%;
    top: 0%;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5px;
    padding: 7px;
    background-color: #84a9d8;
    color: black;
    text-align: center;
    position: relative;
    bottom: 0%;
    margin: 0px 2px;
    margin-bottom: 2px;
}

.logo {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    margin-left: 0.75vw;
    margin-right: 1.5vw;
    font-size: 11.25px;
    position: relative;
    float: left;
    /* text-align: center; */
    /* left: -225px; */
}

.logo img {
    padding-right: -3px;
    margin-top: 16.75px;
    width: 220px;
    padding-top: 8.5px;
    padding-bottom: 0px;
    padding-left: 17px;
}

.details {
    /* float: right; */
    margin-left: 7.5vw;
    padding-right: 0px;
}



.buttons {
    position: relative;
    left: 85px;
}

button {
    height: 22.5px;
}

.finger {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 79px;
    right: 6px;
    width: 120px;
    height: 146.25px;
    /* display: inline-block; */
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #84a9d8;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.innerbox {
    color: white;
    background-color: white;
    width: 108px;
    height: 101.25px;
    border: 1px solid #84a9d8;
    border-radius: 12px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 12px;
    position: absolute;
    top: 39px;
    left: 3.75%;
    bottom: 45%;
}

button {
    height: 24.25px;
    width: 49.5px;
    font-size: 10.75px;
}

.innerbox img {
    height: 100%;
    width: 100%;
}