/**
 * @version     CVS: 1.0.0
 * @package     com_rbs_connect
 * @copyright   2021 Roger Mann
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Roger Mann <thinklogically2021@gmail.com>
 */

h1 {text-align: center;}
h3 {text-align: center;}
.signatureForm
{
	width:90%;
	height:100%;
	margin-top:135px;
	margin-bottom:200px;
	margin:auto;
}


.signatureForm-edit
{
	width:100%;
	min-width:100%;
	padding:0px 20px 20px 20px;
	background-color:#e3e8e5;
	border: 1px solid blue;
	border-radius: 25px;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
     display: inline-block;	
}

.rbs_signatures_country_row1
{

	background-color:#ffffb3;
}

.master-controls
{
	margin:auto;
	margin-top:120px;
	padding:50px;
	width:100%;
	text-align:center;
}

.control-group
{
	margin:auto;
	margin-top:15px;
	margin-bottom:55px;
	padding-bottom:1px;
	width:85%;
	font-size:15px;
}

.control-group-rbs-check
{
	margin:auto;
	margin-top:15px;
	margin-bottom:55px;
	padding-bottom:1px;
	width:50%;
	font-size:15px;
	
}

.control-group-long
{
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	width:80%;
	font-size:15px;
	
}

.controls
{
	width: 60%;
    float: left;
	
}

.controls-agree
{
	float:left;
	width:20%;
	
}

.controls-long
{
	float:left;
	width:20%;
	
}

.control-label
{
	font-size:17px;
	padding: -1px; 
	width: 40%;
    float: left;
}

.control-label-check
{
	padding: -1px; 
	width: 80%;
    float:left;
	font-size:17px;
	font-weight:600;
}

.control-label-long
{
	width: 80%;
    float:left;
	font-size:17px;
}

input[type="text"]
{
   width: 100%;
  padding: 5px 20px;

  box-sizing: border-box;
  font-size:14px;
}

input[type="email"]
{
   width: 100%;
  padding: 5px 20px;

  box-sizing: border-box;
  font-size:14px;
}
input[type="select"]
{
  width: 100%;
  padding: 5px 20px;

  box-sizing: border-box;
  font-size:14px;
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

