@font-face{
        font-family: "Flexo-Bold";
        src:url(fonts/Flexo-Bold.otf);
        }
@font-face{
        font-family: "Flexo-Demi";
        src:url(fonts/Flexo-Demi.otf);
        } 
@font-face{
        font-family: "Flexo-Light";
        src:url(fonts/Flexo-Light.otf);
        }
@font-face{
        font-family: "Flexo-Medium";
        src:url(fonts/Flexo-Medium.otf);
        }
@font-face{
        font-family: "Flexo-Regular";
        src:url(fonts/Flexo-Regular.otf);
        } 
@font-face{
        font-family: "Flexo-Thin";
        src:url(fonts/Flexo-Thin.otf);
        }     

body {
  color: #000;
  font-family: arial;
  font-size: 12px;
  margin:0px;
}
.row:before,
.row:after{
	content: "";
    display: table;
}
.row:after{
	clear:both;
}
*,
*:before, *:after{
	box-sizing:border-box;
}
.form {
  color: black;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  width: 555px;
}

.float-l {
  float: left;
  width: 47%;
  margin-left: 10px;
}

.mar-r {
  margin-right: 0px;
}

.field {
  margin-bottom: 0px;
}

h1 {
  color: black;
  font-family: 'Oswald','Helvetica',arial,serif;
  font-size: 25px;
}

.recaptcha_only_if_privacy {
  display: none;
  float: right;
  text-align: right;
}

.captcha .recaptchatable #recaptcha_response_field {
  bottom: 7px !important;
  font-size: 10pt;
  margin: 10px 0 0 !important;
  padding-bottom: 0 !important;
  padding-left: 5px;
  padding-right: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  width: 153px !important;
}

.form tr {
}

.form td {
  vertical-align: middle;
}

.form td.label {
}

.form td.field {
}

option:disabled {
  color: #000000;
  font-weight: bold;
}


.detailpage input[type=text], textarea, select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: none;
    background-color:rgba(255,255,255,0.9);
    color: #2b1c00;
    font-size: 13px;
    margin: 5px 1px 15px 0;
    outline: medium none;
    padding: 12px 10px;
    width: 100%;
    border-radius: 5px;
    border:1px solid #cd0418 !important;
    color: #000;
}
 

.security-image  {    border:1px solid #cd0418 !important;}
  
.n{ border:1px solid #cd0418 !important;}

input[type=text], textarea, select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: none;
    background-color:rgba(255,255,255,0.9);
    color: #2b1c00;
    font-size: 13px;
    margin: 5px 1px 15px 0;
    outline: medium none;
    padding: 12px 10px;
    width: 100%;
    border-radius: 5px;
    border:1px solid #1595c6;
    color: #000;
}


input[type=text]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 10px #fdf5d8;
  background-color:#fe8282;
  /* border-radius: 20px; */

}

.musibat {
    background-color:#cd0418 !important;
}

.button {
    background-color: #2e96c8;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin-left: -30px;
    padding: 10px 15px;
    text-decoration: none;
    width: 137px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

/*
.button {
	background-color:#ffe68b;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  margin-left: -30px;
  padding: 10px 15px;
  text-decoration: none;
  width: 137px;
  color: #774e03;
  font-weight: bold;
  border-radius: 5px;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}*/

.button:hover {
	background:#ddbf52;
	color:#000;
	/*text-shadow: 0 0 10px #ff0400;*/;
}

.captcha {
  display: inline-block;
  margin-left: 200px;
  position: relative;
  top: 20px;
  width: 66%;
}

.submit-button {
  margin-top: 50px;
  text-align: center;
}

.form-home .label span, .captcha {
  font-family: arial;
  font-size: 11px;
}

.form-home .label {
}

.form-home tr {
  width: 40%;
  float: left;
}

.form-home td {
  padding: 0 10px;
}

.form-home input[type=text], .form-home textarea, .form-home select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  background-color: #171B1E;
  border: 1px solid #3A454E;
  color: white;
  height: 24px;
  margin: 5px 1px 3px 0;
  outline: medium none;
  transition: all 0.3s ease-in-out 0s;
  width: 170px;
  padding: 2px 0;
}

.security-image {
  border: 1px solid rgb(0, 0, 0);
  display: block;
  float: left;
  height: 45px;
  margin-right: 10px;
  width: 83px;
}

.form-home .captcha {
  margin-left: 0px;
}

.form-home .button {
  margin-top: 15px;
}

.form-home .captcha input[type="text"] {
  width: 115px;
}

.form-left, .form-right {
  width: 50%;
  float: left;
}

.captcha-input {
  width: 115px !important;
}

.success {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: black;
  height: 320px;
  padding: 20px 45px;
  text-align: center;
  width: 708px;
}

.success h2 {
  color: #ffdbdb;
  font-size: 20px;
  font-weight: bold;
  height: 15px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-shadow: 0 0 10px #b60000;
  text-transform: uppercase;
}

a {
  color: white;
}

a:hover {
  color: #ffd2d2;
}

.success p {
}

.success .left, .success .right {
  float: left;
  width: 50%;
}

.success span {
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 100%;
}

.contact {
  height: 140px;
  text-align: center;
}

.daftarForm {
	/* background-color:#fff; */
  border-radius: 20px;
  padding-top: 15px;
	/* height:80%; */;
}

.margTop {
	/* margin-top:25px; */;
}


@media all and (max-width: 500px){
/*
  .float-l {
    float: left;
    width: 97%;
    margin-left: 10px;
  }

  .button {
      width: 100% !important;
      margin: 5px 0 0 0 !important;
  }
 */ 
}
@media all and (max-width: 480px){
	.float-l {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
  .iframe-class {
    height: 750px !important;
	overflow:hidden;
	}
  .button {
      width: 100% !important;
      margin: 5px 0 0 0 !important;
  }
	/*.float-l {
    	float: none;
    	width: 100%;
    	margin-left: 0px;
  	}
*/	
}
center {
  color: #fff;
}