@import "../../css/logo-color.css";

.form-menu {
	background:#fff;
	margin-bottom:40px;
	padding:10px;
	-webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,1);
    box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
	}
.form-menu a{
	font-size:16px;
}

.form-control:focus {
    color: #676767;
    background-color: #fff;
    border-color: #676767;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05);
}
	
.login-form input, .login-form textarea{
	border:1px solid #000;
	border-radius: 2px;
	padding: 20px 10px 20px 20px;
    color: #676767;
	border: 1px solid #d4d4d4;
	font-size:14px;

	}
.login-form h1{
	margin-bottom:30px;
	font-size:20px;
	color:#000
	}

.login-form .btn {
color: #fff!important;
    padding: 10px 30px;
    font-size: 14px;
    vertical-align: bottom;
    min-width: 100%;
	display:table
	}
 .thanks-page {
	 margin-top:0px;
	 } 
 
 .thanks-page .jumbotron{
	 background:#fff;
	 padding:20px;
	 border-radius:10px;
	 -webkit-box-shadow: -1px -1px 14px 0px rgba(135,135,135,0.23);
-moz-box-shadow: -1px -1px 14px 0px rgba(135,135,135,1,0.2);
box-shadow: -1px -1px 14px 0px rgba(135,135,135,0.2);
text-align:center
	 }
	
	 .thanks-page .jumbotron h1{
		 font-size:25px;

	 } 
	 .thanks-page .jumbotron p{
		 text-align:center !important
	 }
	 
	 

	 /*  */

.certifieddng{
    background: url(../../images/certified-bg.jpg);
    padding: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.certifieddng h2{
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: normal;
}

.certifieddng h2 span{
    font-size: 35px;
    font-weight: bold
}

.certifiedimg {
    height: 120px;
    width: auto;
}

@media screen and (max-width:991px) {
    .wht-make .featured-image{display: none;}
    .certifieddng {font-size: 14px;    }
    .certifieddng h2 span {font-size: 25px;}
    .certifiedimg {height: auto;    }
}

@media screen and (max-width:799px) {
    .certifieddng .col-sm-8, .certifieddng .col-sm-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    
    }
    .certifiedimg {height: 100px;max-width: initial;    }
    .certifieddng h2, .certifieddng h2 span {
        font-size: 30px;
    }
}

@media screen and (max-width:575px) {
    
    .certifieddng h2, .certifieddng h2 span {
        font-size: 20px;
    }
}