html,
body {
	font-family: Inter, Roboto, sans-serif;
    overflow-x: hidden;
    height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}


@media all and (orientation:portrait) {
.container {
	position: absolute;
	top: 50%; right: 50%;
	transform: translate(50%,-50%);
	width: 60%;
	text-align:center;	
}
.logo img{
	width: 10rem;
	height: auto;
}
h1 {
	font-size: 3rem;
}
.form-auth .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 3rem;
}
.custom-control-label {
	font-size: 2rem;
}
.custom-control {
	margin-top: 2em;
}
.custom-checkbox {
	height: 2rem;
	width: 2rem;
	margin-right: 1em;
}
.custom-button {
    outline: 0px;
    padding: 0.5em 1em;
    border-radius: 0.1em;
    cursor: pointer;
    background: #2196f3;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px;
    transition: all 0.1s ease 0s;	
	font-size: 3rem;
	margin-top: 1em;
}

.mdp-oublie a{
	font-size: 2rem;
	color: #000;
	text-decoration: none;
}
}


@media all and (orientation:landscape) {
  .container {
	position: absolute;
	top: 50%; right: 50%;
	transform: translate(50%,-50%);
	width: 15%;	
	min-width: 200px;
	text-align:center;	
}
.logo img{
	width: 5rem;
	height: auto;
}
.form-auth .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 1rem;
}
.custom-control {
	padding-bottom: 1em;
}
.custom-button {
    outline: 0px;
    padding: 0.5em 1em;
    border-radius: 0.1em;
    cursor: pointer;
    background: #2196f3;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px;
    transition: all 0.1s ease 0s;	
	font-size: 1rem;
}
.mdp-oublie a{
	font-size: 0.75rem;
	color: #000;
	text-decoration: none;
}
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}



.form-group {
	padding-bottom: 0.5em;
}

.form-control {
	background-color: rgb(240, 245, 255);	
	width: 100%;
}


.form-auth {
    width: 100%;
}

.form-auth .checkbox {
    font-weight: 400;
}


.form-auth .form-control:focus {
    z-index: 2;
}


.mdp-oublie {	
	padding-top: 1em;
}

.mdp-oublie:hover a{
	color: #2196f3;
}

.text-danger {
	color: red;
}

.text-success {
	color: green;
}

.verify {
	padding: 1em;
}
