html,
body {
  min-height: 100%;
}

body, h2, h3, h5, h6 {
  font-family: 'Livvic', sans-serif !important;
}

body{
    background: linear-gradient(111.9deg, rgba(0, 133, 255, 0.76) 0%, rgba(0, 134, 226, 0.72125) 45.83%, rgba(31, 184, 255, 0.68) 100%) !important;
    background-size: cover;
    vertical-align: middle;
    float: none;
    text-align: center; 
    color: #000000;
    margin: 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.menufront .space
{
  margin-left: 50px;
}

.btn-login{
  background: linear-gradient(91.22deg, #12007F -4.95%, #085EC4 48.49%, #00aEff 99.76%) !important;
  width: 100% !important;
  height: 50px !important;
  box-shadow: 0px 10px 20px rgb(8 94 196 / 22%);
  border-radius: 36px !important;
  color: #ffffff !important;
  transition: 0.5s all;
  font-weight: 400;
  font-size: 14px;
  background-position: 50%;
  margin-top: 40px;
}

.btn-login:hover {
  background: linear-gradient(91.22deg, #12007F -4.95%, #085EC4 48.49%, #00aEff 99.76%) !important;
  background-position: 100%;
  transition: 0.5s all;
}

.top-div {
  z-index: 999;
  position: relative;
}

.checkbox{
  margin-left:0px;
}

.checkbox > input{
  margin-top:2px;
}
.checkbox > a{
  float:right;
  color:red;
}

.div-company-logo{
  margin-top:70px;
  margin-bottom:25px;
}

.div-company-logo img{
  height:40px;
}

.div-tip{
  background: linear-gradient(141.99deg, #2F93EE 1.6%, rgba(86, 227, 254, 0.4) 100%);
  height: 100%;
  border-radius: 12px 0px 0px 12px !important;
  padding: 50px !important;
  overflow: hidden;
}

.div-tip h2{
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  color: #ffffff;
}

.div-tip h6{
  font-weight: 500;
  color: #ffffff;
  font-size: 16px !important;
}

.div-tip h5{
  font-weight: 600;
  color: #ffffff;
  margin-left: 50px;
}

.div-form{
  padding:0;
  text-align: left;
  width: 860px;
  height: 600px;
  display: inline-block;
  background: #ffffff;
  mix-blend-mode: normal;
  box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px !important;
  position: relative;
}

.qwork-image {
  background-image: url(../img/login_vector.png);
  background-size: contain;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  padding: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.login-logo {
    margin: 50px 30px 50px 30px;
}

.login-logo img {
  width: 100%;
}

.form-login h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #212121;
}

.form-login {
    padding-top: 0px !important;
}

.div-form-login{
  background: #ffffff;
  border-radius:0px 5px 5px 0px;
  height: auto !important;
}

.div-form-login {
  border-bottom-right-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

label {
  color: #a2a2a2;
  font-weight: 500;
  font-size: 11px;
}

input:focus {
    border: 1px solid #00aEff !important;
}

a {
    color: #00aEff !important;
}

.form-login{
  padding:30px;
  padding-top:50px; 
}

.p-footer{
  font-size: 16px !important;
  color: white !important;
  font-weight: 500px;
  padding-top: 100px;
  font-weight: 500 !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .div-form{
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  .div-form{
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .div-form{
    width: 860px;
    min-width: 860px;
  }
}