/*
Theme Name: mws
Version: 1.0.0
Description: Dentastar
Author: wergut
Author URI: @wergutinec
*/

/*registration form*/

.error input {border-color: #A03000;box-shadow: 0 0px 2px #A03000;}
.success input{border-color: #348C11;box-shadow: 0 0px 2px #348c11;}
.form-control {
    position: relative;
    padding-right: 36px;
    z-index: 8;
    margin-top: 5px;
}
.form-group .form-indicator {
    content: "";
    background: transparent;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 12px;
    top: 34px;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}
label.ico {transition: color .2s;background-size: 14px;background-position: center left;background-repeat: no-repeat;height: 23px;line-height: 19px;position: relative;margin-bottom: 0;color: #888888;font-size: 14px;}
.form-indicator>svg {display: none;}
.form-group {position: relative;margin-bottom: 25px;}
.form-group .text-muted {position: absolute;margin-top: 2px;}
.form-group.success label.ico {color: #348c11;}
.form-group.error label.ico {color: #A03000;}
.form-group.error .form-indicator svg.error {display: block;fill: #A03000;}
.form-group.success .form-indicator svg.success {display: block; fill: #348c11;}
.form-group svg {fill: #888888;max-width: 20px;}
.form-group.error svg {fill: #A03000;}
.form-group.success svg {fill: #348c11;}
.btn-registration {
}
.wrapper-form form{
    padding: 60px 40px;
}
label.ico>object {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20px;
}
.text-muted p {
    font-size: 91%;
    color: #a03000;
    line-height: 9px;
    font-weight: 100;
    margin: 3px;
    font-size: 11px;
}
.error-registration {
    width: 100%;
    margin: 0 0 15px;
    color: #a03000;
    font-size: 18px;
}
.success-registration {
    width: 100%;
    margin: 0 0 15px;
    color: #348c11;
    font-size: 18px;
}
.wrapper-form {
    width: 384px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.08);
}
.tab-forms .tab {
    width: 50%;
    display: block;
    padding: 11px 12px 13px;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    border: 1px solid #CCCCCC;
}
.tab-forms .tab:hover {
    text-decoration: none;
}
.tab-forms .tab.active {
    color: #888888;
    background: #F1F1F1;
    box-sizing: border-box;
}
.ico-logout {
    background: url(/wp-content/themes/live/img/svg/baseline-power_settings_new-24px.svg) no-repeat;
    background-position: center;
}
.showing {
    display: block;
}
.hidden {
    display: none;
}

input {
    color: black;
}
