

@import url('https://fonts.googleapis.com/css?family=Numans');


.wt-main{
  background-color: #e6e8eb;
}

.container{
height: 100%;
align-content: center;
}



.input-group-prepend span{

width: 40px;
background-color: rgb(66,133,244);
color: #fff;
border:0 !important;
}



input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}


.links{
color: white;
}


.links a{
margin-left: 4px;
}

.wt-btnarea{

  margin: 30px 0 0 0;
  text-align: center;
}

.wt-iconwithtext{
    margin:10px 0 10px;
}

.btn-sm:hover{
  color: #fff;
  background-color: rgb(66,133,244);
}

@media only screen and (max-device-width: 1024px){
  #left-view{
      display: none;
  }
  
}

