/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.registration {
  margin: 0px;
  padding: 0px;
  width:800px;
}

.formtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.backbutton {
  float: left;
  display: block;
  text-align: center;
  width: 90px;
  margin-top: 20px;
  font-size: 12px !important;
  font-weight:400 !important;
  color: white;
  background-color: #616c39;
  border-radius: 4px;
  padding: 14px;
  padding-bottom: 16px;
  transition: margin-top .3s ease;
  border: 2px #616c39 solid;
  cursor: pointer;
}

.backbutton:hover, .backbutton:active, .backbutton:focus {
  background-color:#a2b169;
  color: white;
  margin-top: 18px;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 15px 15px 0px !important;
  border: 2px black solid;
}

.error {
  font-size: 12px;
  font-weight:bold;
  color: red;
  margin-top: 0px;
  display: none;
}

.captcha img {
  display: block;
  box-sizing: border-box;
}

.column_code {
  font-size: 14px !important;
  font-weight: bold;
}

.column_title {
  font-size: 14px !important;
  font-weight: bold;
  margin-top: 5px !important;
}

.column_title span {
  font-size: 16px !important;
  font-weight: bold;
  color: red;
  cursor:pointer;
}

.info {
  font-size: 12px !important;
  font-weight: normal;
  color: black;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
  background-color: blanchedalmond;
  padding: 3px 5px 3px 5px;
  border: 1px solid red;
  border-radius: 5px;
  line-height: 16px;
}

.radio_btn {
  font-size: 14px !important;
  font-weight: bold;
  accent-color: black;
}

.inputdiv{
  background-color: #f6f6f7;
  border: 2px solid !important;
  border-radius: 10px !important;
  border-color: lightgray !important;
  padding: 5px 10px 10px 10px;
  margin-bottom: 15px;
}

.forminput {
  font-size: 14px !important;
  font-weight: bold;
  margin: 0px !important;
  border: 2px solid !important;
  border-radius: 10px !important;
  border-color: lightgray !important;
  background-color: white !important;
}
  
.forminput::placeholder {
  color:rgb(72, 72, 72);
}

.forminput:hover {
  border-color:darkgray !important;
}

.forminput:active, .forminput:focus {
  border-color:black !important;
}

.formsubmit {
  float: left;
  width: 80px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #616c39 !important;
  border: #616c39 2px solid !important;
  font-size: 12px !important;
}

.formsubmit:hover, .formsubmit:active, .formsubmit:focus {
  background-color:#a2b169 !important;
  border: black 2px solid !important;
}




