body{
    background: #fafafa;
    position: relative;
    padding-bottom: 180px;
    min-height: 100vh;
}



.alert-light{
    border-color: #bfbfbf
}

.side-btn {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.lotos-adress{
    position: absolute;
    top: 70px;
    z-index: 2;
    color: darkblue;
    text-align: center;
    width: 100%;
}


.user_image{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 20px;
}

.asteriskField {
    display: none;
}

.form-section {
    background: #fff;
    padding: 20px;
    border: 1px solid silver;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: 0 2px 3px 0 rgba(74,74,74,.21);
    -moz-box-shadow: 0 2px 3px 0 rgba(74,74,74,.21);
    box-shadow: 0 2px 3px 0 rgba(74,74,74,.21);
}

.form-section > h2 {
    color: #3c637f;
    margin-bottom: 10px;
}

.section-top {

}


.img-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.btn-info {
  background: #1f4562;
  border-color: #1f4562;
}

/*.alert {
    top: 70px;
}*/


.footer {
  height: 160px;
  background: rgb(31,69,98);
  background: linear-gradient(120deg, rgba(31,69,98,1) 0%, rgba(26,96,160,1) 47%, rgba(98,203,225,1) 100%);
  position: absolute;
  bottom: 0px;
  width: 100%;

}