#ozxmod_login_head input[type="text"],
#ozxmod_login_head input[type="password"],
#ozxmod_login_head textarea,
#ozxmod_login_head textarea.form-control {
    height: 40px;
    margin: 0 0 15px 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#ozxmod_login_head input[type="text"]:focus,
#ozxmod_login_head input[type="password"]:focus,
#ozxmod_login_head textarea:focus,
#ozxmod_login_head textarea.form-control:focus {
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ozxmod_login_head input[type="text"]:-moz-placeholder,
#ozxmod_login_head input[type="password"]:-moz-placeholder,
#ozxmod_login_head textarea:-moz-placeholder,
#ozxmod_login_head textarea.form-control:-moz-placeholder {
    color: #888;
}

#ozxmod_login_head input[type="text"]:-ms-input-placeholder,
#ozxmod_login_head input[type="password"]:-ms-input-placeholder,
#ozxmod_login_head textarea:-ms-input-placeholder,
#ozxmod_login_head textarea.form-control:-ms-input-placeholder {
    color: #888;
}

#ozxmod_login_head input[type="text"]::-webkit-input-placeholder,
#ozxmod_login_head input[type="password"]::-webkit-input-placeholder,
#ozxmod_login_head textarea::-webkit-input-placeholder,
#ozxmod_login_head textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

#ozxmod_login_head button.btn {
    height: 39px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#ozxmod_login_head button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

#ozxmod_login_head button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ozxmod_login_head button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
}

#ozxmod_login_head button.btn:active:focus, button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
}
