html{
    background-color: transparent;
}

.form-frases-container{
    max-width: 550px;
    margin: 0 auto;
    font: normal 14px sans-serif;
    text-align: center;
    color: transparent;
}

.form-frases-container h1{
    color:  transparent;
    font-size: 24px;
    padding-bottom: 0px;
    border-bottom: 2px solid #6caee0;
    font-weight: bold;
    margin: 0;
}

.form-frases{
    box-sizing: border-box;
	padding: 0px;
    background-color:  transparent;
	margin-left:30px;
  
}

.form-frases .form-row{
    display: block;
    text-align: left;
    margin-bottom: 8px;
	padding-right: 20px;
	font-size:10px
}

.form-frases input,
.form-frases select{
    box-sizing: border-box;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #dbdbdb;
	text-align:left;
	border-radius: 4px;
}

.form-frases input[type=radio],
.form-frases input[type=checkbox]{
    box-shadow: none;
    width: auto;
	margin-right:5px;
	margin-bottom:-6px;
	margin-left: 10px;
	
	
}

.form-frases img{
   margin-bottom:-7px;
	
	}
.form-frases textarea{
     box-sizing: border-box;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #dbdbdb;
	text-align:left;
	border-radius: 4px;
	
	
}

.form-frases select{
    color: inherit;
    background-color: #ffffff;
}

.form-frases .form-checkbox span{
    margin-left: 20px;
}

.form-frases .form-checkbox input{
    width: auto;
	margin: auto;
	
}

.form-frases .form-radio-buttons > div{
    margin-bottom: 10px;
}

.form-frases .form-radio-buttons input{
    width: auto;
	
}

.form-frases .form-radio-buttons label span{
    margin-left: 18px;
}

.form-frases .form-last-row{
    margin: 15px auto 0;
}

.form-frases button{
    display: block;
    border-radius: 4px;
    background-color: #013378;
    color: #fff;
    font-weight: bold;
    width: 80px;
    padding: 5px 5px;
    border: 1;
    cursor: pointer;
	font-size:1.1em;
	

	
	
}


/* Placeholder color */

.form-frases ::-webkit-input-placeholder {
    color:  #999;
}

.form-frases ::-moz-placeholder {
    color:  #999;
    opacity: 1;
}

.form-frases :-ms-input-placeholder {
    color:  #999;
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 600px) {

    .form-frases-container{
        margin-top: 0;
    }

}