.ohm__addressController{
width: 100%;
}
.ohm__addressController form{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.ohm__inputGroup{
width: 100%;
display: flex;
flex-direction: row;
position: relative;
align-items: center;
margin-top: 10px;
gap: 5px;
}
@media screen and (max-width: 768px) {
.ohm__inputGroup{
flex-direction: column;
}
}
.ohm__inputGroupCgu{
width: 100%;
display: flex;
flex-direction: row;
align-items: start;
margin-top: 10px;
}
.ohm__formInput{
width: 100%;
height: 45px;
padding-left: 10px !important;
padding-right: 50px !important;
border-radius: 10px;
border: #F5F5F5 !important;
box-shadow: -1px 9px 8px -5px rgba(94,94,94,0.53);
-webkit-box-shadow: -1px 9px 8px -5px rgba(94,94,94,0.53);
-moz-box-shadow: -1px 9px 8px -5px rgba(94,94,94,0.53);
}
.ohm__btnSubmit{
cursor: pointer;
height: 42px;
padding-left: 20px;
padding-right: 20px;
border: none;
border-radius: 30px;
color: white;
background: #FBBE4B;
box-shadow: -1px 9px 8px -5px rgba(94,94,94,0.53);
-webkit-box-shadow: -1px 9px 8px -5px rgba(94,94,94,0.53);
-moz-box-shadow: -1px 9px 8px -5px rgba(94,94,94,0.53);
position: absolute;
right: 0px;
top: 5px;
text-transform: uppercase;
}
.ohm__floatRight{
text-align: right;
}
.ohm__cgu{
margin-top: 10px;
}
.ohm__cgu input[type=checkbox]{
width: 18px;
height: 18px;
background-color: white;
border: none !important;
outline: none; }
.ohm__cguTextarea{
width: 100%;
height: 140px;
}