* {
	margin: 0;
	padding: 0;
}

body {
   overflow-x: hidden;
   background: #FFFFFF;
   height: 100vh;
   -webkit-tap-highlight-color: transparent;
}

a {
   text-decoration: none;
}

::-webkit-scrollbar{
width: 0px;
height: 0px;
display: none;
}

input[type="submit"]{
    display: none;
}

/* ------------------------------------------------------------------    ELEMENT PRINCIPAUX ------------------------------------------------------------------------------------ */

.quit {
    margin-left: 31px;
    margin-top: 53px;
}

.icon_shosho {
    position: absolute;
    width: 88px;
    margin-top: 100px;
    margin-left: calc((100vw - (88px + 100px)) / 2);
}

.titre {
    margin-top: 143px;
    height: 28px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.013em;
    color: #292929;
}

.consigne {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #A6A6A6;
    height: 18px;
    margin-top: 10px;
}

h6 {
	margin-top: 5px;
	height: 18px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #FF0C0C;
}

.title_input {
    margin-top: 35px;
    margin-left: 27px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929;
}

.mdp_oublie {
    margin-top: 35px;
    margin-left: 37px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #0066FF;
}

#e-mail, #mot_de_passe {
    text-indent: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #292929;
    margin-left: 6.5vw;
    width: 87vw;
    box-sizing: border-box;
    margin-top: 11px;
    height: 52px;
    background: #EFF3F7;
    border: 0px solid #0066FF;
    border-radius: 10px;
    text-decoration: none;
}

#e-mail:focus, #mot_de_passe:focus {
    border: 1px solid #0066FF;
	outline: none;
}

.actions {
	margin-top: 35px;
    z-index: 1000;
	bottom: 0;
	background-color: #FFFFFF;
	width: 100vw;
}

.sign_in {
	width: 87vw;
	margin-left: 6.5vw;
	height: 52px;
	background: #0066FF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	display: flex;
	justify-content:center;
	align-items: center;
}

.txt_sign_in {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

.txt_sign_up {
	margin-left: calc((100vw - 328px) / 2);
	margin-top: 19px;
	width: 328px;
	height: 40px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0066FF;
	margin-bottom: 19px;
}