.goldinput {

    height: 3.0rem;
    margin-bottom: 1rem;
    padding: 1.25rem 1.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    font-family: Kanit,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
	width:100%;

}

.btngold {
    padding: 1.1rem 1rem;
    font-size: 1.0rem;
    line-height: 1.5;
    font-family: Kanit,sans-serif;
    letter-spacing: .075rem;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 124px;
    -webkit-transition: all .3s;
    transition: all .3s;
	margin-right:20px;
	background:#be9b61 ;
	color:white;
	border-width:0px;
	height:50px;
}

.btngold:hover {

	background:#be9b61 ;
	color:black;
}
.btnWhite {
    padding: 1.1rem 1rem;
    font-size: 1.0rem;
    line-height: 1.5;
	height:50px;
    font-family: Kanit,sans-serif;
    letter-spacing: .075rem;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 124px;
    -webkit-transition: all .3s;
    transition: all .3s;
	margin-right:20px;
	/*border: 1px solid #be9b61 ;*/
	background:none ;
	color:black;
	border-width:0px;
}
.btnWhite:hover {
   color:darkgrey;
}
.textGold {
   color:  #be9b61 ;
}
