input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

.alert-error {
    border-color: #f64e60 !important;
    background-color: #ffb5bd !important;
    color: #0c1a32 !important;
}

.sweet-alert p {
    color: #000000 !important;
    font-size: 20px !important;
    text-align: center;
    font-weight: 500 !important;
    position: relative;
    margin: 0;
    line-height: normal;
}

.sweet-alert button {
    background-color: #30a3d8 !important;
}

.alert-success {
    border-color: #159892 !important;
    background-color: #d3f5f3 !important;
    color: #0c1a32 !important;
}

.alert-warning {
    border-color: #ffa800 !important;
    background-color: #ffebc4 !important;
    color: #0c1a32 !important;
}

/*  sign up start */
.show_password {
    cursor: pointer;
}

.form-group.issue .help-block ul {
    color: #f64e60;
}

.form-group.issue input {
    border: 1px solid #f64e60;
}

.glyphicon {
    font-family: "IBM Plex Sans", sans-serif;
}

.error_li {
    list-style-type: none;
    padding: 0;
}

.error_li li {
    display: block;
}

.glyphicon-ok {
    color: green;
}

.glyphicon-ok:before {
    position: relative;
    left: -5px;
    content: "✔";
}

.glyphicon-remove {
    color: #f64e60 !important;
}

.glyphicon-remove:before {
    position: relative;
    left: -5px;
    content: "✖";
}

/*  sign up end */

.toggle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: auto;
    cursor: pointer;
}

.toggle-input {
    display: none;
    margin: 0;
}

.toggle-off,
.toggle-on {
    height: 1.8125rem;
    width: 1.8125rem;
    color: rgba(46, 45, 44, 0.1);
    vertical-align: top;
    text-align: center;
    line-height: 1.8125rem !important;
}

.toggle-input:checked + .toggle-controller.default-success {
    border: 0.125rem solid rgba(108, 211, 61, 0.75);
    background: rgba(108, 211, 61, 0.375);
}

.toggle-input:checked + .toggle-controller.default-success:after {
    left: 1.5625rem;
}

.toggle-controller.default-success {
    position: relative;
    display: inline-block;
    height: 1.8625rem;
    width: 3.385rem;
    border: 0.125rem solid rgba(46, 45, 44, 0.25);
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    -webkit-box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
    -moz-box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
    box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
    background: rgba(46, 45, 44, 0.19);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.toggle-controller.default-success:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 1.5625rem;
    width: 1.5625rem;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
    -moz-box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
    box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
    background: white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
