/* CSS Document */


.modal-body {
	padding: 50px 80px;	
}



.detailsInput {
	width: 100%;
	height: 50px;
	padding-left: 17px;
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;	
	line-height: 1.53;
    margin-bottom: 15px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9b9b9b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9b9b9b;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9b9b9b;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9b9b9b;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #9b9b9b;
}

.acceptterms {
  font-size: 12px;
  color: #848484;
}

.fin {
	margin-top:70px;
	margin-bottom:80px;	
}
.fincheck {
	margin-top: 25px;
	margin-bottom: 30px;
	width: 66px;
}

.fintext {
	width: 490px;
	margin-top:5px;
	margin-bottom:45px;	
}

.t-text {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #474b56;	
  margin-top:12px;	
  margin-bottom:20px;
}

.logo-img-signup {
    width: 100px;
    margin-bottom: 30px;
}
