body{		
	line-height: 1.5;
	}
	@font-face {    
		font-family: 'CaviarDreams';
    	src: url('../fonts/CaviarDreams.ttf');
	}
	.label{
		font-size:1em;
		color: #333333;
	}
	.jumbotron {
        background: none;             /* Transparent background */
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
	.border{
		border-style:solid;
		border-color: #ef7e2e;
	}
	body>div {
	font-family: CaviarDreams;
	background: 
		linear-gradient(to bottom right, #838182 50%, transparent 50.5%) no-repeat bottom,
		/* bottom part */
		linear-gradient(0deg, #838182, #838182) no-repeat top;
	/* top portion */
	color: white;
	padding-bottom: 7em;
	background-size: 100% 7em, 100% calc(100% - 7em);
	}
	.input{
		color: black;
	}
	.text-control{
    width: 100%;
    color:black;
    border: 1px solid #ef7e2e;
    border-color: #ef7e2e
   	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
	}
	.text-control:focus {
	border-style:solid;
	border: 1px solid #ef7e2e !important;
	box-shadow: 0 0 3px #ef7e2e !important;
	-moz-box-shadow: 0 0 3px #ef7e2e !important;
	-webkit-box-shadow: 0 0 3px #ef7e2e !important;
	}
	.form-control {
	    color: black;
	    border-color: #ef7e2e; 
	    -webkit-border-radius: 2px;
     	-moz-border-radius: 2px;
         border-radius: 3px;
	}
	.form-control:focus {
		height: 40px;
		border-color: #ef7e2e; 
	}
	#submit{
		border-radius: 3px;
		padding-left: 10%;
		padding-right: 10%;
	}
	#message{
		font-size: 1.2em;
		text-align: center;
		color: #ff1c1c;
    	border-color: #ffffff;
	}
	#recommed{
		position: initial;
	}
	@media screen and (max-width: 990px){
		.border{
			border: none;
			border-style: none;
		}
		.alert-danger{
			margin-left: 7px;
		}
		.reco{
			margin-left: 12px;
		}
		#message{
			font-size: 0.8em;
		}
	}
	.frame {      
    width: 100%;
    text-align: center; margin: 1em 0;
	}
	.img {
    vertical-align: middle;
    max-width: 30%;
	}
.alert-danger {
    color: #ff1c1c;
    border-color: #ffffff;
}
.btn-warning{
    color: #fff;
    background-color: #ef7e2e;
    border-color: #ef7e2e;
}
.btn-warning:hover{
    color: #fff;
    background-color: #ef7e2e;
    border-color: #ef7e2e;
}