@media screen and (max-width: 719px) {
  body {
      background-color: #00a9e3!important;
      background-image: none!important;
      background-size: cover;
      margin: 0;
  }
}
@media screen and (min-width: 720px) {
body {
    background-image: url('https://www.concrelab.com.co/informes/_lib/img/BlackWeek.jpg') !important;
    background-size: cover;
    margin: 0;
}
}
@media screen and (min-width: 720px)  {
.contain {
    background: #002d4e8a;
    display: flex;
    flex-direction: column;
    width: 386px;
    height: 100vh;
    justify-content: space-between;
}
}

.wrapUp {
    text-align: center;
    padding: 30px 10px;
}

.wrapmidle {
    padding: 30px 10px;
}

.login {
    display: flex;
    flex-direction: column;
    padding: 40px 0 10px;
    align-items: center;
}
form{
display:none;
}

input {
    height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 0 5px;
    margin:5px 0;
    font-size: 18px;
    width: 80%;
}

.enviar {
    width: 150px;
    height: 30px;
    cursor: pointer;
}

.divider {
    border-bottom: 2px solid white;
    width: 80%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.google {
    height: 30px;
    width: 200px;
    order: 1px solid #d1d1d1;
    border-radius: 5px;
    margin:10px auto;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.g {
    height: 25px;
}

@media screen and (max-width: 719px) {
.wrapdown {
    padding: 30px 10px;
    display: inherit;
    width: auto;
    justify-content: center;
    align-items: center;
}
}

@media screen and (min-width: 720px) {
.wrapdown {
    padding: 30px 10px;
}
}

@media screen and (min-width: 720px) {
.iconFB {
    height: 42px;
    margin: 5px;
}
}

@media screen and (max-width: 719px) {
.iconFB {
    float: right;
    height: 42px;
    margin: 5px;
}
}

@media screen and (min-width: 720px) {
.iconLK {
    height: 42px;
    margin: 5px;
}
}

@media screen and (max-width: 719px) {
.iconLK {
    float: left;
    height: 42px;
    margin: 5px;
}
}

@media screen and (max-width: 719px) {
.textoF {
    display: none!important;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    color: #fff;
    font-weight: 800;
    font-family: system-ui;
}
}

@media screen and (min-width: 720px) {
.textoF {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    color: #fff;
    font-weight: 800;
    font-family: system-ui;
	background:rgba(0,0,0,.6);
	padding: 20px;
	border-radius: 15px;
}
}

.textoF a{
    text-decoration: none;
    font-weight: 400;
    color: #fff;
}

@media screen and (max-width: 719px)  {
    .contain {
        background: none;
        width: 100vw;
        align-items: center;
        width: 100%;
        height: 100%

    }

    .textoF{
        display: none;
    }
}
