.vivo-img {
  margin: auto;
  margin-left: 25%;
  margin-bottom: 5%;
  padding: 5px;
  width: 50%;
}

.home-img{
  margin-left: 0%;
  margin-bottom: 5%;
  padding: 5px;
  width: 40%;
}

.column {
  float: left;
  width: 43.33%;
  padding: 5px;
}

.text-column {
  float: left;
  width: 53.33%;
  padding: 5px;
}


.vivo-footer::after {
  content: "";
  clear: both;
  display: table;
}

.home-text{
	margin-left: 20%;
    margin-top: 14%;
	color: white;
}

.login{

	background: #3f3f82;
}


.sidebar-img{
  
  width: 60%;

}

.sidebar-footer{
    margin-left: 20px;  
    position: fixed;
    bottom: 1px;
    width: 210px;
}

.sidebar-column{
   bottom: 1px;
   margin-left: 20px;
   width: 210px;
}

.footer-img{
   padding: 3px;
   width: 80%;
   margin-bottom: 0; 
}

.user-column{
   position: absolute;
   left: 80%;
   margin-bottom: 0%;
   margin-left: : 0%;

}


.inbox-footer-img{
   padding: 2px;
   width: 50%; 
}

/*.change-password-footer, .change-password-column{

  position: absolute;
  right: 10px;
  bottom: 10px;
}*/

.change-password-footer-img{
   
   width: 20%;
   position: fixed;
   margin-bottom:50px  ;
   margin-right:  0px;
   margin-top: 50px;
   margin-left: 190px;
   
}



.form-control-create {
  display: block;
  width: 100%;
  height: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}