.app2{
	position: relative;
	margin-top: 100px;
}

.case {
	position: relative;
	margin-top: 10px;
	background: #323642;

	height: auto;
	width: auto;
	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;

	border-radius: 0rem;
	border: none;

	overflow: scroll;
	
	text-align: left;
}

#input_login {
    margin-bottom: 10px;
    width: 100%;
    font-size: 22px !important;
    border-radius: 15px;
    padding: 6px;
    background-color: #b5c100 !important;
    color: white !important;
    border: none;
}

#connect input {
    background: transparent;
    border: none;
    border-bottom: solid 1px;
    font-family: robotoregular;
    font-size: 14px;
    font-family: "robotoregular";
    color: #C3C3C3;
}

#condition {
    cursor: pointer;
    background: #32364296;
/*    position: fixed;
    bottom: 12%;
    left: 20%;
    right: 20%;*/
    border-radius: 24px;
    text-align: center;
    /* padding-top: 10px; */
    margin-bottom: 10px;
}

#inscription {
    cursor: pointer;
    /* background: #32364296; */
/*    position: fixed;*/
    border-radius: 24px;
/*    left: 20%;
    right: 20%;*/
    text-align: center;
    /* padding-top: 10px; */
    margin-bottom: 10px;
}
