.dialog {
    background: #fff;
    border: 2px solid #55759a;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 2px 4px #aaa;
}
form {
    margin: 0 0 20px;
}
body input {
    box-sizing: initial;
}
input, button, select, textarea {
    font-family: Lato, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
input, textarea, .uneditable-input {
    width: 206px;
}
label, input, button, select, textarea {
   
    font-weight: normal;
    line-height: 20px;
}
.dialog .title {
    font-size: 28px;
    color: #ff585d;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff585d;
}
.dialog-title-padding {
    margin-bottom: 20px;
}
.ez-inline-block {
    display: inline-block;
}
.dialog label.control-label {
    font-weight: bold;
}
label {
    font-size: 14px;
   
    margin-bottom: 6px;
}
label {
    display: block;
   
}
.dialog input.form-input {
    height: 100%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding: 6px;
    font-size: 17px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
   
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    
    margin-bottom: 10px;
 
    line-height: 20px;
    color: #555;
    border-radius: 4px;
    vertical-align: middle;
}
.btn {
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    padding: 8px 12px;
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ff585d;
    background-image: linear-gradient(to bottom, #ff585d, #b3151a);
    background-image: -webkit-linear-gradient(top, #ff585d, #b3151a);
    background-image: linear-gradient(to bottom, #ff585d, #b3151a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00C57C', endColorstr='#FF00784C', GradientType=0);
    border-color: #b3151a #b3151a #002c1b;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
   
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
input, button, select, textarea {
    font-family: Lato, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
}
.muted {
    color: #999;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.icon-question-sign:before {
    content: "\f059";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.tooltip-trigger {
    background: none;
    border: none;
    color: inherit;
    cursor: help;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    position: relative;
}
[data-react-class="Shared.AdaptedTooltip"] {
    display: inline-block;
}
@media (max-width: 768px) {
    .dialog {
        background: #fff;
        border: 2px solid #55759a;
        margin-left: auto;
        margin-right: auto;
        width: 330px;
        padding: 20px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        box-shadow: 0 2px 4px #aaa;
    }
    .ez-inline-block{
        padding-left: 0px !important;
    }
    .registermain{
       display:table !important;
    }
    .signin-text{
    
            padding-top: 33px !important;
    }
}