input[type=text] {
    border: none;
    border-bottom: 1.5px solid gray;
    border-radius: 0%;
    padding-left: 50px;

  }

  .form-control:focus {
    border-color: #A33B93;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

body{
    background-image: url('../images/background.jpg') !important;
    background-size:cover;
    background-repeat: no-repeat;
}
.login, .logout{
 width: 65%;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
opacity: 1;
padding: 30px;

}
.btn-login , .btn-logout{
    height: 63% !important;
    width: 100% !important;
    background: #A33B93 !important;
    border-radius: 9px !important;
    color: #fff !important;
    box-shadow: 0px 0px 15px #A33B9384 !important;
    border: 1px solid #707070 !important;
    border-radius: 9px !important;
    opacity: 1;
}

.btn-login:hover .btn-logout:hover{
	text-decoration: none;
	color: white;
}

.text-icon{
    position: absolute;
    top: 6px;
}
.silent-center{
    text-align: center;
    color: #707070;
}

.tech-deck{
    height: 200px;
    width: 200px;
}

.justify-content-right{
    justify-content: right;
 }

@media screen and (max-width:768px){
    
    .highlights-panel{
        margin-top:10%;
    }
    .login-panel, .logout-panel{
        margin-top:5%;
    }
    .login , .logout{
        width: 88% !important;
    }
   
}
