#btnSignUp, #btnNext {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    background: #427ed1;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 25px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 25px;
}

#btnSignUp:hover, #btnNext:hover {
    background: #4c8be0;
    color: #ffffff;
    border-color: #ffffff;
}

.select2-chosen{
    line-height: 27px!important;
}

#main {
    padding-left: 0!important;
    padding-right: 0!important;
}

body{
    min-width: 0!important;
}

input[type="text"], input[type="password"], input[type="email"]{
    height: 29px;
}

@media (min-width: 768px){
    .control-label[for="EmailConsent"]{
        padding-top: 0;
    }
    #s2id_EmailConsent{
        margin-top: 8px;
    }
}