input
{
    background:white;
    padding:14px 20px;
    font-size:0.875rem;
    line-height:0,75rem;
    border:none;
    color:black;
    display:block;
    height:55px !important
}
.typography form{
    width:100%;
}
.typography form input:not(.button),
.typography form textarea,
.typography form select
{
    border:1px solid #cfcfcf;
    padding:17px 15px;
    background:white;
    margin-bottom:17px;
    float:left;
}
.typography form select
{
    padding:15px 15px;
}
.typography option:nth-child(1)
{
    color:#a0a0a0;
}
.typography select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right:20px;
    position: relative;
}
.typography select:after
{
    position: absolute;
    right:10px;
    top:0;
    content:"\f078";

}
.typography .input.button
{
    margin-bottom:0;
}
.typography form select
{
    height: 55px !important;
    padding-left:15px !important;
    padding-right:15px !important;
}
.typography .dropdown-toggle
{
    padding-right:20px !important;
    /*margin-right:20px !important;*/
    position: relative;
}
.newslettersubscription_fieldset
{
    position: relative;
}
.newslettersubscription_fieldset input:not(.action)
{
    width:calc(100% - 50px);
    border-radius: 3px 0 0 3px;
}
.newslettersubscription_fieldset .action
{
    position: absolute;
    right:0;
    top:0;
    color:white;
    height:100%;
}
#Form_CommentsForm_Comment
{
    min-width:500px;
    max-width:100%;
}
.default_hidden
{
    display:none;
}
#MemberLoginForm_LoginForm .default_hidden
{
    display:block;
}
.Actions
{
    margin-top:20px;
}
#UserForm_Form_action_process
{
    border-radius:3px;
    text-transform: uppercase;
    padding:12px 28px 12px 28px;
    font-size:0.875rem;
    line-height:1.313rem;
    display:inline-block;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    background-color:#fe8c12;
    color:white;
}
#UserForm_Form select,
#UserForm_Form input
{
    width:100%;
}
#UserForm_Form .Actions
{
    padding:0 15px;
}
#UserForm_Form .Actions input
{
    width:auto !important;
}
@media only screen and (min-width : 768px) {
    .mr-md-15
    {
        margin-right:15px;
    }
    .ml-md-15
    {
        margin-left:15px;
    }
    .flex-md-6
    {
        flex:0 0 50%;
    }
    fieldset .col-md-6.mr-md-15,
    fieldset .col-md-6.ml-md-15
    {
        width:calc(50% - 15px);
    }
    .flex-md-4
    {
        flex: 0 0 33.333333%;
    }
    fieldset .col-md-4.mr-md-15,
    fieldset .col-md-4.ml-md-15
    {
        width: calc(33.333333% - 15px);
    }
    fieldset .col-md-4.mr-md-15.ml-md-15
    {
        width:calc(33.333333% - 30px);
    }
    .flex-md-12
    {
        flex:0 0 100%;
    }

}
#Form_NewsletterSubscriptionForm_Email_Holder label
{
    display:none;
}
#Form_NewsletterSubscriptionForm input.text
{
    margin-bottom:0;
    border-radius: 42px 0 0 42px;
}
#Form_ContactForm_reset
{
    width: auto!important;
}

.dropzone-holder{
    border-radius: 24px !important;
}

#Form_RegisterTrialForm_Password_Holder .middleColumn{
    display: flex;
    gap: 2rem;
}

#Form_RegisterTrialForm_Password_Holder #Password_Password_Holder,
#Form_RegisterTrialForm_Password_Holder #Password_ConfirmPassword_Holder {
    flex: max-content;
}