﻿.btn {
  border: 2px solid black;
 background-color:white;
 text-align:center;vertical-align:middle;
  color: black;
 font-weight:bold;
 font-family:'Century Gothic';
  font-size: 16px;
  cursor: pointer;
    border-color: #4CAF50;
  color: green;
  height:35px;
}



.btn:hover {
  background-color: #4CAF50;
  color: white;
}

.Loginbtn {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 8px 30px;
  text-align: center;
  font-size: 16px;
  margin: 0px 0px;
  opacity: 1;
  transition: 0.3s;
  font-family:'Century Gothic';
  font-weight:bold;
}

.Loginbtn:hover {opacity: 0.6}

.formbtn {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 8px 30px;
  text-align: center;
  font-size: 11pt;
  margin: 0px 0px;
  opacity: 1;
  transition: 0.3s;
  font-family:'Century Gothic';
  font-weight:bold;
}

.formbtn:hover {opacity: 0.6}

.formbtn-o {
  background-color: forestgreen;
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  font-size: 10.5pt;
  margin: 0px 0px;
  opacity: 1;
  transition: 0.3s;
  font-family:'Century Gothic';
  font-weight:bold;
}

.formbtn-o:hover {opacity: 0.6}

.Dwnldbutton {
  border-radius: 4px;
  background-color: #6AA121;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11pt;
  font-weight:bold;
  padding: 40px;
  width: 300px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family:'Century Gothic';
}

    .Dwnldbutton:hover {
        background-color: #4CAF50;
        color: white;
    }
.Dwnldbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.Dwnldbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}

.Dwnldbutton:hover span {
  padding-right: 15px;
}

.Dwnldbutton:hover span:after {
  opacity: 1;
  right: 0;
}

.ICTDatalist {
  border: 2px solid black;
 background-color:#E66C2C;
 text-align:left;vertical-align:middle;
  color: black;
 font-weight:bold;
 font-family:'Century Gothic';
  font-size: 16px;
  cursor: pointer;
    border-color: #4CAF50;
  color: white;
  height:35px;
}



.ICTDatalist:hover {
  background-color: #4CAF50;
  color: white;
}