/******inputs*******/
.input-group i{
    color: rgb(105, 158, 172);
}
.input-group-border-right{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.input-group-border-left{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
/******buttons**/
.btn-input{
    background-color: rgb(196, 231, 238);
    border-color: rgb(177, 215, 223);
    border-radius: 30px;
    color: rgb(49, 100, 114);
}
.btn-input:hover{
    background-color: rgb(59, 144, 165);
    border-color: rgb(59, 144, 165);
    color: rgb(255, 255, 255);
}
#basic-addon1{
    background-color: rgb(196, 231, 238);
}
/*******registration page****/
.reg-sidepage{
    background-image: linear-gradient(to right, rgba(1,1,1,0.5), rgba(1,1,1,0.4)), url('/images/turtle2.jpg');
    background-size: cover;
    color: white;
}
