body {
    background: url(../../assets/img/fond1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@font-face {
    font-family: 'DINCondensedBold';
    src: url('../fonts/DINCondensedBold.eot');
    src: url('../fonts/DINCondensedBold.eot') format('embedded-opentype'),
    url('../fonts/DINCondensedBold.woff2') format('woff2'),
    url('../fonts/DINCondensedBold.woff') format('woff'),
    url('../fonts/DINCondensedBold.ttf') format('truetype'),
    url('../fonts/DINCondensedBold.svg#DINCondensedBold') format('svg');
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
    url('../fonts/GothamLight.woff2') format('woff2'),
    url('../fonts/GothamLight.woff') format('woff'),
    url('../fonts/GothamLight.ttf') format('truetype'),
    url('../fonts/GothamLight.svg#GothamLight') format('svg');
}

.login-dark {
}

.login-dark form {
	width: 340px;
  background-color:#1b274b;
  padding:60px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  position:absolute;
  top:73%;
  left:50%;
  color:#fff;
  box-shadow:3px 3px 4px rgba(0,0,0,0.2);
  padding-bottom: 20px;
}

.login-dark form .form-control {
  background:none;
  border:none;
  border-bottom:1px solid #1b274b;
  border-radius:0;
  box-shadow:none;
  outline:none;
  color:inherit;
}
.btn-group-sm>.btn, .btn-sm {
   
    font-size: 1.2rem !important;
    
    letter-spacing: 1px !important;
  
}
.login-dark form .btn-primary, .login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background:#1b274b;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: none;
  border-right: none;
  font-family: 'DINCondensedBold';
  padding:11px;
  box-shadow:none;
  margin-top:26px;
  text-shadow:none;
  outline:none;  
  border-radius: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background:#1b274b;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: none;
  border-right: none;
  padding:11px;
  box-shadow:none;
  margin-top:26px;
  text-shadow:none;
  outline:none;  
  border-radius: 0;
}


input {
	text-align: center;
	color: #333;
}

::-webkit-input-placeholder {
   color: #333;
   text-align: center;
}

:-moz-placeholder {
   color: #333;
   text-align: center;
}

.btn-block {
    width: 50%;
}

.bg-fff {
	background-color: #fff;
	color: #333;
}

h1:first-of-type {
	padding-top: 5%;
}

h1 {
    font-family: 'DINCondensedBold';
    color: #1b284c;
    font-size: 4rem;
    letter-spacing: 5px;
    line-height: 40px;
    font-weight: normal;
    margin-top: 2rem;
}

h2 {
    margin-top: 2rem;
	color: #1b284c;
    letter-spacing: 1rem;
    font-family: GothamLight;
    font-size: 1.8em;
    font-weight: bolder;
}

.error {
	text-align: center;
	color: #fff;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #333;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
 }


select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 281px)  and (orientation: portrait) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    .login-dark form {
			width: 240px;
	  	padding: 20px;
	  	top: 79%;
		}

		h1 {
			font-size: 1.2rem;
            margin-top: 1rem;
		}

		h2 {
			letter-spacing: 1rem;
            font-size: 1rem;
            margin-top: 1rem;
		}
}

@media (min-width: 281px) and (max-width: 319px)  and (orientation: portrait) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    .login-dark form {
			width: 240px;
	  	padding: 20px;
	  	top: 79%;
		}

		h1 {
			font-size: 2rem;
            margin-top: 1rem;
		}

		h2 {
			letter-spacing: 1rem;
            margin-top: 1rem;
		}
}

@media (min-width: 320px) and (max-width: 374px)  and (orientation: portrait) {
    body {
        background-image: url(../../assets/img/fond1.jpg);

    }

    .login-dark form {
			width: 240px;
	  	padding: 20px;
	  	top: 73%;
		}

		h1:first-of-type {
			padding-top: 0;
		}

		h1 {
			    font-size: 1.5rem;
    line-height: 25px;
            margin-top: 1rem;
		}

		h2 {
			font-size: 1.2rem;
			letter-spacing: 1rem;
            margin-top: 1rem;
		}
}

@media (min-width: 375px) and (max-width: 410px)  and (orientation: portrait) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    .login-dark form {
			width: 280px;
	  	padding: 20px;
	  	top: 80%;
		}

		h1:first-of-type {
			padding-top: 0;
		}

		h1 {
			font-size: 1.8rem;
    line-height: 25px;
            margin-top: 1rem;
		}

		h2 {
			font-size: 1.4rem;
			letter-spacing: 1rem;
            margin-top: 1rem;
		}
}

@media (min-width: 411px) and (max-width: 767px) and (orientation: portrait) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    .login-dark form {
		width: 240px;
	  	padding: 20px;
	  	top: 72%;
		}

		h1:first-of-type {
			padding-top: 0;
		}

		h1 {
			font-size: 1.8rem;    line-height: 30px;
            margin-top: 4rem;
		}

		h2 {
			letter-spacing: 6px;    font-size: 20px;
            margin-top: 1rem;
		}
}

@media (min-width: 768px) and (max-width: 1025px)  and (orientation: portrait) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    .login-dark form {
			width: 340px;
	  	padding: 20px;
	  	top: 82%;
		}

		h1:first-of-type {
			padding-top: 0;
		}

		h1 {
			font-size: 2.0rem;
    margin-top: 3rem;
    line-height: 32px;
		}

		h2 {
			    font-size: 1.3rem;
    letter-spacing: 1rem;
    margin-top: 1rem;
		}
}

/*** landscape ***/

@media (min-height: 200px)  and (max-height: 280px) and (orientation: landscape) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    h1:first-of-type {
        padding-top: 0;
    }

    .login-dark form {
        width: 180px;
        padding: 10px;
        top: 68%;
    }

    h1 {
        font-size: 1.2rem;
        margin: 0;
        line-height: 20px;
        margin-top: 1rem;
    }

    h2 {
        padding: 0;
        letter-spacing: 1rem;
        font-size: 1em;
        line-height: 20px;
        margin-top: 1rem;
    }
    select, input {
        height: 2rem !important;
    }
    button {
        padding: 0 !important;
        margin-top: 0 !important;
    }
}

@media (min-height: 281px) and (max-height: 319px)  and (orientation: landscape) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    h1:first-of-type {
        padding-top: 0;
    }

    .login-dark form {
        width: 240px;
        padding: 10px;
        top: 72%;
    }

    h1 {
        font-size: 1.5rem;
        margin: 0;
        margin-top: 1rem;
    }

    h2 {
        letter-spacing: 1rem;
        font-size: 1.5em;
        margin-top: 1rem;
    }
    select, input {
        height: 2rem !important;
    }
    button {
        padding: 0 !important;
        margin-top: 0 !important;
    }
}

@media (min-height: 320px) and (max-height: 374px)  and (orientation: landscape) {
    body {
        background-image: url(../../assets/img/fond1.jpg);

    }

    .login-dark form {
        width: 200px;
        padding: 10px;
        top: 66%;
    }

    h1:first-of-type {
        padding-top: 0;
    }

    h1 {
        font-size: 1.5rem;
        line-height: 25px;
        margin-top: 1rem;
    }

    h2 {
        font-size: 1.2rem;
        letter-spacing: 1rem;
        margin-top: 0.5rem;
    }

    .form-group {
        margin-bottom: 0.4rem;
    }
}

@media (min-height: 375px) and (max-height: 410px)  and (orientation: landscape) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    .login-dark form {
        width: 240px;
        padding: 10px;
        top: 70%;
    }

    h1:first-of-type {
        padding-top: 0;
    }

    h1 {
        font-size: 1.8rem;
        line-height: 25px;
        margin-top: 1rem;
    }

    h2 {
        font-size: 1.4rem;
        letter-spacing: 1rem;
        margin-top: 1rem;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
}

@media (min-height: 411px) and (max-height: 767px) and (orientation: landscape) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    .login-dark form {
        width: 220px;
        padding: 10px;
        top: 70%;
    }

    h1:first-of-type {
        padding-top: 0;
    }

    h1 {
        font-size: 1.8rem;    line-height: 25px;
        margin-top: 4rem;
    }

    h2 {
        letter-spacing: 6px;    font-size: 20px;
        margin-top: 1rem;
    }
}

@media (min-height: 768px) and (max-height: 1025px)  and (orientation: landscape) {
    body {
        background-image: url(../../assets/img/fond1.jpg);
    }

    .login-dark form {
        width: 340px;
        padding: 20px;
        top: 78%;
    }

    h1:first-of-type {
        padding-top: 0;
    }

    h1 {
            font-size: 2.5rem;
    margin-top: 4rem;
    }

    h2 {
            font-size: 1.5rem;
    letter-spacing: 1rem;
    margin-top: 1rem;
    }
}