.login-page {
   background: url('../img/logos/Tribso_login.png') no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
}
.btns {
   font-weight: 700;
   height: 36px; 
   -moz-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   cursor: default;
}
.btns.btn-signin {
   /*background-color: #4d90fe; */
   background-color: rgb(084, 078, 203);
   /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
   padding: 0px;
   font-weight: 400;
   font-size: 24px;
   height: 60px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   border: none;
   -o-transition: all 0.218s;
   -moz-transition: all 0.218s;
   -webkit-transition: all 0.218s;
   transition: all 0.218s;
}
.input-group-text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 0.375rem 0.75rem;
   margin-bottom: 0;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   text-align: center;
   white-space: nowrap;
   background-color: #DFFAFC;
   border: 1px solid #AAF8FE;
   border-radius: 0.25rem;
}
.form-control {
   display: block;
   width: 100%;
   padding: 0.375rem 0.75rem;
   font-size: 1.5rem;
   line-height: 1.5;
   color: #495057;
   background-color: #DFFAFC;
   background-clip: padding-box;
   border: 1px solid #AAF8FE;
   border-radius: 0.25rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.img-signin {
   padding: 1rem;
   margin-left: 3rem;
   background-color: #fff;
   border: 0px solid #dee2e6;
   border-radius: 0.25rem;
   max-width: 70%;
   height: auto;
}
.title-signin {
   font-size: 1.5rem;
   line-height: 1;
}
