html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  justify-content: center;
}

section {
	display: block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	height: auto;
}

p {
	margin: 0.25rem !important;
}

a {
	text-decoration: none;
}

img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}

img.profile-pic {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 50%;
}

.container {
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	height: 100%;
	width: 100%;
}

.col {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	margin: 0;
	padding: 0.25rem;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
}

.col.is-0 {
	flex: none;
}

.col.is-1 {
	flex: none;
	width: 10%;
}

.col.is-2 {
	flex: none;
	width: 20%;
}

.col.is-3 {
	flex: none;
	width: 30%;
}

.col.is-4 {
	flex: none;
	width: 40%;
}

.col.is-5 {
	flex: none;
	width: 50%;
}

.col.is-6 {
	flex: none;
	width: 60%;
}

.col.is-7 {
	flex: none;
	width: 70%;
}

.col.is-8 {
	flex: none;
	width: 80%;
}

.col.is-9 {
	flex: none;
	width: 90%;
}

.col.is-10 {
	flex: none;
	width: 100%;
}

.name-title-company {
	height: 100%;
}

.banner {
	height: 30%;
}

.primary-info {
	height: 15%;
}

.secondary-info {
	height: 8%;
}

.bg-color-grey {
	background-color: #F2F2F2;
}

.bg-color-white {
	background-color: white;
}

.text-name {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 20px;
}

.text-title-company {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    color: #333333;
    font-size: 12px;
}

.text-detail {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #575757;
    font-size: 12px;
}

.bottom {
	height: 23%;
}

.button {
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px
	padding-right: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 48px;
	height: 3rem;
	color: white;
	font-size: 1rem;
	font-weight: 500;
	padding: 0 1rem;
	border-radius: 10px;
	width: 200px;
	border: none;
	background-color: #219653;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'Muli', sans-serif;
}
.button:hover{
	background: #EA7B00;
	color: #fff;
}
}

@media screen and (max-width: 600px) {
  img.profile-pic {
    height: 200px;
    width: 200px;
  }
  .button {
  	width: 180px;
  }
}

@media screen and (max-width: 480px) {
  img.profile-pic {
    height: 160px;
    width: 160px;
  }
  .button {
  	width: 180px;
  }
}

.form-style-1{
	max-width: 300px;
	padding: 200px 12px 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}
.form-style-1-heading{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 17px;
	padding-bottom: 3px;
}
.form-style-1 input[type=text],
.form-style-1 input[type=password]{
	height: 3rem;
	color: black;
	font-size: 1rem;
	font-weight: 500;
	padding: 0 1rem;
	border-radius: 10px;
	width: 250px;
	border: none;
	background-color: #CCCCCC;
	outline: none;
}

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  -webkit-box-shadow: 0 0 0 1000px #202327 inset;
  -webkit-text-fill-color: white !important;
  caret-color: white !important;
}*/

.form-style-1 button{
	height: 3rem;
	color: white;
	font-size: 1rem;
	font-weight: 500;
	padding: 0 1rem;
	border-radius: 10px;
	width: 280px;
	border: none;
	background-color: #274153;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.form-style-1 button:hover{
	background: #EA7B00;
	color: #fff;
}

.form-style-1 button.create{
	background-color: white;
	border: 3px solid #274153;
	color: #274153;
}

.form-style-1 h1 {
    position: relative;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    /*margin-left: -220px;*/
}
.form-style-1 h1:before, h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 110px;
    height: 1px;
    content: '\a0';
    background-color: #CCCCCC;
}
.form-style-1 h1:before {
    margin-left: -110px;
    text-align: right;
}

@media screen and (max-width: 600px) {
	.form-style-1 h1 {
		/*margin-left: 56px;*/
	}
	.form-style-1 h1:before, h1:after {
		/*margin-left: 56px;*/
	}
}

.form-style-2{
	max-width: 500px;
	padding: 20px 12px 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 17px;
	padding-bottom: 3px;
}
.form-style-2 label{
	display: block;
	margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
	width: 100px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style-2 span.required{
	color:red;
}
.form-style-2 .tel-number-field{
	width: 40px;
	text-align: center;
}
.form-style-2 input.input-field, .form-style-2 .select-field{
	width: 52%;	
}
.form-style-2 input.input-field.mini{
	width: 10%;	
}
.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
	border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
	height:100px;
	width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
	border: none;
	padding: 8px 15px 8px 15px;
	background: #FF8500;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
	background: #EA7B00;
	color: #fff;
}