body {
    background: url("../../Content/img/back.png") no-repeat;
    background-position: 100% 25%;
}

.form-background {
    height: calc(100vh);
    width: 33%;
    background-color: white;
    text-align: center;
    right: -7.5px;
    position: absolute;
    box-shadow: 0 0px 180px 0px #00094e;
}

.div-position {
    width: 60%;
    position: absolute;
    text-align: start;
    left: 50%;
    bottom: 55%;
    transform: translate(-50%, 50%);
}

input {
    width: calc(100% - 20px);
    border: none;
    background-color: #f3f3f3;
    padding: 7.5px 10px;
    outline: 0;
    font-size: 11pt;
    border-radius: 2px;
    margin-top: 2.5px;
}

.div-position>div>label {
    color: rgb(142, 142, 142);
    font-size: 10pt;
}

.info {
    color: rgba(0, 0, 0, 0.4);
    width: 100%;
    position: absolute;
    font-size: 10pt;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    /*cursor: pointer;*/
}
.btn-info-login:hover {
    color: #2036de !important;
  }

img {
    width: 215px;
    margin: 25px auto 40px auto;
    display: table;
}


@media screen and (max-width: 1170px) {
  body {
    background: none !important;
  }

  .form-background {
    position: static !important;
    box-shadow: none !important;
  }

  .div-position {
    top: 50% !important;
    bottom: unset !important;
    transform: translate(-50%, -50%) !important;
  }

  img {
    width: 285px !important;
    margin-bottom: 70px !important;
  }